Definition Type: Group
Name: FacilityDates.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that defines all relevant dates related to a specific facility.
Collapse XSD Schema Diagram:
Drilldown into maturityDate in schema fpml-loan-5-10_xsd Drilldown into expiryDate in schema fpml-loan-5-10_xsd Drilldown into startDate in schema fpml-loan-5-10_xsdXSD Diagram of FacilityDates.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FacilityDates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that defines all relevant dates related to a specific facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="startDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The start date of the facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="expiryDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The latest date that a drawdown can be made effective against the facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="maturityDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The maturity date of the facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
startDate nsA:startDate (1) (1)
expiryDate nsA:expiryDate 0 (1)
maturityDate nsA:maturityDate 0 (1)