element <step> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, 11 elements
Defined:
globally in testscript.xsd; see XML source
Includes:
definitions of 3 attributes, 11 elements
Used:
XML Representation Summary
<step
   
 = 
xs:int
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</step>
Content model elements (11):
attachment, comment, compare, description, expectedResult, link, name, property, requirement, step, title
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 (16); 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 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
[READ-ONLY] The type of step. Will be either "execution" or "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; 11/11)
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"/>

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