/usr/share/pgmodeler/schemas/xml/reference.sch 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 | # XML definition for view references
# CAUTION: Do not modify this file unless you know what you are doing.
# Code generation can be broken if incorrect changes are made.
$tb <reference
%if {table} %then
[ table=] "{table}"
%if {column} %then [ column=] "{column}" %end
%if {alias} %then [ alias=] "{alias}" %end
%if {column-alias} %then [ column-alias=] "{column-alias}" %end
%else
%if {alias} %then [ alias=] "{alias}" %end
%end
%if {expression} %then
> $br
$tb $tb <expression> <! $ob CDATA $ob {expression} $cb $cb > </expression> $br
$tb </reference> $br
%else
/> $br
%end
|