<xs:attributeGroup name="dockPaneGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="image" type="ST_Uri" use="optional" />
<xs:attribute name="dockWith" type="ST_ID" use="optional" />
<xs:attribute name="dock" type="ST_DockFlag" use="optional" />
<xs:attribute name="autoHide" type="xs:boolean" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
<xs:attribute name="smallImage" type="ST_Uri" use="optional" />
<xs:attribute name="delayLoadMessage" type="ST_String" use="optional" />
<xs:attribute name="height" type="xs:string" use="optional" />
<xs:attribute name="width" type="xs:string" use="optional" />
<xs:attribute name="isDropTarget" type="xs:boolean" use="optional" />
<xs:attribute name="hasHelp" type="xs:boolean" use="optional" />
<xs:attribute name="helpContextID" type="xs:string" use="optional" />
</xs:attributeGroup>
|