Definition Type: Element
Name: AvailabilityDates
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Candidate.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema candidate_xsd Drilldown into StartDate in schema candidate_xsdXSD Diagram of AvailabilityDates in schema candidate_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="AvailabilityDates" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StartDate" type="LocalDateNkNaType" minOccurs="0" />
            <xsd:element name="EndDate" type="LocalDateNkNaType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)