element <objectiveStatus>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
locally within element objectives in qm.xsd, see XML source
Includes:
definitions of 8 elements
XML Representation Summary
<objectiveStatus>
   
Content: 
id?, group?, groupOrder?, actualValue?, state?, comment?, objective, objectiveStateId
</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="1" name="objectiveStateId" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/8)
actualValue
Type:
xs:int, predefined, simple content
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"/>

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

group
Type:
xs:string, predefined, simple content
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"/>

groupOrder
Type:
xs:int, predefined, simple content
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"/>

id
Type:
xs:int, predefined, simple content
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"/>

objective
Type:
anonymous, empty content
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>

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

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