Definition Type: ComplexType
Name: RequestMessage
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 of a message that requests the receiver to perform some business operation determined by the message type and its content.
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 RequestMessage in schema fpml-msg-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="RequestMessage" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the basic content of a message that requests the receiver to perform some business operation determined by the message type and its content.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Message">
            <xsd:sequence>
                <xsd:element name="header" type="RequestMessageHeader" />
                <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:CancelTradeConfirmation, fpml:CancelTradeMatch, fpml:ConfirmTrade, fpml:ModifyTradeConfirmation, fpml:ModifyTradeMatch, fpml:NovationRequestMessage, fpml:PositionsAsserted, fpml:RequestAllocation, fpml:RequestAmendmentConfirmation, fpml:RequestIncreaseConfirmation, fpml:RequestPortfolio, fpml:RequestPositionReport, fpml:RequestQuote, fpml:RequestTerminationConfirmation, fpml:RequestTradeConfirmation, fpml:RequestTradeMatchfpml:RequestTradeStatus, fpml:RequestValuationReport, fpml:TradeAmendmentRequest, fpml:TradeIncreaseRequest, fpml:TradeTerminationRequest,