element <qm:executionstep> (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:executionstep>
   
Content: 
</qm:executionstep>
Content model elements (3):
Included in content model of elements (1):
qm:executiontask
Known Usage Locations
Annotation
[READ-ONLY] Contains script and optional adapter for automation script
XML Source (w/o annotations (10); see within schema source)
<xs:element name="executionstep">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element name="tooladapter">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 3/3)
qm:remotescript
Type:
anonymous complexType, empty content
[READ-ONLY] Define remote script.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testscript
Type:
anonymous complexType, empty content
[READ-ONLY] Define test script.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:tooladapter
Type:
anonymous complexType, empty content
[READ-ONLY] Define adpter to run remote script.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="tooladapter">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set