element <qm:sequencestep>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<qm:sequencestep>
   
Content: 
qm:externalstepid?, (qm:executiontask | qm:automationtask)
</qm:sequencestep>
Content model elements (3):
Included in content model of elements (1):
Known Usage Locations
Annotation
The definition of step in sequence
XML Source (w/o annotations (2); see within schema source)
<xs:element name="sequencestep">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="externalstepid" type="xs:string"/>
<xs:choice>
<xs:element ref="executiontask"/>
<xs:element ref="automationtask"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
qm:automationtask
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="automationtask"/>

qm:executiontask
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element ref="executiontask"/>

qm:externalstepid
Type:
xs:string, predefined, simple content
[READ-ONLY] Indentifier for the Task to be executed in the step. Can be used during updation of step
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="externalstepid" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set