Drilldown into AdditionalData
Definition Type Complex Type
Name AdditionalData
Namespace http://www.fpml.org/2007/FpML-4-4
Type string
Abstract False
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.
XSD Schema fpml-msg-4-4.xsd
Collapse XSD Schema Diagram
XSD Diagram of AdditionalData
Collapse XSD Schema Code
<xsd:complexType name="AdditionalData" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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
Collapse Derivation Tree
[No Sub Types]
AdditionalData
    fpml:additionalData
    fpml:additionalData
Collapse References
fpml:additionalData , fpml:additionalData
Generated using Liquid XML Studio Designer Edition 8.0.4.1955 - Featuring XML Schema to HTML Doc Generation