element <qm:requirement> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:requirement>
Content model elements (19):
alm:owner,
alm:suspectStatus,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:creationtime,
qm:customAttributes,
qm:externalReqId,
qm:externalTag,
qm:priority (type xs:string),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:reviewStatus,
qm:risk,
qm:stylesheet,
qm:tags,
qm:webId
Annotation
[DEPRECATED] Note, this property will be removed after RQM 4.0.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within this component only; 15/19)
alm:owner
Type:
anonymous complexType, 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 complexType, mixed content
[READ-ONLY] [IMMUTABLE] 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 complexType, 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 complexType, complex content
The risk associated with the requirement. The possible values are (internal representation): Unassigned (0), Very Low (1), Low (2), Medium (3), High (4), and Very High (5)
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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set