Definition Type: Group
Name: LoanContractDetails.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model used to reference a loan contract by either identifier, summary or full contract details, within various notifications.
Collapse XSD Schema Diagram:
Drilldown into contract in schema fpml-loan-5-10_xsd Drilldown into contractSummary in schema fpml-loan-5-10_xsd Drilldown into contractIdentifier in schema fpml-loan-5-10_xsdXSD Diagram of LoanContractDetails.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LoanContractDetails.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model used to reference a loan contract by either identifier, summary or full contract details, within various notifications.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="contractIdentifier" type="FacilityContractIdentifier">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A deal summary structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contractSummary" type="LoanContractSummary">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A facility summary structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contract" type="LoanContract" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contractIdentifier nsA:contractIdentifier (1) (1)
contractSummary nsA:contractSummary (1) (1)
contract nsA:contract (1) (1)