element <step> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 12 elements
Defined:
globally in testscript.xsd; see XML source
Includes:
definitions of 3 attributes, 12 elements
Used:
XML Representation Summary
<step
   
 = 
xs:int
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</step>
Content model elements (12):
Included in content model of elements (2):
Known Usage Locations
Annotation
A section of a manual test representing a gesture or set of gestures.
XML Source (w/o annotations (25); see within schema source)
<xs:element name="step">
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="xs:string"/>
<xs:element name="title" type="xs:string"/>
<xs:element name="description">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="expectedResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="comment" type="xs:string"/>
<xs:element name="compare" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="attachment">
<xs:complexType>
<xs:attribute name="href" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="link">
<xs:complexType>
<xs:attribute name="href" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="customAttributes">
<!-- If you make any change over here, make sure to make same change in qm.xsd for customAttributes .... -->
<!-- If you make any change over here, make sure to make same change in executionresult.xsd for customAttributes .... -->
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="customAttribute">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="identifier" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="value" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="required" type="xs:boolean"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="step"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirement">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="stepIndex" type="xs:int"/>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
stepIndex
Type:
xs:int, predefined
Use:
optional
[READ-ONLY] The one-based order index of this step within a group of steps.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="stepIndex" type="xs:int"/>

type
Type:
xs:string, predefined
Use:
required
The type of step. Will be one of the following values - "execution", "information", "reporting".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string" use="required"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] The UUID of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>
Content Element Detail (all declarations; defined within this component only; 12/12)
attachment
Type:
anonymous complexType, empty content
A link to an attachment referenced by the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="attachment">
<xs:complexType>
<xs:attribute name="href" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

comment
Type:
xs:string, predefined, simple content
[READ-ONLY] Any comment about the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="comment" type="xs:string"/>

compare
Type:
xs:string, predefined, simple content
[READ-ONLY] Compare data of the step e.g. expected data:actual data
XML Source (w/o annotations (1); see within schema source)
<xs:element name="compare" type="xs:string"/>

customAttributes
Type:
anonymous complexType, complex content
A set of user defined properties associated with a test script step.
XML Source (w/o annotations (9); see within schema source)
<xs:element name="customAttributes">
<!-- If you make any change over here, make sure to make same change in qm.xsd for customAttributes .... -->
<!-- If you make any change over here, make sure to make same change in executionresult.xsd for customAttributes .... -->
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="customAttribute">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="identifier" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="value" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="externalURI" type="xs:anyURI"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="required" type="xs:boolean"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

description
Type:
anonymous complexType, mixed content
An XHTML account of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

expectedResult
Type:
anonymous complexType, mixed content
The XHTML condition the environment is expected to be in after executing the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="expectedResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

link
Type:
anonymous complexType, empty content
[READ-ONLY] A link referenced by the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="link">
<xs:complexType>
<xs:attribute name="href" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>

name
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="name" type="xs:string"/>

property
Type:
anonymous complexType (extension of xs:string), simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="name" type="xs:string" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>

requirement
Type:
anonymous complexType, empty content
[READ-ONLY] The requirement associated with the test step
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirement">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>

step
Type:
anonymous complexType, complex content
A sub step.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="step"/>

title
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="title" type="xs:string"/>

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