1# XML definition for schemas
2# CAUTION: Do not modify this file unless you know what you are doing.
3#          Code generation can be broken if incorrect changes are made.
4%if {reduced-form} %then $tb %end
5[<schema name=] "{name}"
6
7 %if {layer} %then
8    [ layer=]"{layer}"
9 %end
10
11 %if {alias} %then
12   $sp alias="{alias}"
13 %end
14
15%if {reduced-form} %then
16/> $br
17%else
18
19  %if {protected} %then
20   [ protected=] "true"
21  %end
22
23  %if {rect-visible} %then
24   [ rect-visible=] "true"
25  %end
26
27  %if {fill-color} %then
28   [ fill-color=] "{fill-color}"
29  %end
30
31  %if {sql-disabled} %then
32   [ sql-disabled=] "true"
33  %end
34
35  %if {faded-out} %then
36   [ faded-out=] "true"
37  %end
38
39  > $br
40
41  %if {owner} %then {owner} %end
42  %if {comment} %then {comment} %end
43  %if {appended-sql} %then {appended-sql} %end
44  %if {prepended-sql} %then {prepended-sql} %end
45
46  </schema>  $br $br
47%end
48