<xsd:complexType name="LcAmendmentNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Letter of Credit amendment notice.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityNotice">
<xsd:sequence>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">Effective date of the amendment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorLc" type="LetterOfCredit">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit before the amendment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="postLc" type="LetterOfCredit">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit after the amendment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parties involved with the associated transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|