ArcGIS Pro DAML Schema
componentGroup Attribute Group
ArcGIS Pro DAML Schema : componentGroup Attribute Group
Namespace http://schemas.esri.com/DADF/Registry
Overview
assembly optional
className required
publicKeyToken optional
version optional
disableIfBusy optional xs:boolean
categoryRefID optional ST_ID Simple Type
Attributes
NameTypeUseDefaultFixedDescription
assembly optional   
className required   
publicKeyToken optional   
version optional   
disableIfBusyxs:booleanoptionaltrue  
categoryRefIDST_ID Simple Typeoptional   
declarativeGroupAttribute Group    
Source
<xs:attributeGroup name="componentGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:attribute name="assembly" use="optional" />
  <xs:attribute name="className" use="required" />
  <xs:attribute name="publicKeyToken" use="optional" />
  <xs:attribute name="version" use="optional" />
  <xs:attribute name="disableIfBusy" type="xs:boolean" use="optional" default="true" />
  <xs:attribute name="categoryRefID" type="ST_ID" use="optional" />
  <!--<xs:attribute name="flipImageRTL" use="optional" type="xs:boolean" default="false"/>-->
  <xs:attributeGroup ref="declarativeGroup" />
</xs:attributeGroup>
See Also
ArcGIS Pro DAML Schema