This file is indexed.

/usr/share/pgmodeler/schemas/xml/dbmodel.sch 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
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
# XML definition for database model
# CAUTION: Do not modify this file unless you know what you are doing.
#          Code generation can be broken if incorrect changes are made.
<?xml $sp version="1.0" $sp encoding="UTF-8"?> $br
[<!--] $br
[CAUTION: Do not modify this file unless you know what you are doing.] $br
[         Unexpected results may occur if the code is changed deliberately.] $br
[-->] $br
<dbmodel [ pgmodeler-ver=] "{pgmodeler-ver}"

 %if {author} %then [ author=] "{author}" %end

 %if {protected} %then 
  [ protected=] "true"
 %end

 %if {last-position} %then
  [ last-position=] "{last-position}"
 %end

 %if {last-zoom} %then
  [ last-zoom=] "{last-zoom}"
 %end

 %if {default-schema} %or {default-owner}  %then
    $br $tb

    %if {default-schema} %then
      [ default-schema=] "{default-schema}"
    %end

    %if {default-owner} %then
      [ default-owner=] "{default-owner}"
    %end
 %end

 %if {default-collation} %or {default-tablespace} %then
    $br $tb

    %if {default-collation} %then
      [ default-collation=] "{default-collation}"
    %end

    %if {default-tablespace} %then
      [ default-tablespace=] "{default-tablespace}"
    %end

 %end

 > $br
 %if {objects} %then {objects} %end
 %if {permission} %then {permission} %end
 </dbmodel> $br