element <qm:step> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<qm:step |
|
|
= |
xs:int |
|
= |
xs:string |
|
= |
xs:anyURI |
|
|
> |
|
|
</qm:step> |
Content model elements (8):
-
Included in content model of elements (1):
-
Annotation
A section of a manual test representing a gesture or set of gestures.
XML Source (w/o annotations (14); see within schema source)
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:title"/>
<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 name="stepIndex" type="xs:int"/>
</xs:complexType>
</xs:element>
|
Attribute Detail (all declarations; defined within this component only; 3/3)
-
Type: |
xs:string, predefined
|
Use: |
optional |
The type of step. Will be either "execution" or "reporting".
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:anyURI, predefined
|
Use: |
optional |
XML Source (w/o annotations (1); see within schema source)
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"/>
|
Content Element Detail (all declarations; defined within this component only; 8/8)
-
Type: |
xs:string, predefined, simple content
|
A name given to the step.
XML Source (w/o annotations (1); see within schema source)
-
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>
|
-
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"/>
|
-
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"/>
|
-
An XHTML description of the step.
XML Source (w/o annotations (1); see within schema source)
-
The XHTML condition the environment is expected to be in after executing the step.
XML Source (w/o annotations (1); see within schema source)
-
[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>
|
-
[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>
|