element <qm:step> (global)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<qm:step |
|
|
= |
xs:int |
|
= |
xs:string |
|
= |
xs:anyURI |
|
|
> |
|
Content: |
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, qm:description, qm:expectedResult?, qm:testscript, alm:updated, qm:customAttributes?, qm:position?, qm:attachment*, qm:comment?, qm:link?, qm:requirement* |
|
</qm:step> |
Content model elements (15):
-
Included in content model of elements (1):
-
Annotation
A step of a manual test script.
Type Derivation Tree
complexType
|
XML Source (w/o annotations (19); see within schema source)
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="1" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="position" type="xs:int"/>
<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="comment" type="xs:string"/>
<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:extension>
</xs:complexContent>
</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 one of the following values - "execution", "information", "reporting".
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:anyURI, predefined
|
Use: |
optional |
The URL of the step.
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; 11/15)
-
Type: |
xs:dateTime, predefined, simple content
|
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
xs:string, predefined, simple content
|
[READ-ONLY]A name given to the step.
XML Source (w/o annotations (1); see within schema source)
-
[READ-ONLY]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 maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>
|
-
User defined custom attribute name/value data on this artifact.
XML Source (w/o annotations (1); see within schema source)
-
[READ-ONLY]An XHTML description of the step.
XML Source (w/o annotations (1); see within schema source)
-
[READ-ONLY]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>
|
-
Type: |
xs:int, predefined, simple content |
[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:element minOccurs="0" name="position" type="xs:int"/>
|
-
[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>
|
-
[READ-ONLY]A link to the testscript that contains this step.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|