/usr/share/pgmodeler/conf/schemas/pgmodeler.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 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 54 55 56 57 58 59 60 61 62 | # XML definition for basic configurations file
# CAUTION: Do not modify this file unless you know what you are doing.
[<?xml version="1.0" encoding="UTF-8" ?>] $br
[<!--] $br
[ CAUTION: Do not modify this file directly on it's code unless you know what you are doing.] $br
[ Unexpected results may occur if the code is changed deliberately.] $br
[-->] $br
<pgmodeler> $br
$sp [<configuration op-list-size="] {op-list-size} ["] $br
[ grid-size="] {grid-size} ["] $br
[ autosave-interval="] {autosave-interval} ["] $br
[ paper-type="] {paper-type} ["] $br
[ paper-orientation="] {paper-orientation} ["] $br
[ paper-margin="] {paper-margin} ["] $br
%if {paper-custom-size} %then
[ paper-custom-size="] {paper-custom-size} ["] $br
%end
[ print-grid="] %if {print-grid} %then true %else false %end ["] $br
[ print-pg-num="] %if {print-pg-num} %then true %else false %end ["] $br
[ hide-rel-name="] %if {hide-rel-name} %then true %else false %end ["] $br
[ hide-ext-attribs="] %if {hide-ext-attribs} %then true %else false %end ["] $br
[ hide-table-tags="] %if {hide-table-tags} %then true %else false %end ["] $br
[ code-font="] {code-font} ["] $br
[ code-font-size="] {code-font-size} ["] $br
[ canvas-corner-move="] %if {canvas-corner-move} %then true %else false %end ["] $br
[ invert-panning-rangesel="] %if {invert-panning-rangesel} %then true %else false %end ["] $br
[ check-update="] %if {check-update} %then true %else false %end ["] $br
[ save-last-position="] %if {save-last-position} %then true %else false %end ["] $br
[ show-main-menu="] %if {show-main-menu} %then true %else false %end ["] $br
[ disable-smoothness="] %if {disable-smoothness} %then true %else false %end ["] $br
[ simplified-obj-creation="] %if {simplified-obj-creation} %then true %else false %end ["] $br
[ confirm-validation="] %if {confirm-validation} %then true %else false %end ["] $br
[ code-completion="] %if {code-completion} %then true %else false %end ["] $br
[ display-line-numbers="] %if {display-line-numbers} %then true %else false %end ["] $br
[ highlight-lines="] %if {highlight-lines} %then true %else false %end ["] $br
[ line-numbers-color="] {line-numbers-color} ["] $br
[ line-numbers-bg-color="] {line-numbers-bg-color} ["] $br
[ line-highlight-color="] {line-highlight-color} ["]
[/>] $br
%if {file} %then
$sp <session> $br
$sp {file}
$sp </session> $br
%end
%if {recent-models} %then
$sp <recent-models> $br
$sp {recent-models}
$sp </recent-models> $br
%end
%if {dock-widgets} %then
$sp <dock-widgets> $br
$sp {dock-widgets}
$sp </dock-widgets> $br
%end
</pgmodeler> $br
|