This file is indexed.

/usr/share/pgmodeler/conf/dtd/objects-style.dtd is in pgmodeler-common 0.9.1~beta-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
<!--
  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 objects-style (global, font+, object+)>

<!ELEMENT global EMPTY>
<!ATTLIST global font CDATA #REQUIRED>
<!ATTLIST global size CDATA #REQUIRED>

<!ELEMENT font EMPTY>
<!ATTLIST font color CDATA #REQUIRED>
<!ATTLIST font italic (false|true) "false">
<!ATTLIST font bold (false|true) "false">
<!ATTLIST font underline (false|true) "false">
<!ATTLIST font id (table-schema-name|view-schema-name|table-name|column|fk-column|pk-column|uq-column|nn-column|
                   prot-column|inh-column|index|rule|trigger|constraint|view-name|attribute|label|
                   constraints|object-type|ref-table|ref-column|alias|pos-info|tag) "table-name">

<!ELEMENT object EMPTY>
<!ATTLIST object fill-color CDATA #REQUIRED>
<!ATTLIST object border-color CDATA #REQUIRED>
<!ATTLIST object id (table-title|table-body|textbox|view-title|view-body|label|relationship|
                     attribute|column|pk-column|uq-column|fk-column|nn-column|rule|trigger|index|constraint|
		     locker-body|locker-arc|obj-selection|reference|view-ext-body|table-ext-body|
		     pos-info|tag|placeholder) "table-title">