Definition Type: Group
Name: LetterOfCreditRoles.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes the various roles played by parties within a given letter of credit.
Collapse XSD Schema Diagram:
Drilldown into beneficiaryPartyReference in schema fpml-loan-5-10_xsd Drilldown into issuingBankPartyReference in schema fpml-loan-5-10_xsd Drilldown into borrowerPartyReference in schema fpml-loan-5-10_xsdXSD Diagram of LetterOfCreditRoles.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LetterOfCreditRoles.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that describes the various roles played by parties within a given letter of credit.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="borrowerPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Main borrower.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="issuingBankPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Party references to any guarantors associated with the facility borrower.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="beneficiaryPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A party reference of the beneficiary.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
borrowerPartyReference nsA:borrowerPartyReference (1) (1)
issuingBankPartyReference nsA:issuingBankPartyReference (1) (1)
beneficiaryPartyReference nsA:beneficiaryPartyReference 0 (1)