element <qm:step>
Namespace:
Type:
anonymous complexType
Content:
complex, 2 attributes, 8 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 2 attributes and 8 elements
Used:
XML Representation Summary
<qm:step
    dcterms:type
 = 
xs:string
    rdf:about
 = 
xs:anyURI
    >
   
Content: 
dc:title, qm:description, qm:expectedResult, qm:comment, qm:compare, qm:attachment*, qm:link?, qm:requirement*
</qm:step>
Content model elements (8):
Included in content model of elements (1):
Known Usage Locations
Annotation
A section of a manual test representing a gesture or set of gestures.
XML Source (w/o annotations (13); see within schema source)
<xs:element name="step">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element name="description" type="richtext"/>
<xs:element name="expectedResult" type="richtext"/>
<xs:element name="comment" type="xs:string"/>
<xs:element name="compare" type="xs:string"/>
<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" 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 ref="dcterms:type"/>
<xs:attribute ref="rdf:about"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 2/2)
dcterms:type
Type:
xsd:string, predefined
Use:
optional
The type of step. Will be either "execution" or "reporting".
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="dcterms:type"/>

rdf:about
Type:
anyURI, predefined
Use:
optional
The URL of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="rdf:about"/>
Content Element Detail (defined in this component only; 8/8)
dc:title
Type:
xs:string, predefined, simple content
A name given to the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm: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>

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

qm:compare
Type:
xs:string, predefined, simple content
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"/>

qm:description
Type:
qm:richtext, mixed content
An XHTML description of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description" type="richtext"/>

qm:expectedResult
Type:
qm:richtext, 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" type="richtext"/>

qm: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>

qm:requirement
Type:
anonymous, empty content
[READ-ONLY] The requirement associated with the 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>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set