complexType "qm:abstract-testplan"
Namespace:
Content:
complex, 47 elements, elem. wildcard
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 43 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
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)
All Direct / Indirect Based Elements (2):
qm:testplan (defined in qm:abstract-testphase complexType)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  qm:abstract-testplan
XML Source (w/o annotations (104); see within schema source)
<xs:complexType name="abstract-testplan">
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" ref="snapshot"/>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element minOccurs="0" ref="priority"/>
<xs:element maxOccurs="1" minOccurs="0" name="locked" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" ref="approvals"/>
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>
<xs:element maxOccurs="1" minOccurs="0" ref="dc:alias"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alias"/>
<xs:element name="objectives">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="objectiveStatus">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="group" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="groupOrder" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="actualValue" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="state" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="objective">
<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" name="objectiveStateId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="keydates">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="keydate">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="date" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="estimation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string" use="required"/>
<xs:attribute name="value" type="xs:string" use="required"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="testcase">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-testcase">
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="testsuite">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="childplan">
<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" name="template">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirement">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="externalReqId" type="xs:string"/>
<xs:attribute name="reqProId" type="xs:string"/>
<xs:attribute name="reqProProject" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementset">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementView">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="description" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementPackage">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="description" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="developmentplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="workitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="relatedChangeRequest"/>
<xs:element maxOccurs="1" minOccurs="0" name="legacyTeamArea">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="configuration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="attachment">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="platformcoverage">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="catalogType">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="partname">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="path">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="template">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="values">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="testphase">
<xs:complexType>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="copiedFrom"/>
<xs:element maxOccurs="1" minOccurs="0" ref="copiedRoot"/>
<xs:element name="defectTurnaround" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
<xs:element maxOccurs="1" minOccurs="0" ref="esignatures"/>
<xs:element maxOccurs="1" minOccurs="0" name="parentIteration">
<xs:complexType>
<xs:attribute ref="rdf:resource"/>
<xs:attribute name="modified" type="xs:dateTime"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="oslc_qm:usesTestCase"/>
<!-- dynamic data -->
<xs:element ref="markerAny"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 44/48)
alm:owner
Type:
anonymous complexType, mixed content
The contributor that owns the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous complexType, mixed content
[READ-ONLY] State of the resource. Unless otherwise specified the possible values are: com.ibm.rqm.planning.common.new, com.ibm.rqm.planning.common.underreview, com.ibm.rqm.planning.common.approved, and com.ibm.rqm.planning.common.retired
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:alias
Type:
xs:string, predefined, simple content
[DEPRECATED] [READ-ONLY] Elements containing alternate identifiers for the resource.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="dc:alias"/>

dc:creator
Type:
anonymous complexType, mixed content
[IMMUTABLE] The contributor that created the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] Description of the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
Title of the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

oslc_qm:usesTestCase
Type:
anonymous complexType, complex content
[READ-ONLY] A test case to be executed as part of this test plan that includes the properties of test case OSLC resource model.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="oslc_qm:usesTestCase"/>

qm:alias
Type:
anonymous complexType (extension of xs:string), simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="alias"/>

qm:approvals
Type:
anonymous complexType, complex content
A collection of approvals that are associated with the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="approvals"/>

qm:attachment
Type:
anonymous complexType, empty content
An absolute URL to an attachment that is associated to the test plan.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="attachment">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:category
Type:
anonymous complexType, empty content
Category terms are provided in an attribute as is the value for that term. The category is used for query support in the web UI and for sortable table views.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string" use="required"/>
<xs:attribute name="value" type="xs:string" use="required"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:childplan
Type:
anonymous complexType, empty content
An absolute URL to a child test plan. A test plan can contain multiple children.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="childplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:configuration
Type:
anonymous complexType, empty content
An absolute URL to an associated configuration.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="configuration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:copiedFrom
Type:
anonymous complexType, empty content
[READ-ONLY] Link to the test plan from which this test plan was copied.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="copiedFrom"/>

qm:copiedRoot
Type:
anonymous complexType, empty content
[READ-ONLY] Link to the test plan from which this test plan was ultimately derived.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="copiedRoot"/>

qm:creationDate
Type:
xs:dateTime, predefined, simple content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>

qm:customAttributes
Type:
anonymous complexType, complex content
User defined custom attribute name/value data on this artifact.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>

qm:defectTurnaround
Type:
xs:string, predefined, simple content
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:element name="defectTurnaround" type="xs:string"/>

qm:developmentplan
Type:
anonymous complexType, empty content
[READ-ONLY] A development plan associated with the test plan.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="developmentplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:esignatures
Type:
anonymous complexType, complex content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="esignatures"/>

qm:estimation
Type:
anonymous complexType, complex content
Estimates of the overall testing effort.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="estimation"/>

