<xs:complexType name="CT_InsertShortcutTables" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="insertShortcutTable" type="CT_ShortcutTable" />
<xs:element name="updateShortcutTable" type="CT_UpdateShortcutTable" />
<xs:element name="deleteShortcutTable" type="CT_DeleteShortcutTable" />
</xs:choice>
</xs:complexType>
|