Definition Type: Element
Name: additionalData
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-msg-4-0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Any string of additional data that may help the message processor, for example in a rejection message this might contain the text of the original request (within a CDATA section).
Collapse XSD Schema Diagram:
XSD Diagram of additionalData in schema fpml-msg-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="additionalData" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Any string of additional data that may help the message processor, for example in a rejection message this might contain the text of the original request (within a CDATA section).</xsd:documentation>
    </xsd:annotation>
</xsd:element>