Definition Type: ComplexType
Name: EPMPersonType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
Contains basic information identifying a person with a role in an employee performance management process.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into PersonName in schema personname_xsd Drilldown into PersonLegalId in schema epmtypes_xsd Drilldown into PersonId in schema epmtypes_xsdXSD Diagram of EPMPersonType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMPersonType">
    <xsd:annotation>
        <xsd:documentation>Contains basic information identifying a person with a role in an employee performance management process.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="PersonId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Identifier for the person who is the subject of the EPM process.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PersonLegalId" type="EntityIdType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>May be relevant in communicating to compensation/payroll systems.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonId hr:PersonId 0 (1)
PersonLegalId hr:PersonLegalId 0 (1)
PersonName hr:PersonName 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:AppraisalSubject, hr:AppraisalSubject, hr:AppraisalSubject, hr:AppraisalSubject, hr:ObjectivePlanSubject, hr:PlanSubject, hr:PreparedBy, hr:PreparedBy, hr:PreparedBy, hr:PreparedBy, hr:PreparedBy, hr:PreparedBy