element <qm:testplan> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
locally within qm:testphase element in qm.xsd; see XML source
Includes:
definitions of 3 attributes
XML Representation Summary
<qm:testplan
   
 = 
xs:boolean
 = 
xs:anyURI
 = 
xs:string
/>
Included in content model of elements (1):
qm:testphase
Annotation
An absolute URL to the testplan this test phase belongs to. A valid test plan URL is required for creation of a new test phase. This property is ummutable after the test phase has been created.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testplan">
<xs:complexType>
<xs:attribute name="removed" type="xs:boolean"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 3/3)
href
Type:
xs:anyURI, predefined
Use:
required
The URL of the testplan.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

removed
Type:
xs:boolean, predefined
Use:
optional
By default, this test phase will not include a reference to a test plan that is no longer associted to it. However, it is possible to enable these references via the "Include removed test plans" advanced server property. When this option is enabled, the test plan references are included, but an extra removed attribute is added to the element (with a value of 'true') to indicate that the test plan is no longer asscoiated with this test phase. Note that the removed attribute is not rendered at all when the plan is still associated with this phase.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="removed" type="xs:boolean"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[DEPRECATED] [READ-ONLY]
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