XML Schema Documentation

Complex Type: LcEvergreenOption

[Table of contents]

Super-types: None
Sub-types: None
Name LcEvergreenOption
Used by (from the same schema document) Complex Type LetterOfCredit
Abstract no
Documentation Represents the evergreen option that is available within Letter of Credit contracts.
XML Instance Representation
<...>
<extensionNoticePeriod> xsd:decimal </extensionNoticePeriod> [0..1]
<extensionPeriod> xsd:decimal </extensionPeriod> [1]
<finalExpirationDate> xsd:date </finalExpirationDate> [1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="LcEvergreenOption">
<xsd:sequence>
<xsd:element name="extensionNoticePeriod" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="extensionPeriod" type=" xsd:decimal "/>
<xsd:element name="finalExpirationDate" type=" xsd:date "/>
</xsd:sequence>
</xsd:complexType>