blob: 1b11461ecf57c2126801465fdfba7f9bf1f11642 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<element name="Page">
<annotation>
<documentation>Named set of controls that can be shown and hidden collectively.</documentation>
</annotation>
<complexType>
<group ref="ControlElements" maxOccurs="unbounded" />
<attribute name="Name" type="xs:string">
<annotation>
<documentation>
Optional name for the page.
</documentation>
</annotation>
</attribute>
</complexType>
</element>
|