element <qm:suiteelement>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:suiteelement |
|
elementindex |
= |
xs:int |
|
> |
|
|
</qm:suiteelement> |
Content model elements (5):
-
Included in content model of elements (1):
-
Annotation
A test in the suite.
XML Source (w/o annotations (15); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="suiteelement"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="1" minOccurs="1" name="testcase"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:choice> <xs:element maxOccurs="1" minOccurs="0" name="testscript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="remotescript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> </xs:complexType> </xs:element> |
Attribute Detail (defined in this component only; 1/1) elementindex -
Type: |
xs:int, predefined |
Use: |
optional |
[READ-ONLY] Position of this element within the test suite.
XML Source (w/o annotations (1); see within schema source)
Content Element Detail (defined in this component only; 5/5) -
The contributor that owns execution of test suite step.
XML Source (w/o annotations (1); see within schema source)
-
Type: |
anonymous, empty content |
Link to the configuration for the test suite step.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="configuration"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A reference to the remote script used in the execution for the step.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="remotescript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
An absolute URL to a test case to be executed as part of this test suite step.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="testcase"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |
-
Type: |
anonymous, empty content |
A reference to the test script used in the execution.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testscript"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> |