ArcGIS Pro DAML Schema
CT_ComponentCategory Complex Type
ArcGIS Pro DAML Schema : CT_ComponentCategory Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
content Element Sequence component Element Choice CT_ComponentCategory Complex Type
Overview
Choice 0..∞
className optional xs:string
##any
Sequence optional
Sequence
Any 0..∞##any (Process Contents: Skip)
Used By
insertCategory Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
Source
<xs:complexType name="CT_ComponentCategory" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="component" type="CT_Component" />
  </xs:choice>
  <xs:attribute name="id" type="ST_UniqueID" use="required" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema