Definition Type: Element
Name: Date
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:FlexibleDatesType
Containing Schema: Credit.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Lists the date (month and year) that the borrower was late on payments.
Collapse XSD Schema Diagram:
Drilldown into StringDate in schema flexibledates_xsd Drilldown into MonthDay in schema flexibledates_xsd Drilldown into Year in schema flexibledates_xsd Drilldown into YearMonth in schema flexibledates_xsd Drilldown into AnyDate in schema flexibledates_xsd Drilldown into dateDescription in schema flexibledates_xsd Drilldown into FlexibleDatesType in schema flexibledates_xsdXSD Diagram of Date in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Date" type="FlexibleDatesType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Lists the date (month and year) that the borrower was late on payments.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AnyDate hr:AnyDate (1) (1)
YearMonth hr:YearMonth (1) (1)
Year hr:Year (1) (1)
MonthDay hr:MonthDay (1) (1)
StringDate hr:StringDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
dateDescription hr:dateDescription (Optional)
Collapse Derivation Tree: