element <suiteelement>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
XML Representation Summary
<suiteelement>
   
Content: 
index?, adapterid?, executionworkitem?, testscript?
</suiteelement>
Content model elements (4):
Included in content model of elements (1):
Annotation
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>
Content Element Detail (defined in this component only; 4/4)
adapterid
Type:
xs:string, predefined, simple content
Id of the adapter that manages the testlog.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="adapterid" type="xs:string"/>

executionworkitem
Type:
anonymous, empty content
A reference to a test execution record contained in the executed test suite.
XML Source (w/o annotations (3); see within schema source)
<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>

index
Type:
xs:int, predefined, simple content
Index for the suiteelement.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="index" type="xs:int"/>

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

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