<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>
|