<xsd:complexType name="CandidatePersonType">
<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">Candidate Person. Details</ccts:DictionaryEntryName>
<ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A collection of demographic and personal data about a candidate -- a person being considered for, or who has otherwise been associated with, a position opening or resource requirement.</ccts:Definition>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PersonID" minOccurs="0" />
<xsd:element ref="PersonLegalID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PersonName" minOccurs="0" />
<xsd:element ref="FatherName" minOccurs="0" />
<xsd:element ref="MotherName" minOccurs="0" />
<xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Note that where Candidate is a target format for a resume parsing operation, the Communication/Address component typically would be used to capture address information for the Candidate unless such address information was specifically designated in the resume as an official ResidenceAddress or DomicileAddress. In this case, the Address 'type' attribute would specify Residence or Domicile address.
</ccts:UsageRule>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="MilitaryStatusCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Visa" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CitizenshipCountryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ResidencyCountryCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="RaceCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EthnicityCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="NationalityCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ReligionCode" minOccurs="0" />
<xsd:element ref="BirthPlace" minOccurs="0" />
<xsd:element ref="BirthDate" minOccurs="0" />
<xsd:element ref="GenderCode" minOccurs="0" />
<xsd:element ref="MaritalStatusCode" minOccurs="0" />
<xsd:element ref="PrimaryLanguageCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Disability" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|