Definition Type: ComplexType
Name: Exception
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:Message
Containing Schema: fpml-msg-5-10.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-10_xsd Drilldown into reason in schema fpml-msg-5-10_xsd Drilldown into Exception.model in schema fpml-msg-5-10_xsd Drilldown into sequenceNumber in schema fpml-msg-5-10_xsd Drilldown into Sequence.model in schema fpml-msg-5-10_xsd Drilldown into correlationId in schema fpml-msg-5-10_xsd Drilldown into CorrelationId.model in schema fpml-msg-5-10_xsd Drilldown into parentCorrelationId in schema fpml-msg-5-10_xsd Drilldown into Correlation.model in schema fpml-msg-5-10_xsd Drilldown into CorrelationAndOptionalSequence.model in schema fpml-msg-5-10_xsd Drilldown into validation in schema fpml-doc-5-10_xsd Drilldown into Validation.model in schema fpml-doc-5-10_xsd Drilldown into header in schema fpml-msg-5-10_xsd Drilldown into actualBuild in schema fpml-doc-5-10_xsd Drilldown into expectedBuild in schema fpml-doc-5-10_xsd Drilldown into fpmlVersion in schema fpml-doc-5-10_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-5-10_xsd Drilldown into Document in schema fpml-doc-5-10_xsd Drilldown into Message in schema fpml-msg-5-10_xsdXSD Diagram of Exception in schema fpml-msg-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Exception">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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" />
                <xsd:group ref="Validation.model" />
                <xsd:group ref="CorrelationAndOptionalSequence.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 nsA:header (1) (1)
validation nsA:validation 0 unbounded
parentCorrelationId nsA:parentCorrelationId 0 (1)
correlationId nsA:correlationId (1) (1)
sequenceNumber nsA:sequenceNumber (1) (1)
reason nsA:reason (1) unbounded
additionalData nsA:additionalData 0 (1)
<xs:group> nsA:Validation.model (1) (1)
<xs:group> nsA:CorrelationAndOptionalSequence.model 0 (1)
<xs:group> nsA:Correlation.model (1) (1)
<xs:group> nsA:CorrelationId.model (1) (1)
<xs:group> nsA:Sequence.model 0 (1)
<xs:group> nsA:Exception.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsA:fpmlVersion Required
expectedBuild nsA:expectedBuild (Optional)
actualBuild nsA:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:allocationException, nsA:clearingEligibilityException, nsA:clearingException, nsA:collateralAllocationRejected, nsA:confirmationException, nsA:consentException, nsA:creditEventException, nsA:eventStatusException, nsA:executionAdviceException, nsA:executionException, nsA:LoanNotificationException, nsA:maturityException, nsA:messageRejected, nsA:serviceNotificationException, nsA:tradeChangeAdviceException, nsA:tradeReferenceInformationUpdateException, nsA:verificationStatusException