Definition Type: ComplexType
Name: AdditionalData
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-msg-4-4.xsd
Abstract
Documentation:
Provides extra information not represented in the model that may be useful in processing the message i.e. diagnosing the reason for failure. In case the extra information is in XML format, a CDATA section must be placed around the source message to prevent its interpretation as XML content.
Collapse XSD Schema Diagram:
Drilldown into additionalDataScheme in schema fpml-msg-4-4_xsdXSD Diagram of AdditionalData in schema fpml-msg-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalData">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Provides extra information not represented in the model that may be useful in processing the message i.e. diagnosing the reason for failure. In case the extra information is in XML format, a CDATA section must be placed around the source message to prevent its interpretation as XML content.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:string">
            <xsd:attribute name="additionalDataScheme" type="xsd:anyURI" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
additionalDataScheme fpml:additionalDataScheme Optional
Collapse Derivation Tree:
Collapse References:
fpml:additionalData, fpml:additionalData