ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_BackstageTab Complex Type
In This Topic
    CT_BackstageTab Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    content Element Choice CT_BackstageTab Complex Type
    Overview
    keytip required ST_String Simple Type
    condition optional ST_ID Simple Type
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    separator optional xs:boolean
    Choice optional
    assembly optional
    className optional
    publicKeyToken optional
    version optional
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    keytipST_String Simple Typerequired   
    conditionST_ID Simple Typeoptional   
    insertST_Insert Simple Typeoptional   
    placeWithST_ID Simple Typeoptional   
    separatorxs:booleanoptional   
    Source
    <xs:complexType name="CT_BackstageTab" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="1">
        <xs:element name="content" type="CT_Content" />
      </xs:choice>
      <xs:attributeGroup ref="simpleComponentGroup" />
      <xs:attribute name="keytip" type="ST_String" use="required" />
      <xs:attribute name="condition" type="ST_ID" use="optional" />
      <xs:attribute name="insert" type="ST_Insert" use="optional" />
      <xs:attribute name="placeWith" type="ST_ID" use="optional" />
      <xs:attribute name="separator" type="xs:boolean" use="optional" />
    </xs:complexType>
    See Also