Definition Type: ComplexType
Name: MaturingLoanContracts
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Section in the rollover describing currently maturing loan contracts.
Collapse XSD Schema Diagram:
Drilldown into repayment in schema fpml-loan-4-5_xsd Drilldown into maturingLoanContract in schema fpml-loan-4-5_xsdXSD Diagram of MaturingLoanContracts in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MaturingLoanContracts">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Section in the rollover describing currently maturing loan contracts.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="maturingLoanContract" type="MaturingLoanContract" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A single maturing loan contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="repayment" type="Repayment" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
maturingLoanContract fpml:maturingLoanContract (1) unbounded
repayment fpml:repayment 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:maturingLoanContracts