qm:keydates
Type:
anonymous complexType, complex content
The optional collection of key dates for the test plan.
XML Source (w/o annotations (5); see within schema source)
<xs:element name="keydates">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="keydate">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="date" type="xs:dateTime"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:legacyTeamArea
Type:
anonymous complexType, empty content
An absolute URL to the Jazz team area associated with the test plan. The URL points to the deprecated team area API in RQM. This element will be removed after RQM 4.0.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="legacyTeamArea">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:locked
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Boolean indicating the test plan is locked.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="locked" type="xs:boolean"/>

qm:markerAny
Type:
xs:string, predefined, simple content
[READ-ONLY] A empty marker.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="markerAny"/>

qm:objectives
Type:
anonymous complexType, complex content
A collection of objectives for the test plan
XML Source (w/o annotations (11); see within schema source)
<xs:element name="objectives">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="objectiveStatus">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="group" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="groupOrder" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="actualValue" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="state" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="objective">
<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" name="objectiveStateId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:parentIteration
Type:
anonymous complexType, empty content
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="parentIteration">
<xs:complexType>
<xs:attribute ref="rdf:resource"/>
<xs:attribute name="modified" type="xs:dateTime"/>
</xs:complexType>
</xs:element>

qm:platformcoverage
Type:
anonymous complexType, complex content
Since 2.0.0.1. The list of the catalog types making up the covered platforms.
XML Source (w/o annotations (12); see within schema source)
<xs:element name="platformcoverage">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="catalogType">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="partname">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="path">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="template">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="values">
<xs:complexType mixed="true">
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:priority
Type:
anonymous complexType, mixed content
The priority literal value associated with the test plan. Possible priority literal values (project area defaults) include: literal.priority.101 (Unassigned: default), literal.priority.110 (Low), literal.priority.120 (Medium), and literal.priority.130 (High). Note, project areas may be configured with a default priority and custom priority values for test plans in the project area. To resolve the associated custom priority literal value, set the custom priority value in the test plan editor and read the test plan using the RQM Reportable REST API (https://jazz.net/wiki/bin/view/Main/RqmApi#ReadResource).
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="priority"/>

qm:relatedChangeRequest
Type:
anonymous complexType, empty content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="relatedChangeRequest"/>

qm:requirement
Type:
anonymous complexType, empty content
[DEPRECATED] An absolute URL to a rationale behind the test plan. Normally, this will be a motivator of some kind. Note, this property will be removed after RQM 4.0.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirement">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="externalReqId" type="xs:string"/>
<xs:attribute name="reqProId" type="xs:string"/>
<xs:attribute name="reqProProject" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:requirementPackage
Type:
anonymous complexType, empty content
[READ-ONLY] The requirement packages that are associated to the test plan.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementPackage">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="description" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:requirementset
Type:
anonymous complexType, empty content
[READ-ONLY] An absolute URL to a set of requirements behind the test plan. Normally, this will be a motivator of some kind.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementset">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:requirementView
Type:
anonymous complexType, empty content
[READ-ONLY] The requirement views that are associated to the test plan.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementView">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="description" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:risk
Type:
anonymous complexType, complex content
Risk analysis for the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>

qm:snapshot
Type:
anonymous complexType, complex content
[READ-ONLY] Snapshot metadata associated with the snapshot of the test plan. Note, supported only for test plan snapshots.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="snapshot"/>

qm:template
Type:
anonymous complexType, empty content
[IMMUTABLE] An absolute URL to a template used to specify the sections in the testplan.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="template">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testcase
Type:
anonymous complexType (extension of qm:abstract-testcase), complex content
The test cases to be executed as part of this test plan. Typically, a test plan will contain several test case links. For each test case, specify either a reference to an existing test case, a new test case to be created, or updates that should be made to an existing test case. References should be specified with an absolute URL that uniquely identifies the test case as the value of the "href" attribute. To create or update a test case, specify the details of the change as you would when directly invoking the test case API with the URL as the value for the "identifier" element.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testcase">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-testcase">
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>

qm:testphase
Type:
anonymous complexType, empty content
[READ-ONLY] Link to the phase for the test plan. Only included when a special request parameter is present.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testphase">
<xs:complexType>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testsuite
Type:
anonymous complexType, empty content
An absolute URL to a test suite to be executed as part of this test plan.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="testsuite">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:webId
Type:
xs:int, predefined, simple content
[READ-ONLY] Integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

qm:workitem
Type:
anonymous complexType, empty content
An absolute URL to a Jazz work item that is associated with the test plan.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="workitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>

{any element with any namespace}
This is a placeholder for any user defined sections that have been added to the test plan.
XML Source (w/o annotations (1); see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/>

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