<xs:complexType name="CT_Tab" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="group" type="CT_GroupRef" />
</xs:choice>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
<xs:attribute name="caption" type="xs:string" use="required" />
<xs:attribute name="extendedCaption" type="xs:string" use="optional" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
<xs:attribute name="placeWith" type="ST_ID" use="optional" />
<xs:attribute name="insert" type="ST_Insert" use="optional" />
<xs:attribute name="tabGroupID" type="ST_ID" use="optional" />
<xs:attribute name="keytip" type="xs:string" use="required" />
<xs:attribute name="activationCategory" type="xs:string" use="optional" />
</xs:complexType>
|