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 unbounded
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:
Drilldown into additionalDataType in schema fpml-msg-4-0_xsdXSD Diagram of additionalData in schema fpml-msg-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="additionalData" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd: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).</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="additionalDataType" type="xsd:normalizedString" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
additionalDataType nsA:additionalDataType (Optional)