<xsd:complexType name="LcIssuance">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing the issuance of a new letter of credit under an existing facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLcEvent">
<xsd:sequence>
<xsd:element name="amount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The letter of credit notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|