element <qm:testsuitelog> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
XML Representation Summary
<qm:testsuitelog
   
 = 
xs:anyURI
 = 
xs:string
 = 
xs:int
/>
Included in content model of elements (1):
qm:executionresult
Annotation
[READ-ONLY] A test suite log associated with the test result.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testsuitelog">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="elementindex" type="xs:int"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
elementindex
Type:
xs:int, predefined
Use:
optional
[READ-ONLY] The position of this test in the test suite.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="elementindex" type="xs:int"/>

href
Type:
xs:anyURI, predefined
Use:
required
[READ-ONLY] URL of the test suite log containing this result. Only set if this result was generated by executing a test suite.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] UUID of the test suite log.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

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