Definition Type: ComplexType
Name: RequestMessage
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD: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 validation in schema fpml-doc-5-10_xsd3 Drilldown into Validation.model in schema fpml-doc-5-10_xsd3 Drilldown into header in schema fpml-msg-5-10_xsd2 Drilldown into actualBuild in schema fpml-doc-5-10_xsd3 Drilldown into expectedBuild in schema fpml-doc-5-10_xsd3 Drilldown into fpmlVersion in schema fpml-doc-5-10_xsd3 Drilldown into VersionAttributes.atts in schema fpml-doc-5-10_xsd3 Drilldown into Document in schema fpml-doc-5-10_xsd3 Drilldown into Message in schema fpml-msg-5-10_xsd2XSD Diagram of RequestMessage in schema fpml-msg-5-10_xsd2 (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:group ref="Validation.model" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsD:header 0 (1)
validation nsD:validation 0 unbounded
<xs:group> nsD:Validation.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsD:fpmlVersion Required
expectedBuild nsD:expectedBuild (Optional)
actualBuild nsD:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:CorrectableRequestMessage, nsD:NonCorrectableRequestMessage