Definition Type: Element
Name: DatesInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema payrollbenefitcontributions_xsd Drilldown into StartDate in schema payrollbenefitcontributions_xsd Drilldown into dateType in schema payrollbenefitcontributions_xsdXSD Diagram of DatesInformation in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DatesInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StartDate" type="LocalDateType" minOccurs="0" />
            <xsd:element name="EndDate" type="LocalDateType" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="dateType" type="dateTypePatternExtensionType" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
dateType hr:dateType (Optional)