element <objective>
Namespace:
Type:
anonymous complexType
Content:
complex, 9 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<objective>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, dc:creator, operator, targetValue, evaluatorId, properties
</objective>
Content model elements (9):
Annotation
Defines one of the goals of the testing effort.
XML Source (w/o annotations (13); see within schema source)
<xs:element name="objective">
<xs:complexType>
<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 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:complexType>
</xs:element>
Content Element Detail (defined in this component only; 9/9)
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:
xs:string, predefined, simple content
An entity primarily responsible for making the objective. Jazz username.
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"/>

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"/>

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"/>

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>

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 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