element <suiteelements>
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in qm.xsd, see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<suiteelements>
   
Content: 
suiteelement*
</suiteelements>
Content model elements (1):
Included in content model of elements (1):
Known Usage Locations
Annotation
A list of the tests in the suite.
XML Source (w/o annotations (10); see within schema source)
<xs:element name="suiteelements">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="suiteelement">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="index" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="executionworkitem">
<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="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 1/1)
suiteelement
Type:
anonymous, complex content
A test in the suite.
XML Source (w/o annotations (9); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="suiteelement">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="index" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="executionworkitem">
<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="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

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