Definition Type: ComplexType
Name: EPMObjectiveType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Contains metadata about an objective included in an objective plan type.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into DependentItemReference in schema epmtypes_xsd Drilldown into ObjectiveStatusDate in schema epmtypes_xsd Drilldown into ObjectiveStatus in schema epmtypes_xsd Drilldown into ObjectiveMetric in schema epmtypes_xsd Drilldown into TargetDate in schema epmtypes_xsd Drilldown into Weight in schema epmtypes_xsd Drilldown into ObjectiveDescription in schema epmtypes_xsd Drilldown into ObjectiveName in schema epmtypes_xsd Drilldown into ObjectiveId in schema epmtypes_xsdXSD Diagram of EPMObjectiveType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMObjectiveType">
    <xsd:annotation>
        <xsd:documentation>Contains metadata about an objective included in an objective plan type.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ObjectiveId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ObjectiveName" type="xsd:string" minOccurs="0" />
        <xsd:element name="ObjectiveDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="Weight" type="NumericValueType" minOccurs="0" />
        <xsd:element name="TargetDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="ObjectiveMetric" type="EPMMetricType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ObjectiveStatus" type="EPMStatusType" minOccurs="0" />
        <xsd:element name="ObjectiveStatusDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="DependentItemReference" type="DependentItemReferenceType" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObjectiveId hr:ObjectiveId 0 (1)
ObjectiveName hr:ObjectiveName 0 (1)
ObjectiveDescription hr:ObjectiveDescription 0 (1)
Weight hr:Weight 0 (1)
TargetDate hr:TargetDate 0 (1)
ObjectiveMetric hr:ObjectiveMetric 0 unbounded
ObjectiveStatus hr:ObjectiveStatus 0 (1)
ObjectiveStatusDate hr:ObjectiveStatusDate 0 (1)
DependentItemReference hr:DependentItemReference 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Objective, hr:Objective