CT_TabGroups Complex Type
 |
 |
Choice 0..∞
 |
 |
caption optional xs:string
| | | |
<xs:complexType name="CT_TabGroups" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tabGroup" type="CT_TabGroup" />
</xs:choice>
</xs:complexType>
|