ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_SizedMenuButtonRef Complex Type
In This Topic
    CT_SizedMenuButtonRef Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Base Type
    Diagram
    CT_SizedMenuButtonRef Complex Type
    Overview
    size optional ST_Size 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
    Attributes
    NameTypeUseDefaultFixedDescription
    sizeST_Size Simple Typeoptional   
    refIDST_ID Simple Typerequired   
    separatorxs:booleanoptional   
    insertST_Insert Simple Typeoptional   
    placeWithST_ID Simple Typeoptional   
    Source
    <xs:complexType name="CT_SizedMenuButtonRef" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexContent>
        <xs:extension base="CT_MenuButtonRef">
          <xs:attribute name="size" type="ST_Size" use="optional" />
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    See Also