element <qm:testplan> (local)
Namespace:
Type:
anonymous complexType (extension of qm:abstract-testplan)
Content:
complex, 3 attributes, 47 elements, elem. wildcard
Defined:
locally within qm:abstract-testphase complexType in qm.xsd; see XML source
Includes:
definitions of 3 attributes
XML Representation Summary
<qm:testplan
   
 = 
xs:boolean
 = 
xs:anyURI
 = 
xs:string
   
>
   
Content: 
</qm:testplan>
Content model elements (47):
alm:owner,
alm:state,
alm:updated,
dc:alias,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
oslc_qm:usesTestCase,
qm:alias,
qm:approvals,
qm:attachment (defined in qm:abstract-testplan complexType),
qm:category (defined in qm:abstract-testplan complexType),
qm:childplan,
qm:configuration (defined in qm:abstract-testplan complexType),
qm:copiedFrom,
qm:copiedRoot,
qm:creationDate,
qm:customAttributes,
qm:defectTurnaround,
qm:developmentplan,
qm:esignatures,
qm:estimation,
qm:keydates,
qm:legacyTeamArea,
qm:locked,
qm:markerAny,
qm:objectives,
qm:parentIteration,
qm:platformcoverage,
qm:priority,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:relatedChangeRequest,
qm:requirement (defined in qm:abstract-testplan complexType),
qm:requirementPackage,
qm:requirementView,
qm:requirementset,
qm:risk,
qm:snapshot,
qm:stylesheet,
qm:template (defined in qm:abstract-testplan complexType),
qm:testcase (defined in qm:abstract-testplan complexType),
qm:testphase (defined in qm:abstract-testplan complexType),
qm:testsuite (defined in qm:abstract-testplan complexType),
qm:webId,
qm:workitem (defined in qm:abstract-testplan complexType)
Included in content model of elements (2):
qm:testphase,
qm:testphase (defined in qm:abstract-executionworkitem complexType)
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.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  qm:abstract-testplan (extension)
      complexType
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testplan">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-testplan">
<xs:attribute name="removed" type="xs:boolean"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</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