element <qm:objective>
Namespace:
Type:
Content:
complex, 12 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<qm:objective>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:description, alm:updated, dc:creator, qm:operator, qm:targetValue?, qm:evaluatorId, qm:properties
</qm:objective>
Content model elements (12):
Annotation
Defines one of the goals of the testing effort.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (12); see within schema source)
<xs:element name="objective">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:creator"/>
<xs:element name="operator" type="xs:string"/>
<xs:element minOccurs="0" name="targetValue" type="xs:int"/>
<xs:element name="evaluatorId" type="xs:string"/>
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/12)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of a resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
[READ-ONLY] The contributor that created the objective.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:description
Type:
xs:string, predefined, simple content
[READ-ONLY] An description of the objective.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] A name given to the objective.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:evaluatorId
Type:
xs:string, predefined, simple content
[READ-ONLY] The ID of the evaluator.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="evaluatorId" type="xs:string"/>

qm:operator
Type:
xs:string, predefined, simple content
[READ-ONLY] An arithmetic symbol for the relationship.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="operator" type="xs:string"/>

qm:properties
Type:
anonymous, complex content
[READ-ONLY] A list of the properties associated with the objective.
XML Source (w/o annotations (4); see within schema source)
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:targetValue
Type:
xs:int, predefined, simple content
[READ-ONLY] The integer value for the objective.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="targetValue" type="xs:int"/>

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