Definition Type: ComplexType
Name: ObjectivesPlanType
Namespace: http://www.hr-xml.org/3
Containing Schema: ObjectivesPlan.xsd
Abstract
Documentation:
Objectives Plan. Details Supports the specification of objectives, groups of objectives, and related metrics and metadata. Used in integration of such systems as compensation management, business performance management, employee performance management, and project management systems.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Objective in schema components_xsd Drilldown into ObjectiveGroup in schema components_xsd Drilldown into PlanPeriod in schema components_xsd Drilldown into PlanSubject in schema components_xsd Drilldown into Preparer in schema components_xsd Drilldown into DocumentSequence in schema fields_xsd Drilldown into AlternateDocumentID in schema fields_xsd Drilldown into DocumentID in schema fields_xsd Drilldown into DocumentIDGroup in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into languageCode in schema objectivesplan_xsdXSD Diagram of ObjectivesPlanType in schema objectivesplan_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ObjectivesPlanType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Objectives Plan. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1"> Supports the specification of objectives, groups of objectives, and related metrics and metadata. </ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Used in integration of such systems as compensation management, business performance management, employee performance management, and project management systems.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="DocumentIDGroup" minOccurs="0" />
        <xsd:element ref="DocumentSequence" minOccurs="0" />
        <xsd:element ref="Preparer" minOccurs="0" />
        <xsd:element ref="PlanSubject" minOccurs="0" />
        <xsd:element ref="PlanPeriod" minOccurs="0" />
        <xsd:element ref="ObjectiveGroup" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Objective" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID (1) (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
DocumentSequence nsA:DocumentSequence 0 (1)
Preparer nsA:Preparer 0 (1)
PlanSubject nsA:PlanSubject 0 (1)
PlanPeriod nsA:PlanPeriod 0 (1)
ObjectiveGroup nsA:ObjectiveGroup 0 unbounded
Objective nsA:Objective 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:ObjectivesPlan