ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_TabGroup Complex Type
In This Topic
    CT_TabGroup Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    CT_TabGroup Complex Type
    Overview
    id required ST_ID Simple Type
    caption optional xs:string
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    idST_ID Simple Typerequired   
    captionxs:stringoptional   
    Source
    <xs:complexType name="CT_TabGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="id" type="ST_ID" use="required" />
      <xs:attribute name="caption" type="xs:string" use="optional" />
    </xs:complexType>
    See Also