element <qm:objective> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:objective>
Content model elements (12):
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:evaluatorId,
qm:operator,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:properties (in qm:objective),
qm:stylesheet,
qm:targetValue
Annotation
Defines one of the goals of the testing effort.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
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 maxOccurs="1" minOccurs="0" ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:creator"/>
<xs:element maxOccurs="1" minOccurs="0" name="operator" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="targetValue" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" 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 (all declarations; defined within 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 complexType, mixed content
[READ-ONLY] [IMMUTABLE] 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 maxOccurs="1" minOccurs="0" 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 maxOccurs="1" minOccurs="0" 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 maxOccurs="1" minOccurs="0" name="operator" type="xs:string"/>

qm:properties
Type:
anonymous complexType, 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 maxOccurs="1" minOccurs="0" name="targetValue" type="xs:int"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set