Definition Type: ComplexType
Name: NotificationMessage
Namespace: http://www.fpml.org/FpML-5-0/confirmation
Type: fpml:Message
Containing Schema: fpml-msg-5-0.xsd
Abstract True
Documentation:
A type defining the basic content for a message sent to inform another system that some 'business event' has occured. Notifications are not expected to be replied to.
Collapse XSD Schema Diagram:
Drilldown into validation Drilldown into header Drilldown into actualBuild Drilldown into expectedBuild Drilldown into fpmlVersion Drilldown into Document Drilldown into MessageXSD Diagram of NotificationMessage
Collapse XSD Schema Code:
<xsd:complexType name="NotificationMessage" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the basic content for a message sent to inform another system that some 'business event' has occured. Notifications are not expected to be replied to.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Message">
            <xsd:sequence>
                <xsd:element name="header" type="NotificationMessageHeader" />
                <xsd:group ref="Validation.model" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header fpml:header (1) (1)
validation fpml:validation 0 unbounded
<xs:group> fpml:Validation.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion fpml:fpmlVersion Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:AmendmentConfirmed, fpml:IncreaseConfirmed, fpml:MessageRejected, fpml:NovationNotificationMessage, fpml:TerminationConfirmedfpml:TradeAffirmation, fpml:TradeAlleged, fpml:TradeConfirmed, fpml:TradeMatched, fpml:TradeMismatched, fpml:TradeUnmatched,
Collapse Comments:
blog comments powered by Disqus