Definition Type: ComplexType
Name: StaffingAvailabilityType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Staffing Period. Details Contains a collection of information relevant to the start date and duration of the staffing position. This may be most relevant to contract and positions filled through staffing arrangements.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into ProbationPeriod in schema components_xsd Drilldown into BusyPeriod in schema components_xsd Drilldown into HolidayWorkCode in schema fields_xsd Drilldown into MaximumEndDate in schema fields_xsd Drilldown into MaximumStartDate in schema fields_xsd Drilldown into MinimumStartDate in schema fields_xsd Drilldown into ExpectedEndDate in schema fields_xsd Drilldown into EndDate in schema fields_xsd Drilldown into StartDate in schema fields_xsd Drilldown into ImmediateStartIndicator in schema fields_xsdXSD Diagram of StaffingAvailabilityType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingAvailabilityType">
    <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">Staffing Period. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of information relevant to the start date and duration of the staffing position. This may be most relevant to contract and positions filled through staffing arrangements.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ImmediateStartIndicator" minOccurs="0" />
        <xsd:element ref="StartDate" minOccurs="0" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="ExpectedEndDate" minOccurs="0" />
        <xsd:element ref="MinimumStartDate" minOccurs="0" />
        <xsd:element ref="MaximumStartDate" minOccurs="0" />
        <xsd:element ref="MaximumEndDate" minOccurs="0" />
        <xsd:element ref="HolidayWorkCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="BusyPeriod" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ProbationPeriod" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImmediateStartIndicator nsA:ImmediateStartIndicator 0 (1)
StartDate nsA:StartDate 0 (1)
EndDate nsA:EndDate 0 (1)
ExpectedEndDate nsA:ExpectedEndDate 0 (1)
MinimumStartDate nsA:MinimumStartDate 0 (1)
MaximumStartDate nsA:MaximumStartDate 0 (1)
MaximumEndDate nsA:MaximumEndDate 0 (1)
HolidayWorkCode nsA:HolidayWorkCode 0 unbounded
BusyPeriod nsA:BusyPeriod 0 unbounded
ProbationPeriod nsA:ProbationPeriod 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:StaffingAvailability