ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Wizards Complex Type
In This Topic
    CT_Wizards Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    Choice Sequence Sequence page Element Choice insertWizard Element Choice CT_Wizards Complex Type
    Overview
    Choice 0..∞
    pageHeight required xs:integer
    pageWidth required xs:integer
    isPageListVisible optional xs:boolean
    canMoveNextOnValidOnly optional xs:boolean
    isPageCountVisible optional xs:boolean
    resizable optional xs:boolean
    caption required ST_String Simple Type
    Choice 0..∞
    group optional ST_String Simple Type
    condition optional ST_ID Simple Type
    Sequence
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    Choice optional
    assembly optional
    className optional
    publicKeyToken optional
    version optional
    Used By
    Source
    <xs:complexType name="CT_Wizards" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="insertWizard" type="CT_Wizard" />
      </xs:choice>
    </xs:complexType>
    See Also