element <qm:testcaserecordselection> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 2 elements
Defined:
locally within qm:testcase element in qm.xsd; see XML source
Includes:
definitions of 2 elements
XML Representation Summary
<qm:testcaserecordselection>
   
Content: 
</qm:testcaserecordselection>
Content model elements (2):
Included in content model of elements (1):
qm:testcase
Annotation
Record Selection Criteria for testCase.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testcaserecordselection">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="executionscript">
<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" ref="recordselectioncriteria"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/2)
qm:executionscript
Type:
anonymous complexType, empty content
A link to a executionscript used to execute this testcase.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="executionscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:recordselectioncriteria
Type:
anonymous complexType, complex content
Record Selection Criteria for the associated Test Script.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="recordselectioncriteria"/>

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