Definition Type: Group
Name: Exception.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-msg-4-4.xsd
Documentation:
A model group which has exception elements.
Collapse XSD Schema Diagram:
Drilldown into additionalData in schema fpml-msg-4-4_xsd Drilldown into reason in schema fpml-msg-4-4_xsdXSD Diagram of Exception.model in schema fpml-msg-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Exception.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group which has exception elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="reason" type="Reason" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">An instance of the Reason type used to record the nature of any errors associated with a message.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="additionalData" type="AdditionalData" 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 a code value or the text of the original request (within a CDATA section).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
reason fpml:reason (1) unbounded
additionalData fpml:additionalData 0 (1)