Definition Type: ComplexType
Name: ProposedHireType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains information about a proposed hire. Employers sometimes will pre-provision certain systems with information about an individual scheduled to start work, but who has not yet entered on duty.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into CancelHireDate in schema fields_xsd Drilldown into CancelHireIndicator in schema fields_xsd Drilldown into ExpectedDutyEntryDate in schema fields_xsdXSD Diagram of ProposedHireType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProposedHireType">
    <xsd:annotation>
        <xsd:documentation>Contains information about a proposed hire. Employers sometimes will pre-provision certain systems with information about an individual scheduled to start work, but who has not yet entered on duty.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ExpectedDutyEntryDate" minOccurs="0" />
        <xsd:element ref="CancelHireIndicator" minOccurs="0" />
        <xsd:element ref="CancelHireDate" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExpectedDutyEntryDate nsA:ExpectedDutyEntryDate 0 (1)
CancelHireIndicator nsA:CancelHireIndicator 0 (1)
CancelHireDate nsA:CancelHireDate 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ProposedHire