Definition Type: ComplexType
Name: NewLoanContracts
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Section in the rollover describing new loan contracts.
Collapse XSD Schema Diagram:
Drilldown into drawdownPayment in schema fpml-loan-4-5_xsd Drilldown into loanContract in schema fpml-loan-4-5_xsdXSD Diagram of NewLoanContracts in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="NewLoanContracts">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Section in the rollover describing new loan contracts.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="loanContract" type="LoanContract" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">New loan contract created as the result of rollover.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="drawdownPayment" type="DrawdownPayment" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
loanContract fpml:loanContract (1) unbounded
drawdownPayment fpml:drawdownPayment 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:newLoanContracts