Definition Type: ComplexType
Name: EPMObjectivesPlanType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
A structure for information about an objectives plan.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Objective in schema epmtypes_xsd Drilldown into ObjectiveGroup in schema epmtypes_xsd Drilldown into ObjectivePlanSubject in schema epmtypes_xsd Drilldown into PreparedBy in schema epmtypes_xsd Drilldown into ObjectivePlanPeriod in schema epmtypes_xsd Drilldown into ObjectivePlanDate in schema epmtypes_xsd Drilldown into ObjectivesPlanId in schema epmtypes_xsd Drilldown into lang in schema xml_xsdXSD Diagram of EPMObjectivesPlanType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMObjectivesPlanType">
    <xsd:annotation>
        <xsd:documentation>A structure for information about an objectives plan.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ObjectivesPlanId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ObjectivePlanDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="ObjectivePlanPeriod" type="EPMPeriodType" minOccurs="0" />
        <xsd:element name="PreparedBy" type="EPMPersonType" minOccurs="0" />
        <xsd:element name="ObjectivePlanSubject" type="EPMPersonType" minOccurs="0" />
        <xsd:element name="ObjectiveGroup" type="EPMObjectiveGroupType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Objective" type="EPMObjectiveType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObjectivesPlanId hr:ObjectivesPlanId 0 (1)
ObjectivePlanDate hr:ObjectivePlanDate 0 (1)
ObjectivePlanPeriod hr:ObjectivePlanPeriod 0 (1)
PreparedBy hr:PreparedBy 0 (1)
ObjectivePlanSubject hr:ObjectivePlanSubject 0 (1)
ObjectiveGroup hr:ObjectiveGroup 0 unbounded
Objective hr:Objective 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:CreateEPMObjectivesPlan, hr:EPMObjectivesPlan, hr:UpdateEPMObjectivesPlan