ArcGIS Pro DAML Schema
CT_Tabs Complex Type
ArcGIS Pro DAML Schema : CT_Tabs Complex Type
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
activatesOnMatchingName optional xs:boolean
Choice 0..∞
refID required ST_ID Simple Type
placeWith optional ST_ID Simple Type
insert optional ST_Insert Simple Type
Used By
tabs Element
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
ArcGIS Pro DAML Schema