element <qm:requirement>
Namespace:
Type:
anonymous complexType
Content:
empty, 7 attributes
Defined:
locally within element qm:testcase in qm.xsd, see XML source
Includes:
definitions of 7 attributes
XML Representation Summary
<qm:requirement
    externalReqId
 = 
xs:string
    href
 = 
xs:anyURI
    rel
 = 
xs:string
    reqProId
 = 
xs:string
    reqProProject
 = 
xs:string
    summary
 = 
xs:string
    vega:id
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
[DEPRECATED] A link to a rationale behind the test case. Normally, this will be a motivator of some kind. Note, this property will be removed after RQM 4.0.
XML Source (w/o annotations (8); 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:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 7/7)
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"/>

rel
Type:
xs:string, predefined
Use:
optional
Traceability relationship name
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rel" type="xs:string"/>

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

summary
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] An optional label for the title of requirement that was provided by RM provider at the time the link was created. There is no guarantee that this label corresponds to the current title of the requirement in RM provider; The current title of the requirement is only available from the RM provider
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="summary" 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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set