<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>
|