<xs:complexType name="CT_UpdatePanes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deletePane" type="CT_Delete" />
<xs:element name="insertPane" type="CT_Pane" />
<xs:element name="updatePane" type="CT_UpdatePane" />
</xs:choice>
</xs:complexType>
|