element <qm:objectiveStatus> (local)
Namespace: |
|
Type: |
|
Content: |
|
Defined: |
|
Includes: |
|
XML Representation Summary |
<qm:objectiveStatus> |
|
|
</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: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: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)
-
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"/>
|
-
Type: |
xs:string, predefined, simple content |
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="comment" type="xs:string"/>
|
-
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"/>
|
-
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"/>
|
-
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"/>
|
-
[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:complexType>
</xs:element>
|
-
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"/>
|
-
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"/>
|