Definition Type: Element
Name: additionalData
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AdditionalData
Containing Schema: fpml-msg-5-10.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Any string of additional data that may help the message processor, for example in a rejection message this might contain a code value or the text of any one of the messages (within a CDATA section).
Collapse XSD Schema Diagram:
Drilldown into originalMessage in schema fpml-msg-5-10_xsd Drilldown into base64Binary in schema fpml-msg-5-10_xsd Drilldown into hexadecimalBinary in schema fpml-msg-5-10_xsd Drilldown into string in schema fpml-msg-5-10_xsd Drilldown into mimeType in schema fpml-msg-5-10_xsd Drilldown into AdditionalData in schema fpml-msg-5-10_xsdXSD Diagram of additionalData in schema fpml-msg-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="additionalData" type="AdditionalData" minOccurs="0" maxOccurs="unbounded">
    <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 a code value or the text of any one of the messages (within a CDATA section).</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
mimeType nsA:mimeType (1) (1)
string nsA:string (1) (1)
hexadecimalBinary nsA:hexadecimalBinary (1) (1)
base64Binary nsA:base64Binary (1) (1)
originalMessage nsA:originalMessage (1) (1)
Collapse Derivation Tree: