<xs:complexType name="CT_UpdateTabs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteTab" type="CT_Delete" />
<xs:element name="insertTab" type="CT_Tab" />
<xs:element name="updateTab" type="CT_UpdateTab" />
</xs:choice>
</xs:complexType>
|