element <qm:objectiveStatus> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
locally within qm:objectives element in qm.xsd; see XML source
Includes:
definitions of 8 elements
XML Representation Summary
<qm:objectiveStatus>
   
Content: 
</qm:objectiveStatus>
Content model elements (8):
qm:comment (type xs:string),
qm:id (type xs:int),
Included in content model of elements (1):
qm:objectives
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 (all declarations; defined within 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set