element <qm:sequencestep> (global)
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:sequencestep>
Content model elements (3):
qm:automationtask, qm:executiontask, qm:externalstepid
Included in content model of elements (1):
qm:executionsequence
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 (all declarations; defined within this component only; 3/3)
qm:automationtask
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element ref="automationtask"/>

qm:executiontask
Type:
anonymous complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set