Definition Type: ComplexType
Name: ExistingCreditSupportAnnex
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
The reference to the existing Credit Support Annex (CSA). Used as part of the Standard CSA document.
Collapse XSD Schema Diagram:
Drilldown into partyDocumentIdentifier in schema fpml-legal-5-10_xsd Drilldown into documentType in schema fpml-legal-5-10_xsd Drilldown into agreementDate in schema fpml-legal-5-10_xsdXSD Diagram of ExistingCreditSupportAnnex in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
agreementDate nsB:agreementDate (1) (1)
documentType nsB:documentType (1) (1)
partyDocumentIdentifier nsB:partyDocumentIdentifier 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsB:existingCreditSupportAnnex