/usr/share/pgmodeler/conf/dtd/pgmodeler.dtd is in pgmodeler-common 0.8.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | <!--
CAUTION: Do not modify this file directly on it's code unless you know what you are doing.
Unexpected results may occur if the code is changed deliberately.
-->
<!ELEMENT pgmodeler (configuration, widget-conf?, session?, recent-models?, dock-widgets?)>
<!ELEMENT configuration EMPTY>
<!ATTLIST configuration op-list-size CDATA #REQUIRED>
<!ATTLIST configuration grid-size CDATA #REQUIRED>
<!ATTLIST configuration autosave-interval CDATA #IMPLIED>
<!ATTLIST configuration paper-type CDATA #IMPLIED>
<!ATTLIST configuration paper-orientation (portrait|landscape) "landscape">
<!ATTLIST configuration paper-margin CDATA #IMPLIED>
<!ATTLIST configuration paper-custom-size CDATA #IMPLIED>
<!ATTLIST configuration print-grid (false|true) "true">
<!ATTLIST configuration print-pg-num (false|true) "true">
<!ATTLIST configuration hide-rel-name (false|true) "false">
<!ATTLIST configuration hide-ext-attribs (false|true) "false">
<!ATTLIST configuration hide-table-tags (false|true) "false">
<!ATTLIST configuration canvas-corner-move (false|true) "true">
<!ATTLIST configuration invert-panning-rangesel (false|true) "false">
<!ATTLIST configuration check-update (false|true) "false">
<!ATTLIST configuration save-last-position (false|true) "false">
<!ATTLIST configuration show-main-menu (false|true) "false">
<!ATTLIST configuration disable-smoothness (false|true) "false">
<!ATTLIST configuration simplified-obj-creation (false|true) "false">
<!ATTLIST configuration confirm-validation (false|true) "true">
<!ATTLIST configuration code-completion (false|true) "true">
<!ATTLIST configuration code-font CDATA #IMPLIED>
<!ATTLIST configuration code-font-size CDATA #IMPLIED>
<!ATTLIST configuration display-line-numbers (false|true) "true">
<!ATTLIST configuration highlight-lines (false|true) "true">
<!ATTLIST configuration line-numbers-color CDATA #IMPLIED>
<!ATTLIST configuration line-numbers-bg-color CDATA #IMPLIED>
<!ATTLIST configuration line-highlight-color CDATA #IMPLIED>
<!ELEMENT session (file+)>
<!ELEMENT recent-models (file+)>
<!ELEMENT dock-widgets (widget+)>
<!ELEMENT file EMPTY>
<!ATTLIST file id CDATA #REQUIRED>
<!ATTLIST file path CDATA #REQUIRED>
<!ELEMENT widget EMPTY>
<!ATTLIST widget id (validator|objectfinder) "validator">
<!ATTLIST widget sql-validation (false|true) "false">
<!ATTLIST widget pgsql-version CDATA #IMPLIED>
<!ATTLIST widget use-unique-names (false|true) "false">
<!ATTLIST widget regexp (false|true) "false">
<!ATTLIST widget exact-match (false|true) "false">
<!ATTLIST widget case-sensitive (false|true) "false">
<!ATTLIST widget highlight-objects (false|true) "false">
|