ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Backstage Complex Type
In This Topic
    CT_Backstage Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    deleteButton Element deleteTab Element updateTab Element content Element Choice insertTab Element insertButton Element Choice CT_Backstage Complex Type
    Overview
    Choice 0..∞
    refID required ST_ID Simple Type
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    separator optional xs:boolean
    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
    refID required ST_ID Simple Type
    caption optional ST_String Simple Type
    refID required ST_ID Simple Type
    refID required ST_ID Simple Type
    Used By
    Source
    <xs:complexType name="CT_Backstage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="insertButton" type="CT_BackstageButton" />
        <xs:element name="insertTab" type="CT_BackstageTab" />
        <xs:element name="updateTab" type="CT_BackstageTabUpdate" />
        <xs:element name="deleteTab" type="CT_Delete" />
        <xs:element name="deleteButton" type="CT_Delete" />
      </xs:choice>
    </xs:complexType>
    See Also