element <qm:requirement>
Namespace:
Type:
Content:
complex, 17 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 16 elements
Used:
never
XML Representation Summary
<qm:requirement>
   
Content: 
qm:projectArea, dc:identifier, 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 (17):
Annotation
** Depricated ** A feature or desired piece of functionality.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (17); see within schema source)
<xs:element name="requirement">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:identifier"/>
<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; 16/17)
alm:owner
Type:
anonymous, mixed content
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
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
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:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the requirement within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

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
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
A read-only 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
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 could be 'Unassigned', 'Very Low', 'Low', 'Medium', 'High', 'Very High'. The corresponding internal representation is number 0-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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set