Definition Type: Group
Name: FacilityLoanContractDetails.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model used to reference a facility by either identifier or summary, within various notifications.
Collapse XSD Schema Diagram:
Drilldown into letterOfCredit in schema fpml-loan-5-10_xsd Drilldown into loanContract in schema fpml-loan-5-10_xsd Drilldown into letterOfCreditIdentifier in schema fpml-loan-5-10_xsd Drilldown into loanContractIdentifier in schema fpml-loan-5-10_xsd Drilldown into facilitySummary in schema fpml-loan-5-10_xsd Drilldown into facilityIdentifier in schema fpml-loan-5-10_xsd Drilldown into FacilityDetails.model in schema fpml-loan-5-10_xsdXSD Diagram of FacilityLoanContractDetails.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FacilityLoanContractDetails.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model used to reference a facility by either identifier or summary, within various notifications.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="FacilityDetails.model" />
        <xsd:choice>
            <xsd:choice maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A choice allowing the sender to describe the collection of loan contracts and/or letter of credits, belonging to a single facility.</xsd:documentation>
                </xsd:annotation>
                <xsd:element name="loanContractIdentifier" type="ContractIdentifier">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A collection of loan contracts.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="letterOfCreditIdentifier" type="ContractIdentifier">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A collection of letter of credits.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:choice>
            <xsd:choice maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A choice allowing the sender to describe the collection of loan contracts and/or letter of credits, belonging to a single facility.</xsd:documentation>
                </xsd:annotation>
                <xsd:element name="loanContract" type="LoanContract">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A collection of loan contracts.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="letterOfCredit" type="LetterOfCredit">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A collection of letter of credits.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:choice>
        </xsd:choice>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
facilityIdentifier nsA:facilityIdentifier (1) (1)
facilitySummary nsA:facilitySummary (1) (1)
loanContractIdentifier nsA:loanContractIdentifier (1) (1)
letterOfCreditIdentifier nsA:letterOfCreditIdentifier (1) (1)
loanContract nsA:loanContract (1) (1)
letterOfCredit nsA:letterOfCredit (1) (1)
<xs:group> nsA:FacilityDetails.model (1) (1)