Definition Type: ComplexType
Name: AssociatedPositionOpeningType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Position Posting. Details Contains details answering the questions: 1. What, if any, are the positions openings with which is the Candidate associated? 2. How did the Candidate become associated with those positions? The PositionID, PositionTitle, and URI components address the first question. The SearchCriteria, SearchResult, and CandidateAssociationTypeCode address the second question. All elements are optional. In general, a candidate becomes associated with a position by applying to be considered for the position or by having been sourced and matched to the opening through some manner of automated and/or human-initiated recruiting or research process.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into CandidateAssociationTypeCode in schema fields_xsd Drilldown into SearchResult in schema components_xsd Drilldown into SearchCriteria in schema components_xsd Drilldown into URI in schema fields_xsd1 Drilldown into PositionTitle in schema fields_xsd Drilldown into StaffingOrderID in schema fields_xsd Drilldown into PositionOpeningID 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 AssociatedPositionOpeningType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AssociatedPositionOpeningType">
    <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">Position Posting. Details</ccts:DictionaryEntryName>
            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains details answering the questions: 1. What, if any, are the positions openings with which is the Candidate associated? 2. How did the Candidate become associated with those positions? The PositionID, PositionTitle, and URI components address the first question. The SearchCriteria, SearchResult, and CandidateAssociationTypeCode address the second question. All elements are optional.  In general, a candidate becomes associated with a position by applying to be considered for the position or by having been sourced and matched to the opening through some manner of automated and/or human-initiated recruiting or research process.</ccts:Definition>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PositionOpeningID" minOccurs="0" />
        <xsd:element ref="StaffingOrderID" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element ref="oa:URI" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SearchCriteria" minOccurs="0" />
        <xsd:element ref="SearchResult" minOccurs="0" />
        <xsd:element ref="CandidateAssociationTypeCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A code classifying how the candidate became associated with the position opening.</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
PositionOpeningID nsA:PositionOpeningID 0 (1)
StaffingOrderID nsA:StaffingOrderID 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
URI oa:URI 0 unbounded
SearchCriteria nsA:SearchCriteria 0 (1)
SearchResult nsA:SearchResult 0 (1)
CandidateAssociationTypeCode nsA:CandidateAssociationTypeCode 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:AssociatedPositionOpening