element <suiteelement> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<suiteelement> |
|
|
</suiteelement> |
Content model elements (8):
-
Included in content model of elements (1):
-
Annotation
[READ-ONLY] A test in the suite.
XML Source (w/o annotations (17); 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:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="testcase">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="name" type="xs:string"/>
</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:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
Content Element Detail (all declarations; defined within this component only; 8/8)
-
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"/>
|
-
[READ-ONLY] The contributor that owns execution of test suite step.
XML Source (w/o annotations (1); see within schema source)
-
[READ-ONLY] A reference to the execution script used in the execution.
XML Source (w/o annotations (2); see within schema source)
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
-
A reference to a test execution record contained in the executed test suite.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
|
-
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"/>
|
-
[DEPRECATED] [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>
|
-
[READ-ONLY]A reference to a test case contained in the test execution record.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testcase">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="name" type="xs:string"/>
</xs:complexType>
</xs:element>
|
-
[DEPRECATED] [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:complexType>
</xs:element>
|