Definition Type: ComplexType
Name: MessageHeader
Namespace: http://www.fpml.org/2005/FpML-4-2
Containing Schema: fpml-msg-4-2.xsd
Abstract True
Documentation:
A type defining the content model for a generic message header that is refined by its derived classes.
Collapse XSD Schema Diagram:
Drilldown into messageId in schema fpml-msg-4-2_xsd Drilldown into conversationId in schema fpml-msg-4-2_xsdXSD Diagram of MessageHeader in schema fpml-msg-4-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MessageHeader" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the content model for a generic message header that is refined by its derived classes.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="conversationId" type="ConversationId" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A unique identifier created by the initiator of a conversation allowing a group of message exchanges to be recognized as related.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="messageId" type="MessageId">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A unique identifier (within its coding scheme) assigned to the message by its creating party.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
conversationId fpml:conversationId 0 (1)
messageId fpml:messageId (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:NotificationMessageHeader, fpml:RequestMessageHeader, fpml:ResponseMessageHeader