element <qm:objective>
Namespace:
Type:
Content:
complex, 10 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<qm:objective>
   
Content: 
qm:projectArea, dc:identifier, dc:title, dc:description, alm:updated, dc:creator, qm:operator, qm:targetValue?, qm:evaluatorId, qm:properties
</qm:objective>
Content model elements (10):
Annotation
Defines one of the goals of the testing effort.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (13); see within schema source)
<xs:element name="objective">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:identifier"/>
<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; 9/10)
alm:updated
Type:
xs:dateTime, predefined, simple content
The last modification date of a resource. This property is read-only. 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
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
An description of the objective.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:identifier
Type:
xs:string, predefined, simple content
A unique identifier for this resource. A URL is typically provided for this element. This property is read-only.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
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
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
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
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
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