<xsd:complexType name="ExistingCreditSupportAnnex">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reference to the existing Credit Support Annex (CSA). Used as part of the Standard CSA document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="agreementDate" type="xsd:date" />
<xsd:element name="documentType" type="LegalDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The recognizable attributes of the particular legal document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyDocumentIdentifier" type="PartyDocumentIdentifier" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The legal document identifier. Several identifiers can be specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|