element <qm:requirement> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 5 attributes
Defined:
locally within qm:testplan element in qm.xsd; see XML source
Includes:
definitions of 5 attributes
XML Representation Summary
<qm:requirement
   
 = 
xs:anyURI
 = 
xs:string
 = 
xs:string
 = 
xs:string
 = 
xs:string
/>
Included in content model of elements (1):
qm:testplan
Annotation
[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>
Attribute Detail (all declarations; defined within this component only; 5/5)
externalReqId
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] GUID for the requirement in External Requirement tools - Rational Requisite Pro,Doors.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="externalReqId" type="xs:string"/>

href
Type:
xs:anyURI, predefined
Use:
required
The URL of the requirement.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

reqProId
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] Rational RequisitePro requirement ID.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="reqProId" type="xs:string"/>

reqProProject
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] Rational RequisitePro project name.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="reqProProject" type="xs:string"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

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