Definition Type: ComplexType
Name: DateChoiceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingPosition.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DateString in schema staffingposition_xsd Drilldown into Date in schema staffingposition_xsdXSD Diagram of DateChoiceType in schema staffingposition_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DateChoiceType">
    <xsd:choice>
        <xsd:element name="Date" type="xsd:date" minOccurs="0" />
        <xsd:element name="DateString" type="xsd:string" minOccurs="0" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Date hr:Date 0 (1)
DateString hr:DateString 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:ArrivalDateInfo, hr:ClosingDateInfo, hr:PaymentDateInfo, hr:TimePeriodClosingDateInfo