element <suiteelement> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
XML Representation Summary
<suiteelement>
   
Content: 
</suiteelement>
Content model elements (6):
adapterid, alm:owner, executionworkitem, index, remotescript, testscript
Included in content model of elements (1):
suiteelements
Annotation
[READ-ONLY] A test in the suite.
XML Source (w/o annotations (12); 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 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:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 6/6)
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"/>

alm:owner
Type:
anonymous complexType, mixed content
[READ-ONLY] The contributor that owns execution of test suite step.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

executionworkitem
Type:
anonymous complexType, 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"/>

remotescript
Type:
anonymous complexType, empty content
[READ-ONLY] Reference to a type of test script that references an external tool based script.
XML Source (w/o annotations (2); 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>

testscript
Type:
anonymous complexType, empty content
[READ-ONLY] 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