Definition Type: ComplexType
Name: Exception
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:Message
Containing Schema: fpml-msg-5-0.xsd
Abstract
Documentation:
A type defining the basic content for a message sent to inform another system that some exception has been detected.
Collapse XSD Schema Diagram:
Drilldown into additionalData in schema fpml-msg-5-0_xsd1 Drilldown into reason in schema fpml-msg-5-0_xsd1 Drilldown into Exception.model in schema fpml-msg-5-0_xsd1 Drilldown into sequenceNumber in schema fpml-msg-5-0_xsd1 Drilldown into Sequence.model in schema fpml-msg-5-0_xsd1 Drilldown into correlationId in schema fpml-msg-5-0_xsd1 Drilldown into Correlation.model in schema fpml-msg-5-0_xsd1 Drilldown into validation in schema fpml-doc-5-0_xsd1 Drilldown into Validation.model in schema fpml-doc-5-0_xsd1 Drilldown into header in schema fpml-msg-5-0_xsd1 Drilldown into actualBuild in schema fpml-doc-5-0_xsd1 Drilldown into expectedBuild in schema fpml-doc-5-0_xsd1 Drilldown into fpmlVersion in schema fpml-doc-5-0_xsd1 Drilldown into VersionAttributes.atts in schema fpml-doc-5-0_xsd1 Drilldown into Document in schema fpml-doc-5-0_xsd1 Drilldown into Message in schema fpml-msg-5-0_xsd1XSD Diagram of Exception in schema fpml-msg-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Exception">
    <xsd:annotation>
        <xsd:documentation>A type defining the basic content for a message sent to inform another system that some exception has been detected.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Message">
            <xsd:sequence>
                <xsd:element name="header" type="ExceptionMessageHeader" minOccurs="0" />
                <xsd:group ref="Validation.model" />
                <xsd:group ref="Correlation.model" minOccurs="0" />
                <xsd:group ref="Sequence.model" minOccurs="0" />
                <xsd:group ref="Exception.model" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsB:header 0 (1)
validation nsB:validation 0 unbounded
correlationId nsB:correlationId 0 (1)
sequenceNumber nsB:sequenceNumber 0 (1)
reason nsB:reason 0 unbounded
additionalData nsB:additionalData 0 (1)
<xs:group> nsB:Validation.model (1) (1)
<xs:group> nsB:Correlation.model 0 (1)
<xs:group> nsB:Sequence.model 0 (1)
<xs:group> nsB:Exception.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsB:fpmlVersion Required
expectedBuild nsB:expectedBuild (Optional)
actualBuild nsB:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsB:eventActivityReportException, nsB:eventStatusException, nsB:messageRejected, nsB:partyReportException, nsB:positionActivityReportException, nsB:positionReportException, nsB:resetReportException, nsB:valuationReportException