ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_SplitButton Complex Type
In This Topic
    CT_SplitButton Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    gallery Element Sequence customControl Element gallery Element button Element Choice button Element Sequence Choice tool Element button Element Choice Sequence CT_SplitButton Complex Type
    Overview
    extendedCaption optional xs:string
    keytip optional xs:string
    Sequence
    Choice
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    Choice
    Sequence optional
    refID required ST_ID Simple Type
    separator optional xs:boolean
    Choice 0..∞
    refID required ST_ID Simple Type
    separator 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
    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
    Sequence
    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
    idST_UniqueID Simple Typerequired   
    extendedCaptionxs:stringoptional   
    keytipxs:stringoptional   
    Source
    <xs:complexType name="CT_SplitButton" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence>
        <xs:choice minOccurs="1" maxOccurs="1">
          <xs:element name="button" type="CT_SplitButtonButton" />
          <xs:element name="tool" type="CT_SplitButtonButton" />
        </xs:choice>
        <xs:choice>
          <xs:sequence minOccurs="0" maxOccurs="1">
            <xs:element name="button" type="CT_SplitButtonButton" />
            <xs:choice minOccurs="0" maxOccurs="unbounded">
              <xs:element name="button" type="CT_SplitButtonButton" />
              <xs:element name="gallery" type="CT_GalleryMenuButtonRef" />
              <xs:element name="customControl" type="CT_SizedMenuButtonRef" />
            </xs:choice>
          </xs:sequence>
          <xs:sequence>
            <xs:element name="gallery" type="CT_GalleryMenuButtonRef" maxOccurs="1" />
          </xs:sequence>
        </xs:choice>
      </xs:sequence>
      <xs:attribute name="id" type="ST_UniqueID" use="required" />
      <xs:attribute name="extendedCaption" type="xs:string" use="optional" />
      <xs:attribute name="keytip" type="xs:string" use="optional" />
    </xs:complexType>
    See Also