ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_DynamicMenuRef Complex Type
In This Topic
    CT_DynamicMenuRef Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Base Type
    Diagram
    CT_DynamicMenuRef Complex Type
    Overview
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    Attributes
    NameTypeUseDefaultFixedDescription
    refIDST_ID Simple Typerequired   
    separatorxs:booleanoptional   
    insertST_Insert Simple Typeoptional   
    placeWithST_ID Simple Typeoptional   
    Source
    <xs:complexType name="CT_DynamicMenuRef" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexContent>
        <xs:extension base="CT_MenuButtonRef" />
      </xs:complexContent>
    </xs:complexType>
    See Also