element <requirement>
Namespace:
Type:
anonymous complexType
Content:
complex, 18 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 18 elements
Used:
never
XML Representation Summary
<requirement>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, resolver, priority, reviewStatus, alm:suspectStatus, creationtime, resolutionTime, externalTag, approvals?, customAttributes?, risk?, tags
</requirement>
Content model elements (18):
Annotation
** Depricated ** A feature or desired piece of functionality.
XML Source (w/o annotations (19); see within schema source)
<xs:element name="requirement">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element name="resolver" type="xs:string"/>
<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="resolutionTime" type="xs:dateTime"/>
<xs:element name="externalTag" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" ref="approvals"/>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>
<xs:element name="tags" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 18/18)
alm:owner
Type:
xs:string, predefined, simple content
The contributor who owns the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
xs:string, predefined, simple content
An ID or name of the current state of the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

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

approvals
Type:
anonymous, complex content
The approvals associated with the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="approvals"/>

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

customAttributes
Type:
anonymous, complex content
A 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"/>

dc:creator
Type:
xs:string, predefined, simple content
An entity primarily responsible for making the requirement.
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"/>

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

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

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

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

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

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

tags
Type:
xs:string, predefined, simple content
Since 2.0.0.1. Search strings associated with the requirement workitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="tags" type="xs:string"/>

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