Definition Type: ComplexType
Name: EPMObjectiveGroupType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Provides a structure for grouping objectives within an objectives plan.
Collapse XSD Schema Diagram:
Drilldown into Objective in schema epmtypes_xsd Drilldown into ObjectiveGroupMetric in schema epmtypes_xsd Drilldown into ObjectiveGroupStatus in schema epmtypes_xsd Drilldown into TargetDate in schema epmtypes_xsd Drilldown into Weight in schema epmtypes_xsd Drilldown into ObjectiveGroupDescription in schema epmtypes_xsd Drilldown into ObjectiveGroupName in schema epmtypes_xsd Drilldown into ObjectiveGroupId in schema epmtypes_xsdXSD Diagram of EPMObjectiveGroupType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMObjectiveGroupType">
    <xsd:annotation>
        <xsd:documentation>Provides a structure for grouping objectives within an objectives plan.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ObjectiveGroupId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ObjectiveGroupName" type="xsd:string" minOccurs="0" />
        <xsd:element name="ObjectiveGroupDescription" 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="ObjectiveGroupStatus" type="EPMStatusEnumType" minOccurs="0" />
        <xsd:element name="ObjectiveGroupMetric" type="EPMMetricType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Objective" type="EPMObjectiveType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObjectiveGroupId hr:ObjectiveGroupId 0 (1)
ObjectiveGroupName hr:ObjectiveGroupName 0 (1)
ObjectiveGroupDescription hr:ObjectiveGroupDescription 0 (1)
Weight hr:Weight 0 (1)
TargetDate hr:TargetDate 0 (1)
ObjectiveGroupStatus hr:ObjectiveGroupStatus 0 (1)
ObjectiveGroupMetric hr:ObjectiveGroupMetric 0 unbounded
Objective hr:Objective 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ObjectiveGroup