blob: b4e5c1bc0080dac4b647a3bd449f6672497d8fcb (
plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TAGS>
<TAGS>
<tag name="attribute">
<label>
<text>id</text>
<location col="0" row="0"/>
</label>
<attr name="id" type="input">
<tooltip>A unique ID for the element.</tooltip>
<whatsthis>A unique ID for the element.</whatsthis>
<location col="1" row="0"/>
</attr>
<label>
<text>name</text>
<location col="0" row="1"/>
</label>
<attr name="name" type="input">
<tooltip>Name of the attribute. Cannot be present if ref is used.</tooltip>
<whatsthis>Name of the attribute. Cannot be present if ref is used.</whatsthis>
<location col="1" row="1"/>
</attr>
<label>
<text>ref</text>
<location col="0" row="2"/>
</label>
<attr name="ref" type="input">
<tooltip>Reference to a named attribute. Cannot be present if name is used.</tooltip>
<whatsthis>Reference to a named attribute. Cannot be present if name is used.</whatsthis>
<location col="1" row="2"/>
</attr>
<label>
<text>type</text>
<location col="0" row="3"/>
</label>
<attr name="type" type="input">
<tooltip>Built-in data type or a simple type. If a simpleType element is present, then type cannot be used.</tooltip>
<whatsthis>Built-in data type or a simple type. If a simpleType element is present, then type cannot be used.</whatsthis>
<location col="1" row="3"/>
</attr>
<label>
<text>default</text>
<location col="0" row="4"/>
</label>
<attr name="default" type="input">
<tooltip>Default value for the attribute. Cannot be present if fixed is used.</tooltip>
<whatsthis>Default value for the attribute. Cannot be present if fixed is used.</whatsthis>
<location col="1" row="4"/>
</attr>
<label>
<text>fixed</text>
<location col="0" row="5"/>
</label>
<attr name="fixed" type="input">
<tooltip>Fixed value for the attribute. Cannot be present if default is used.</tooltip>
<whatsthis>Fixed value for the attribute. Cannot be present if default is used.</whatsthis>
<location col="1" row="5"/>
</attr>
<label>
<text>form</text>
<location col="0" row="6"/>
</label>
<attr name="form" type="list">
<items>
<item>qualified</item>
<item>unqualified</item>
</items>
<tooltip>Form for the attribute. Default value is specified by the attributeFormDefault attribute in the schema element.</tooltip>
<whatsthis>Form for the attribute. Default value is specified by the attributeFormDefault attribute in the schema element.</whatsthis>
<location col="1" row="6"/>
</attr>
<label>
<text>use</text>
<location col="0" row="7"/>
</label>
<attr name="use" type="list">
<items>
<item>optional</item>
<item>required</item>
<item>prohibited</item>
</items>
<tooltip>Specifies usage of the attribute.</tooltip>
<whatsthis>Specifies usage of the attribute.</whatsthis>
<location col="1" row="7"/>
</attr>
<stoppingtags>
<stoppingtag name="include" />
<stoppingtag name="import" />
<stoppingtag name="redefine" />
<stoppingtag name="complexType" />
<stoppingtag name="group" />
<stoppingtag name="attributeGroup" />
<stoppingtag name="element" />
<stoppingtag name="attribute" />
<stoppingtag name="notation" />
</stoppingtags>
<children>
<child name="annotation" />
<child name="simpleType" />
</children>
</tag>
</TAGS>
|