Definition Type: ComplexType
Name: NotificationMessage
Namespace: http://www.fpml.org/FpML-5/pretrade
Type: nsC:Message
Containing Schema: fpml-msg-5-10.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 onBehalfOf in schema fpml-shared-5-10_xsd2 Drilldown into OnBehalfOf.model in schema fpml-shared-5-10_xsd2 Drilldown into sequenceNumber in schema fpml-msg-5-10_xsd1 Drilldown into Sequence.model in schema fpml-msg-5-10_xsd1 Drilldown into correlationId in schema fpml-msg-5-10_xsd1 Drilldown into CorrelationId.model in schema fpml-msg-5-10_xsd1 Drilldown into parentCorrelationId in schema fpml-msg-5-10_xsd1 Drilldown into Correlation.model in schema fpml-msg-5-10_xsd1 Drilldown into CorrelationAndOptionalSequence.model in schema fpml-msg-5-10_xsd1 Drilldown into validation in schema fpml-doc-5-10_xsd2 Drilldown into Validation.model in schema fpml-doc-5-10_xsd2 Drilldown into header in schema fpml-msg-5-10_xsd1 Drilldown into actualBuild in schema fpml-doc-5-10_xsd2 Drilldown into expectedBuild in schema fpml-doc-5-10_xsd2 Drilldown into fpmlVersion in schema fpml-doc-5-10_xsd2 Drilldown into VersionAttributes.atts in schema fpml-doc-5-10_xsd2 Drilldown into Document in schema fpml-doc-5-10_xsd2 Drilldown into Message in schema fpml-msg-5-10_xsd1XSD Diagram of NotificationMessage in schema fpml-msg-5-10_xsd1 (Financial products Markup Language (FpML®))
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" minOccurs="0" />
                <xsd:group ref="Validation.model" />
                <xsd:group ref="CorrelationAndOptionalSequence.model" minOccurs="0" />
                <xsd:group ref="OnBehalfOf.model" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsC:header 0 (1)
validation nsC:validation 0 unbounded
parentCorrelationId nsC:parentCorrelationId 0 (1)
correlationId nsC:correlationId 0 (1)
sequenceNumber nsC:sequenceNumber 0 (1)
onBehalfOf nsC:onBehalfOf 0 4
<xs:group> nsC:Validation.model (1) (1)
<xs:group> nsC:CorrelationAndOptionalSequence.model 0 (1)
<xs:group> nsC:Correlation.model (1) (1)
<xs:group> nsC:CorrelationId.model (1) (1)
<xs:group> nsC:Sequence.model 0 (1)
<xs:group> nsC:OnBehalfOf.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsC:fpmlVersion Required
expectedBuild nsC:expectedBuild (Optional)
actualBuild nsC:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:CreditLimitReport, nsC:CreditLimitResponse, nsC:LimitCheckApproved, nsC:LimitCheckRefused, nsC:MarginQuoteRefused, nsC:OrderStatusNotificationnsC:ServiceNotification,