<xsd:complexType name="EvergreenOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A struture that represents an evergreen option that is available within a letter of credit instrument.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="nonRenewalNoticePeriod" type="Period" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of calendar days before the expiry of the letter of credit, that the borrower must declare an intention to extend the letter of credit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extensionPeriod" type="Period">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of calendar days defining the extension period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|