Definition Type: ComplexType
Name: EPMParticipantDossierType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Employee Performance Management_ Participant Dossier. Details 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."
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into RaterParticipation in schema components_xsd Drilldown into EPMResultSummary in schema components_xsd Drilldown into EPMAppraisalSchedule in schema components_xsd Drilldown into EPMRemuneration in schema components_xsd Drilldown into EPMDeployment in schema components_xsd Drilldown into EPMEmployment in schema components_xsd Drilldown into EPMEmployee in schema components_xsd Drilldown into EPMPerson in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of EPMParticipantDossierType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EPMPerson nsA:EPMPerson 0 (1)
EPMEmployee nsA:EPMEmployee 0 unbounded
EPMEmployment nsA:EPMEmployment 0 unbounded
EPMDeployment nsA:EPMDeployment 0 unbounded
EPMRemuneration nsA:EPMRemuneration 0 unbounded
EPMAppraisalSchedule nsA:EPMAppraisalSchedule 0 unbounded
EPMResultSummary nsA:EPMResultSummary 0 unbounded
RaterParticipation nsA:RaterParticipation 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:EPMParticipantDossier