ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Tabs Complex Type
In This Topic
    CT_Tabs Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    group Element Choice tab Element Choice CT_Tabs Complex Type
    Overview
    Choice 0..∞
    caption required xs:string
    extendedCaption optional xs:string
    condition optional ST_ID Simple Type
    placeWith optional ST_ID Simple Type
    insert optional ST_Insert Simple Type
    tabGroupID optional ST_ID Simple Type
    keytip required xs:string
    activationCategory optional xs:string
    Choice 0..∞
    refID required ST_ID Simple Type
    placeWith optional ST_ID Simple Type
    insert optional ST_Insert Simple Type
    Used By
    Source
    <xs:complexType name="CT_Tabs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="tab" type="CT_Tab" />
      </xs:choice>
    </xs:complexType>
    See Also