<xsd:group name="LetterOfCreditFeatures.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A model that describes the additional features associated with a letter of credit.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="evergreenOption" type="EvergreenOption" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">An option allowing the borrower to extend the letter of credit tenor.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lcAutoAdjust" type="LcAutoAdjustEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the purpose of a letter of credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minLcIssuanceFeeAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit notional amount. The amount is represented at the global and (optionally) atthe lender-specific level.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|