<xsd:complexType name="PersonBaseType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">_ Person. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A set of personal data about an employee or former employee that is relevant to the provisioning of outsourced benefits and payroll systems. It is "indicative" data in that the target system has business rules and logic to administer the employee's compensation and/or benefits programs based on the data supplied. OED Indicative n. That points out, states, or declares; That indicates, points out, or directs; that hints or suggests; Furnishing indications of; suggestive of.</ccts:DefinitionText>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PersonID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PriorIncorrectPersonID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PersonLegalID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PriorIncorrectPersonLegalID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PersonName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="BirthDate" minOccurs="0" />
<xsd:element ref="BirthPlace" minOccurs="0" />
<xsd:element ref="DeceasedIndicator" minOccurs="0" />
<xsd:element ref="DeathDateTime" minOccurs="0" />
<xsd:element ref="CertifiedDeathDateTime" minOccurs="0" />
<xsd:element ref="GenderCode" minOccurs="0" />
<xsd:element ref="CertifiedMaritalStatus" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PrimaryLanguageCode" minOccurs="0" />
<xsd:element ref="CitizenshipCountryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ResidencyCountryCode" minOccurs="0" />
<xsd:element ref="MilitaryStatusCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Disability" minOccurs="0" />
<xsd:element ref="TobaccoUserIndicator" minOccurs="0" />
<xsd:element ref="PhysicalWeightMeasure" minOccurs="0" />
<xsd:element ref="oa:HeightMeasure" minOccurs="0" />
<xsd:element ref="StudentIndicator" minOccurs="0" />
<xsd:element ref="StudentTypeCode" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|