element <qm:objectiveStatus>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
locally within element qm:objectives in qm.xsd, see XML source
Includes:
definitions of 8 elements
XML Representation Summary
<qm:objectiveStatus>
   
Content: 
qm:id?, qm:group?, qm:groupOrder?, qm:actualValue?, qm:state?, qm:comment?, qm:objective, qm:objectiveStateId?
</qm:objectiveStatus>
Content model elements (8):
Included in content model of elements (1):
Annotation
A list of the quality objectives for the testplan.
XML Source (w/o annotations (10); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="objectiveStatus">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="group" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="groupOrder" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="actualValue" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="state" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="objective">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="objectiveStateId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/8)
qm:actualValue
Type:
xs:int, predefined, simple content
[READ-ONLY] The value calculated for the objectiveStatus.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="actualValue" type="xs:int"/>

qm:comment
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>

qm:group
Type:
xs:string, predefined, simple content
[READ-ONLY] The id of the section in the UI that contains the objectiveStatus.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="group" type="xs:string"/>

qm:groupOrder
Type:
xs:int, predefined, simple content
[READ-ONLY] The index of the objectiveStatus within the testplan.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="groupOrder" type="xs:int"/>

qm:id
Type:
xs:int, predefined, simple content
[READ-ONLY] The index of the objectiveStatus within the testplan.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="id" type="xs:int"/>

qm:objective
Type:
anonymous, empty content
[READ-ONLY] Comments associated with the objectiveStatus.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="objective">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:objectiveStateId
Type:
xs:string, predefined, simple content
[READ-ONLY] The Jazz state UUID.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="objectiveStateId" type="xs:string"/>

qm:state
Type:
xs:string, predefined, simple content
The status code for the objective.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="state" type="xs:string"/>

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