element <qm:suiteelement> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 5 elements
Defined:
locally within qm:suiteelements element in qm.xsd; see XML source
Includes:
definitions of 1 attribute, 5 elements
XML Representation Summary
<qm:suiteelement
   
 = 
xs:int
   
>
   
Content: 
</qm:suiteelement>
Content model elements (5):
Included in content model of elements (1):
qm:suiteelements
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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="configuration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element ref="alm:owner"/>
<xs:choice>
<xs:element maxOccurs="1" minOccurs="0" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="elementindex" type="xs:int"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
elementindex
Type:
xs:int, predefined
Use:
optional
Position of this element within the test suite.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="elementindex" type="xs:int"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
alm:owner
Type:
anonymous complexType, mixed content
The contributor that owns execution of test suite step.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

qm:configuration
Type:
anonymous complexType, 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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:remotescript
Type:
anonymous complexType, 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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testcase
Type:
anonymous complexType, 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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testscript
Type:
anonymous complexType, 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:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set