Definition Type: ComplexType
Name: PositionDateInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MaximumEndDate in schema sharedstaffingmodules_xsd Drilldown into MaximumStartDate in schema sharedstaffingmodules_xsd Drilldown into ExpectedEndDate in schema sharedstaffingmodules_xsd Drilldown into StartDate in schema sharedstaffingmodules_xsd Drilldown into StartAsSoonAsPossible in schema sharedstaffingmodules_xsdXSD Diagram of PositionDateInfoType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionDateInfoType">
    <xsd:sequence>
        <xsd:element name="StartAsSoonAsPossible" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="StartDate" type="AnyDateTimeType" minOccurs="0" />
        <xsd:element name="ExpectedEndDate" type="AnyDateTimeNkNaType" minOccurs="0" />
        <xsd:element name="MaximumStartDate" type="AnyDateTimeNkNaType" minOccurs="0" />
        <xsd:element name="MaximumEndDate" type="AnyDateTimeNkNaType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartAsSoonAsPossible hr:StartAsSoonAsPossible 0 (1)
StartDate hr:StartDate 0 (1)
ExpectedEndDate hr:ExpectedEndDate 0 (1)
MaximumStartDate hr:MaximumStartDate 0 (1)
MaximumEndDate hr:MaximumEndDate 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:PositionDateInfo