Definition Type: ComplexType
Name: EPMPersonType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Employee Performance Management_ Person. Details Contains a collection of person data relevant to employee performance management (EPM) processes or provisioning employee performance management systems.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Licenses in schema components_xsd Drilldown into OrganizationAffiliations in schema components_xsd Drilldown into EmploymentHistory in schema components_xsd Drilldown into EducationHistory in schema components_xsd Drilldown into FreeFormBirthDate in schema fields_xsd Drilldown into PrimaryLanguageCode in schema fields_xsd Drilldown into NationalityCode in schema fields_xsd Drilldown into EthnicityCode in schema fields_xsd Drilldown into GenderCode in schema fields_xsd Drilldown into RaceCode in schema fields_xsd Drilldown into CitizenshipCountryCode in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into PersonName in schema components_xsd Drilldown into PersonID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of EPMPersonType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMPersonType">
    <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_ Person. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of person data relevant to employee performance management (EPM) processes or provisioning employee performance management systems. </ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CitizenshipCountryCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="RaceCode" minOccurs="0" />
        <xsd:element ref="GenderCode" minOccurs="0" />
        <xsd:element ref="EthnicityCode" minOccurs="0" />
        <xsd:element ref="NationalityCode" minOccurs="0" />
        <xsd:element ref="PrimaryLanguageCode" minOccurs="0" />
        <xsd:element ref="FreeFormBirthDate" minOccurs="0" />
        <xsd:element ref="EducationHistory" minOccurs="0" />
        <xsd:element ref="EmploymentHistory" minOccurs="0" />
        <xsd:element ref="OrganizationAffiliations" minOccurs="0" />
        <xsd:element ref="Licenses" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonID nsA:PersonID 0 unbounded
PersonName nsA:PersonName 0 (1)
Communication nsA:Communication 0 unbounded
CitizenshipCountryCode nsA:CitizenshipCountryCode 0 unbounded
RaceCode nsA:RaceCode 0 (1)
GenderCode nsA:GenderCode 0 (1)
EthnicityCode nsA:EthnicityCode 0 (1)
NationalityCode nsA:NationalityCode 0 (1)
PrimaryLanguageCode nsA:PrimaryLanguageCode 0 (1)
FreeFormBirthDate nsA:FreeFormBirthDate 0 (1)
EducationHistory nsA:EducationHistory 0 (1)
EmploymentHistory nsA:EmploymentHistory 0 (1)
OrganizationAffiliations nsA:OrganizationAffiliations 0 (1)
Licenses nsA:Licenses 0 (1)
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:EPMPerson