<xs:complexType name="CT_UpdateDockPanes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="deleteDockPane" type="CT_Delete" />
<xs:element name="insertDockPane" type="CT_DockPane" />
<xs:element name="updateDockPane" type="CT_UpdateDockPane" />
</xs:choice>
</xs:complexType>
|