<xs:complexType name="CT_Pane" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="1">
<xs:element name="content" type="CT_Content" />
</xs:choice>
<xs:attributeGroup ref="simpleComponentGroup" />
<xs:attribute name="smallImage" type="ST_Uri" use="optional" />
<xs:attribute name="defaultTool" type="ST_ID" use="optional" />
<xs:attribute name="defaultTab" type="ST_ID" use="optional" />
<xs:attribute name="defaultDockPane" type="ST_ID" use="optional" />
<xs:attribute name="loadingMessage" type="ST_String" use="optional" />
<xs:attribute name="showLoadingMessage" type="xs:boolean" use="optional" default="true" />
<xs:attribute name="hasCloseAllButThisCommand" type="xs:boolean" use="optional" default="true" />
<xs:attribute name="isDropTarget" type="xs:boolean" use="optional" />
</xs:complexType>
|