Definition Type: ComplexType
Name: RequestMessage
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF:Message
Containing Schema: fpml-msg-5-10.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 header in schema fpml-msg-5-10_xsd4 Drilldown into actualBuild in schema fpml-doc-5-10_xsd5 Drilldown into expectedBuild in schema fpml-doc-5-10_xsd5 Drilldown into fpmlVersion in schema fpml-doc-5-10_xsd5 Drilldown into VersionAttributes.atts in schema fpml-doc-5-10_xsd5 Drilldown into Document in schema fpml-doc-5-10_xsd5 Drilldown into Message in schema fpml-msg-5-10_xsd4XSD Diagram of RequestMessage in schema fpml-msg-5-10_xsd4 (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" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsF:header 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsF:fpmlVersion Required
expectedBuild nsF:expectedBuild (Optional)
actualBuild nsF:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:CorrectableRequestMessage, nsF:NonCorrectableRequestMessage