ArcGIS Pro DAML Schema
CT_UpdateTabs Complex Type
ArcGIS Pro DAML Schema : CT_UpdateTabs Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
updateGroup Element insertGroup Element deleteGroup Element Choice updateTab Element group Element Choice insertTab Element deleteTab Element Choice CT_UpdateTabs Complex Type
Overview
Choice 0..∞
refID required ST_ID Simple Type
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_UpdateTabs" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="deleteTab" type="CT_Delete" />
    <xs:element name="insertTab" type="CT_Tab" />
    <xs:element name="updateTab" type="CT_UpdateTab" />
  </xs:choice>
</xs:complexType>
See Also
ArcGIS Pro DAML Schema