Definition Type: ComplexType
Name: EPMObjectivesSectionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
This type contains information related to an "Objectives Section" in a performance appraisal.
Collapse XSD Schema Diagram:
Drilldown into ObjectiveSingleResult in schema epmtypes_xsd Drilldown into ObjectiveGroupResult in schema epmtypes_xsd Drilldown into SectionSummaryResult in schema epmtypes_xsd Drilldown into SectionTitle in schema epmtypes_xsdXSD Diagram of EPMObjectivesSectionType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMObjectivesSectionType">
    <xsd:annotation>
        <xsd:documentation>This type contains information related to an "Objectives Section" in a performance appraisal.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="SectionTitle" type="xsd:string" minOccurs="0" />
        <xsd:element name="SectionSummaryResult" type="EPMSectionSummaryResultType" minOccurs="0" />
        <xsd:element name="ObjectiveGroupResult" type="EPMObjectiveGroupResultType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ObjectiveSingleResult" type="EPMObjectiveResultType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SectionTitle hr:SectionTitle 0 (1)
SectionSummaryResult hr:SectionSummaryResult 0 (1)
ObjectiveGroupResult hr:ObjectiveGroupResult 0 unbounded
ObjectiveSingleResult hr:ObjectiveSingleResult 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ObjectivesSection, hr:ObjectivesSection, hr:ObjectivesSection