element <qm:requirementset>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:requirementset |
|
href |
= |
xs:anyURI |
|
rel |
= |
xs:string |
|
summary |
= |
xs:string |
/> |
Included in content model of elements (1):
-
Annotation
[READ-ONLY] An absolute URL to a set of requirements behind the test plan. Normally, this will be a motivator of some kind.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="requirementset"> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> <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; 3/3) href -
Type: |
xs:anyURI, predefined |
Use: |
required |
[READ-ONLY] 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 |
[READ-ONLY] Traceability relationship name
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="rel" type="xs:string"/> |
summary -
Type: |
xs:string, predefined |
Use: |
optional |
[READ-ONLY] An optional label for the title of requirement set 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 set in RM provider; The current title of the requirement set is only available from the RM provider.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="summary" type="xs:string"/> |