Definition Type: ComplexType
Name: ObjectiveType
Namespace: http://www.hr-xml.org/3
Type: nsA:ObjectiveBaseType
Containing Schema: Components.xsd
Abstract
Documentation:
A specification of a single objective.
Collapse XSD Schema Diagram:
Drilldown into DependentObjective in schema components_xsd Drilldown into UserArea in schema fields_xsd Drilldown into Metric in schema components_xsd Drilldown into TimePeriod in schema components_xsd1 Drilldown into Weight in schema fields_xsd Drilldown into TypeCode in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into ObjectiveName in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into ObjectiveBaseType in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of ObjectiveType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ObjectiveType">
    <xsd:annotation>
        <xsd:documentation>A specification of a single objective. </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ObjectiveBaseType">
            <xsd:sequence>
                <xsd:element ref="DependentObjective" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
            <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
ObjectiveName nsA:ObjectiveName 0 (1)
Description oa:Description 0 unbounded
TypeCode nsA:TypeCode 0 unbounded
Weight nsA:Weight 0 (1)
TimePeriod oa:TimePeriod 0 (1)
Metric nsA:Metric 0 unbounded
UserArea nsA:UserArea 0 (1)
DependentObjective nsA:DependentObjective 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:Objective