ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Menus Complex Type
In This Topic
    CT_Menus Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    customControl Element splitButton Element dynamicMenu Element gallery Element menu Element editBox Element button Element Choice Choice content Element Sequence tooltip Element Sequence Sequence menu Element Choice CT_Menus Complex Type
    Overview
    Choice 0..∞
    contextMenu optional xs:boolean
    smallImage optional ST_Uri Simple Type
    largeImage optional ST_Uri Simple Type
    keytip optional ST_String Simple Type
    Sequence
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    content optional
    Choice 0..∞
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    inline optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    inline optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    Used By
    Source
    <xs:complexType name="CT_Menus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="menu" type="CT_Menu" />
      </xs:choice>
    </xs:complexType>
    See Also