Definition Type: ComplexType
Name: CandidateEmployerPreferencesType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a collection of information about a candidate's preferences in an employer.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into OrganizationOwnershipTypeCode in schema fields_xsd Drilldown into OrganizationSizeCode in schema fields_xsd Drilldown into HeadcountNumeric in schema fields_xsd Drilldown into IndustryCode in schema fields_xsd Drilldown into OrganizationName in schema fields_xsdXSD Diagram of CandidateEmployerPreferencesType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CandidateEmployerPreferencesType">
    <xsd:annotation>
        <xsd:documentation>Contains a collection of information about a candidate's preferences in an employer. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="OrganizationName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="IndustryCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="HeadcountNumeric" minOccurs="0" />
        <xsd:element ref="OrganizationSizeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OrganizationOwnershipTypeCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName nsA:OrganizationName 0 unbounded
IndustryCode nsA:IndustryCode 0 unbounded
HeadcountNumeric nsA:HeadcountNumeric 0 (1)
OrganizationSizeCode nsA:OrganizationSizeCode 0 unbounded
OrganizationOwnershipTypeCode nsA:OrganizationOwnershipTypeCode 0 (1)
Description oa:Description 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:CandidateEmployerPreferences