<xsd:complexType name="CandidateSupplierType">
<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 Supplier. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Information about the supplier of the candidate details.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PartyID" minOccurs="0" />
<xsd:element ref="PartyName" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The name of the candidate supplier. For example, the
name of the job board. The name of the employee who made the referral. The name of an external referral service.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PersonContact" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CandidateSourceCode" minOccurs="0" />
<xsd:element ref="PrecedenceCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>To distinquish the primary or first source in cases
where the same candidate was supplied by several sources. May be relevant in calculating payments due supplier and in performance reporting.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|