ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_OptionsMenu Complex Type
In This Topic
    CT_OptionsMenu Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    CT_OptionsMenu Complex Type
    Overview
    refID required ST_ID Simple Type
    append optional xs:boolean
    Attributes
    NameTypeUseDefaultFixedDescription
    refIDST_ID Simple Typerequired   
    appendxs:booleanoptionaltrue  
    Source
    <xs:complexType name="CT_OptionsMenu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="refID" type="ST_ID" use="required" />
      <xs:attribute name="append" type="xs:boolean" use="optional" default="true" />
    </xs:complexType>
    See Also