<xsd:complexType name="LcTermination">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing either the expiry or cancellation of a letter of credit</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLcEvent">
<xsd:sequence>
<xsd:element name="expiry" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Determines whether this event was created due to a natural expiration of the letter of credit or an unscheduled cancellation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|