element <qm:blockingdefects>
Namespace:
Type:
anonymous complexType
Content:
empty, 3 attributes
Defined:
Includes:
definitions of 3 attributes
XML Representation Summary
<qm:blockingdefects
    href
 = 
xs:anyURI
    summary
 = 
xs:string
    vega:id
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
Link to the blocking defect for the execution work item.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="blockingdefects">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<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
The URL of the defect.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

summary
Type:
xs:string, predefined
Use:
optional
The summary of the blocking defect associated with the execution work item. This property is read-only.
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
Read-Only UUID of the defect.
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