<xsd:complexType name="EPMParticipantDossierType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Employee Performance Management_ Participant Dossier. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of data about a performance management (EPM) process participant. This usually would be an employee, but could be an external participant, such as a rater within an appraisal process. OED dossier n: "A bundle of papers or documents referring to some matter; esp. a bundle of papers or information about a person."</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="EPMPerson" minOccurs="0" />
<xsd:element ref="EPMEmployee" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EPMEmployment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EPMDeployment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EPMRemuneration" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EPMAppraisalSchedule" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information about the next scheduled performance appraisal or parameters related to the scheduling of future performance appraisals.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="EPMResultSummary" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information about a completed performance evaluation or appraisal.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="RaterParticipation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information related to participation as a rater within an employee performance management process.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|