element <qm:requirement>
Namespace:
Type:
Content:
complex, 19 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 15 elements
Used:
never
XML Representation Summary
<qm:requirement>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:title, dc:description, alm:updated, dc:creator, alm:owner, qm:priority, qm:reviewStatus, alm:suspectStatus, qm:creationtime, qm:externalTag, qm:customAttributes?, qm:risk?, qm:tags, qm:externalReqId
</qm:requirement>
Content model elements (19):
Annotation
[DEPRECATED] Note, this property will be removed after RQM 4.0.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (16); see within schema source)
<xs:element name="requirement">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element name="priority" type="xs:string"/>
<xs:element name="reviewStatus" type="xs:string"/>
<xs:element ref="alm:suspectStatus"/>
<xs:element name="creationtime" type="xs:dateTime"/>
<xs:element name="externalTag" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>
<xs:element name="tags" type="xs:string"/>
<xs:element name="externalReqId" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 15/19)
alm:owner
Type:
anonymous, mixed content
[READ-ONLY] The contributor that owns the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:suspectStatus
Type:
xs:string, predefined, simple content
The trace status of the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:suspectStatus"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the last update of the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
[READ-ONLY] The contributor that created the requirement. Note, not available in all requirements management systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

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

dc:title
Type:
xs:string, predefined, simple content
A name given to the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:creationtime
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the creation of the requirement. Not available in all requirements management systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="creationtime" type="xs:dateTime"/>

qm:customAttributes
Type:
anonymous, complex content
[READ-ONLY] List of user generated name/value pairs.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>

qm:externalReqId
Type:
xs:string, predefined, simple content
[READ-ONLY] A Identifier for the requirement in a external system such as Requisite Pro.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="externalReqId" type="xs:string"/>

qm:externalTag
Type:
xs:string, predefined, simple content
[READ-ONLY] Since 2.0.0.1. A tag which identifies the source of the external requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="externalTag" type="xs:string"/>

qm:priority
Type:
xs:string, predefined, simple content
The importance of the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="priority" type="xs:string"/>

qm:reviewStatus
Type:
xs:string, predefined, simple content
String representing the status of the review.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="reviewStatus" type="xs:string"/>

qm:risk
Type:
anonymous, complex content
The risk associated with the requirement. The possible values are (internal representation): <ul><li>Unassigned (0)</li><li>Very Low (1)</li><li>Low (2)</li><li>Medium (3)</li><li>High (4)</li><li>Very High (5)</li></ul>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>

qm:tags
Type:
xs:string, predefined, simple content
Tags associated with requirements stored in CLM 3.0 requirements management server.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tags" type="xs:string"/>

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"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set