<xs:complexType name="CT_Page" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_Tooltip" />
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="1">
<xs:element name="content" type="CT_Content" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="simpleComponentGroup" />
<xs:attribute name="group" type="ST_String" use="optional" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
</xs:complexType>
|