<xs:complexType name="CT_DockPaneSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="DockPaneID" type="CT_DockPaneID" />
</xs:choice>
<xs:attribute name="id" type="ST_ID" use="required" />
<xs:attribute name="caption" type="xs:string" use="required" />
</xs:complexType>
|