Definition Type: ComplexType
Name: Documentation
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-shared-4-0.xsd
Abstract
Documentation:
An entity for defining the definitions that govern the document and should include the year and type of definitions referenced, along with any relevant documentation (such as master agreement) and the date it was signed.
Collapse XSD Schema Diagram:
Drilldown into creditSupportDocument in schema fpml-shared-4-0_xsd Drilldown into contractualSupplement in schema fpml-shared-4-0_xsd Drilldown into contractualDefinitions in schema fpml-shared-4-0_xsd Drilldown into masterConfirmation in schema fpml-shared-4-0_xsd Drilldown into masterAgreement in schema fpml-shared-4-0_xsdXSD Diagram of Documentation in schema fpml-shared-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Documentation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An entity for defining the definitions that govern the document and should include the year and type of definitions referenced, along with any relevant documentation (such as master agreement) and the date it was signed.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="masterAgreement" type="MasterAgreement" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="masterConfirmation" type="MasterConfirmation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern all OTC derivatives transactions between those parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contractualDefinitions" type="ContractualDefinitions" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The definitions (such as those published by ISDA) published by ISDA that will define the terms of the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="contractualSupplement" type="ContractualSupplement" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A contractual supplement (such as those published by ISDA) that will apply to the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="creditSupportDocument" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern collateral arrangement for all OTC derivatives transactions between those parties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
masterAgreement nsA:masterAgreement 0 (1)
masterConfirmation nsA:masterConfirmation 0 (1)
contractualDefinitions nsA:contractualDefinitions 0 unbounded
contractualSupplement nsA:contractualSupplement 0 unbounded
creditSupportDocument nsA:creditSupportDocument 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:documentation