ArcGIS Pro DAML Schema
dockPaneGroup Attribute Group
ArcGIS Pro DAML Schema : dockPaneGroup Attribute Group
Namespace http://schemas.esri.com/DADF/Registry
Overview
image optional ST_Uri Simple Type
dockWith optional ST_ID Simple Type
autoHide optional xs:boolean
condition optional ST_ID Simple Type
smallImage optional ST_Uri Simple Type
delayLoadMessage optional ST_String Simple Type
height optional xs:string
width optional xs:string
isDropTarget optional xs:boolean
hasHelp optional xs:boolean
helpContextID optional xs:string
Attributes
NameTypeUseDefaultFixedDescription
imageST_Uri Simple Typeoptional   
dockWithST_ID Simple Typeoptional   
dockST_DockFlag Simple Typeoptional   
autoHidexs:booleanoptional   
conditionST_ID Simple Typeoptional   
smallImageST_Uri Simple Typeoptional   
delayLoadMessageST_String Simple Typeoptional   
heightxs:stringoptional   
widthxs:stringoptional   
isDropTargetxs:booleanoptional   
hasHelpxs:booleanoptional   
helpContextIDxs:stringoptional   
Source
<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>
See Also
ArcGIS Pro DAML Schema