Definition Type: ComplexType
Name: ContractInformation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
A type defining additional contract information issued by the indicated party. This type will typically be used as an extension point for contract processing information, in the same way that an extension point is provided for trade processing information.
Collapse XSD Schema Diagram:
Drilldown into partyReference in schema fpml-doc-4-4_xsdXSD Diagram of ContractInformation in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractInformation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining additional contract information issued by the indicated party. This type will typically be used as an extension point for contract processing information, in the same way that an extension point is provided for trade processing information.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identifies that party that has ownership of this information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference fpml:partyReference (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:information