ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_MiniToolbars Complex Type
In This Topic
    CT_MiniToolbars Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    Choice Sequence row Element Choice miniToolbar Element Choice CT_MiniToolbars Complex Type
    Overview
    Choice 0..∞
    Choice 1..3
    Sequence
    Choice 0..∞
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    refID required ST_ID Simple Type
    separator optional xs:boolean
    Used By
    Source
    <xs:complexType name="CT_MiniToolbars" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="miniToolbar" type="CT_MiniToolbar" />
      </xs:choice>
    </xs:complexType>
    See Also