Definition Type: Group
Name: Exception.model
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-msg-5-10.xsd
Documentation:
A model group which has exception elements.
Collapse XSD Schema Diagram:
Drilldown into additionalData in schema fpml-msg-5-10_xsd1 Drilldown into reason in schema fpml-msg-5-10_xsd1XSD Diagram of Exception.model in schema fpml-msg-5-10_xsd1 (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" minOccurs="0" 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 nsC:reason 0 unbounded
additionalData nsC:additionalData 0 (1)