Definition Type: Group
Name: LetterOfCreditRoles.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-9.xsd
Documentation:
Parties that are playing various roles within a given letter of credit.
Collapse XSD Schema Diagram:
Drilldown into beneficiaryPartyReference in schema fpml-loan-5-9_xsd Drilldown into issuingBankPartyReference in schema fpml-loan-5-9_xsd Drilldown into borrowerPartyReference in schema fpml-loan-5-9_xsdXSD Diagram of LetterOfCreditRoles.model in schema fpml-loan-5-9_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LetterOfCreditRoles.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Parties that are playing various roles 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)