Definition Type: ComplexType
Name: CandidateSupplierType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Candidate Supplier. Details Information about the supplier of the candidate details.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into PrecedenceCode in schema fields_xsd Drilldown into CandidateSourceCode in schema fields_xsd Drilldown into PersonContact in schema components_xsd Drilldown into PartyName in schema fields_xsd Drilldown into PartyID 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 CandidateSupplierType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyID nsA:PartyID 0 (1)
PartyName nsA:PartyName 0 (1)
PersonContact nsA:PersonContact 0 unbounded
CandidateSourceCode nsA:CandidateSourceCode 0 (1)
PrecedenceCode nsA:PrecedenceCode 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:CandidateSupplier