XML Schema Documentation

Element: messageRejected

[Table of contents]

Name messageRejected
Type MessageRejected
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<messageRejected
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="3 [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..*]
<reason> Reason </reason> [1..*]

'An instance of the Reason type used to record the nature of any errors associated with a message.'

<additionalData> AdditionalData </additionalData> [0..1]

'Any string of additional data that may help the message processor, for example in a rejection message this might contain a code value or the text of the original request (within a CDATA section).'

</messageRejected>
Diagram
Schema Component Representation
<xsd:element name="messageRejected" type=" MessageRejected "/>