Definition Type: Group
Name: CurrentPriorCommitment.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that represents current and prior global commitment break-down. The model requires global amounts and can optionally represent lender-specific share amounts.
Collapse XSD Schema Diagram:
Drilldown into priorCommitment in schema fpml-loan-5-10_xsd Drilldown into commitment in schema fpml-loan-5-10_xsdXSD Diagram of CurrentPriorCommitment.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CurrentPriorCommitment.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that represents current and prior global commitment break-down. The model requires global amounts and can optionally represent lender-specific share amounts.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="commitment" type="FacilityCommitment">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The global and share amount of principal commitment. This is after any referenced business events have taken place.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="priorCommitment" type="FacilityCommitment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The global and share amount of principal commitment. This is prior to any referenced business events.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commitment nsA:commitment (1) (1)
priorCommitment nsA:priorCommitment 0 (1)