This file is indexed.

/usr/share/pgmodeler/schemas/xml/dtd/baseelements.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
<!--
  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 definition (#PCDATA)>
<!ATTLIST definition library CDATA #IMPLIED>
<!ATTLIST definition symbol  CDATA #IMPLIED>

<!ELEMENT comment (#PCDATA)>
<!ELEMENT condition (#PCDATA)>
<!ELEMENT predicate (#PCDATA)>

<!ELEMENT expression (#PCDATA)>
<!ATTLIST expression type (none|select-exp|from-exp|simple-exp|cte-exp|end-exp) "none">

<!ELEMENT position EMPTY>
<!ATTLIST position x CDATA "0">
<!ATTLIST position y CDATA "0">

<!ELEMENT columns EMPTY>
<!ATTLIST columns names CDATA #REQUIRED>
<!ATTLIST columns ref-type (src-columns|dst-columns) "src-columns">

<!ELEMENT appended-sql (#PCDATA)>
<!ELEMENT prepended-sql (#PCDATA)>