<xsd:complexType name="IndicativePersonDossierType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Indicative Person Dossier. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The set of data about an employee, former employee, vendor employee, or other human resource that is relevant to the provisioning of outsourced benefits and payroll systems. 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="ID" minOccurs="0" />
<xsd:element ref="IndicativePerson" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Note that IndicativePerson is unbounded not
to represent multiple people, but to represent the same person across multiple states
within certain data management approaches.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="IndicativeEmployee" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="IndicativeEmployment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="IndicativeDeployment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains a collection of information about the "deployment" of a human resource within an employment or work context. The term "deployment" is used to refer to the facts surrounding how and where the human resource is engaged or put to use. Deployment details include information about a resource's job, position, work schedule, assignment entry reason, as well as information identifying the organization and/or organizational sub-units associated with the deployment. Indicative Deployment Details, contains the subclass of deployment details relavent to Indicative Data use cases (e.g., provisioning an benefits outsourcer's system).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PayCycleRemuneration" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Affiliation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="DependentPersonDossier" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|