element <step>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 11 elements
Defined:
globally in testscript.xsd, see XML source
Includes:
definitions of 2 attributes and 11 elements
Used:
XML Representation Summary
<step
    type
 = 
xs:string
    vega:id
 = 
xs:string
    >
   
Content: 
name, title, description, expectedResult, comment, compare, property*, attachment*, link?, step*, requirement*
</step>
Content model elements (11):
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 (15); 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="type" type="xs:string" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 2/2)
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 (defined in this component only; 11/11)
attachment
Type:
anonymous, 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, 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, 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, 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 (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, 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, 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set