<xs:complexType name="CT_UpdateCommands" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteCommand" type="CT_Delete" />
<xs:element name="insertCommand" type="CT_Command" />
<xs:element name="updateCommand" type="CT_UpdateCommand" />
</xs:choice>
</xs:complexType>
|