Definition Type: ComplexType
Name: NotificationMessage
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:Message
Containing Schema: fpml-msg-4-4.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 in schema fpml-doc-4-4_xsd Drilldown into Validation.model in schema fpml-doc-4-4_xsd Drilldown into header in schema fpml-msg-4-4_xsd Drilldown into actualBuild in schema fpml-doc-4-4_xsd Drilldown into expectedBuild in schema fpml-doc-4-4_xsd Drilldown into version in schema fpml-doc-4-4_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-4-4_xsd Drilldown into Document in schema fpml-doc-4-4_xsd Drilldown into Message in schema fpml-msg-4-4_xsdXSD Diagram of NotificationMessage in schema fpml-msg-4-4_xsd (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" />
                <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
version fpml:version Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:AllocationAmended, fpml:AllocationCancelled, fpml:AllocationCreated, fpml:AmendmentConfirmed, fpml:CancelTradeCashflows, fpml:ContractCreated, fpml:ContractFullTermination, fpml:ContractFullTerminationCancelled, fpml:ContractIncreased, fpml:ContractIncreasedCancelled, fpml:ContractNovated, fpml:ContractNovatedCancelled, fpml:ContractPartialTermination, fpml:ContractPartialTerminationCancelled, fpml:ContractReferenceMessage, fpml:CreditEventNotification, fpml:FacilityNotice, fpml:IncreaseConfirmed, fpml:LoanContractNotice, fpml:MessageRejected, fpml:NovationNotificationMessage, fpml:PositionReport, fpml:TerminationConfirmed, fpml:TradeAffirmation, fpml:TradeAlleged, fpml:TradeAmended, fpml:TradeCancelled, fpml:TradeCashflowsAsserted, fpml:TradeConfirmed, fpml:TradeCreatedfpml:TradeMatched, fpml:TradeMismatched, fpml:TradeUnmatched, fpml:ValuationReport,