blob: f9fb7b7165dcfe2a5332d740727a2fbd9f611bd4 (
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
|
<element name="Tab">
<annotation>
<documentation>Defines an individual tab within a set of tabs.</documentation>
</annotation>
<complexType>
<simpleContent>
<extension base="xs:string">
<annotation>
<documentation>
Caption of the tab.
Mutually exclusive with the StringId attribute.
</documentation>
</annotation>
<attribute name="StringId" type="xs:nonNegativeInteger">
<annotation>
<documentation>
Identifier that references a string resource in the module to define the caption of the tab.
</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
|