<xs:complexType name="CT_UpdateTab" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteGroup" type="CT_Delete" />
<xs:element name="insertGroup" type="CT_GroupRef" />
<xs:element name="updateGroup" type="CT_GroupRef" />
</xs:choice>
<xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
<xs:attribute name="placeWith" type="ST_ID" use="optional" />
<xs:attribute name="insert" type="ST_Insert" use="optional" />
</xs:complexType>
|