Definition Type: ComplexType
Name: EPMPeriodType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Contains the start date and end date time period related to an employee performance management process.
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema epmtypes_xsd Drilldown into StartDate in schema epmtypes_xsdXSD Diagram of EPMPeriodType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMPeriodType">
    <xsd:annotation>
        <xsd:documentation>Contains the start date and end date time period related to an employee performance management process.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="StartDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="EndDate" type="xsd:date" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:AppraisalPeriod, hr:AppraisalPeriod, hr:AppraisalPeriod, hr:AppraisalPeriod, hr:ObjectivePlanPeriod