ArcGIS Pro DAML Schema
CT_Wizard Complex Type
ArcGIS Pro DAML Schema : CT_Wizard Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
content Element Choice Sequence tooltip Element Sequence Sequence page Element Choice CT_Wizard Complex Type
Overview
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
insertWizard Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
pageHeightxs:integerrequired   
pageWidthxs:integerrequired   
isPageListVisiblexs:booleanoptional   
canMoveNextOnValidOnlyxs:booleanoptional   
isPageCountVisiblexs:booleanoptional   
resizablexs:booleanoptional   
captionST_String Simple Typerequired   
Source
<xs:complexType name="CT_Wizard" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="page" type="CT_Page" />
  </xs:choice>
  <xs:attribute name="id" type="ST_UniqueID" use="required" />
  <xs:attribute name="pageHeight" type="xs:integer" use="required" />
  <xs:attribute name="pageWidth" type="xs:integer" use="required" />
  <xs:attribute name="isPageListVisible" type="xs:boolean" />
  <xs:attribute name="canMoveNextOnValidOnly" type="xs:boolean" />
  <xs:attribute name="isPageCountVisible" type="xs:boolean" />
  <xs:attribute name="resizable" type="xs:boolean" />
  <xs:attribute name="caption" type="ST_String" use="required" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema