XML Schema Documentation

Complex Type: NotificationMessage

[Table of contents]

Super-types: Document < Message (by extension) < NotificationMessage (by extension)
Sub-types: None
Name NotificationMessage
Abstract yes
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.
XML Instance Representation
<...
fpmlVersion=" xsd:token (value comes from list: {'5-0'}) [1]

'Indicate which version of the FpML Schema an FpML message adheres to.'

"

expectedBuild=" xsd:positiveInteger [0..1]

'This optional attribute can be supplied by a message creator in an FpML instance to specify which build number of the schema was used to define the message when it was generated.'

"

actualBuild="9 [0..1]

'The specific build number of this schema version. This attribute is not included in an instance document. Instead, it is supplied by the XML parser when the document is validated against the FpML schema and indicates the build number of the schema file. Every time FpML publishes a change to the schema, validation rules, or examples within a version (e.g., version 4.2) the actual build number is incremented. If no changes have been made between releases within a version (i.e. from Trial Recommendation to Recommendation) the actual build number stays the same.'

"
>
<header> NotificationMessageHeader </header> [1]
<validation> Validation </validation> [0..*]
Start Group: Correlation.model [0..1]
<correlationId> CorrelationId </correlationId> [1]

'A qualified identifier used to correlate between messages'

End Group: Correlation.model
Start Group: Sequence.model [0..1]
<sequenceNumber> xsd:positiveInteger </sequenceNumber> [1]

'A numeric value that can be used to order messages with the same correlation identifier from the same sender.'

End Group: Sequence.model
Start Group: OnBehalfOf.model [0..1]
<onBehalfOf> OnBehalfOf </onBehalfOf> [1]

'Indicates which party (and accounts) a trade is being processed for.'

End Group: OnBehalfOf.model
</...>
Diagram
Schema Component Representation
<xsd:complexType name="NotificationMessage" abstract="true">
<xsd:complexContent>
<xsd:extension base=" Message ">
<xsd:sequence>
<xsd:element name="header" type=" NotificationMessageHeader "/>
<xsd:group ref=" Validation.model "/>
<xsd:group ref=" Correlation.model " minOccurs="0"/>
<xsd:group ref=" Sequence.model " minOccurs="0"/>
<xsd:group ref=" OnBehalfOf.model " minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>