<xsd:complexType name="LcSummary">
<!-- Type borrowed from FpML 4.7 Loan definitions (fpml-loan-4-7.xsd). Expected to be present/refactored in FpML 5.2 -->
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields to identify an LC. Please note that the partyReference within the contract identifier should refer to the Issuing Bank.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="ContractIdentifier" maxOccurs="unbounded" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|