Definition Type: ComplexType
Name: MessageRejected
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:NotificationMessage
Containing Schema: fpml-msg-4-0.xsd
Abstract
Documentation:
A type defining the content for a standard message sent when a recipient cannot interpret or process an earlier message.
Collapse XSD Schema Diagram:
Drilldown into additionalData in schema fpml-msg-4-0_xsd Drilldown into reason in schema fpml-msg-4-0_xsd Drilldown into validation in schema fpml-doc-4-0_xsd Drilldown into Validation.model in schema fpml-doc-4-0_xsd Drilldown into header in schema fpml-msg-4-0_xsd Drilldown into version in schema fpml-doc-4-0_xsd Drilldown into version in schema fpml-doc-4-0_xsd Drilldown into StandardAttributes.atts in schema fpml-doc-4-0_xsd Drilldown into NotificationMessage in schema fpml-msg-4-0_xsdXSD Diagram of MessageRejected in schema fpml-msg-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MessageRejected">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the content for a standard message sent when a recipient cannot interpret or process an earlier message.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NotificationMessage">
            <xsd:sequence>
                <xsd:element name="reason" type="Reason" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">An instance of the Reason type used to record the nature of any errors associated with a message.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="additionalData" type="xsd:string" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Any string of additional data that may help the message processor, for example in a rejection message this might contain the text of the original request (within a CDATA section).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsA:header (1) (1)
validation nsA:validation 0 unbounded
header nsA:header (1) (1)
reason nsA:reason (1) unbounded
additionalData nsA:additionalData 0 (1)
<xs:group> nsA:Validation.model (1) (1)
<xs:group> nsA:Validation.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version nsA:version Required
Collapse Derivation Tree: