Definition Type: ComplexType
Name: MessageAddress
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-msg-4-4.xsd
Abstract
Documentation:
The data type used for identifying a message address. It includes a partyIdScheme for keeping the type backward compatible with the PartyId complex type. In the next major version, partyIdScheme attribute will be replaced by a messageAddressScheme attribute.
Collapse XSD Schema Diagram:
Drilldown into partyIdScheme in schema fpml-msg-4-4_xsdXSD Diagram of MessageAddress in schema fpml-msg-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MessageAddress">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The data type used for identifying a message address. It includes a partyIdScheme for keeping the type backward compatible with the PartyId complex type. In the next major version, partyIdScheme attribute will be replaced by a messageAddressScheme attribute.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="partyIdScheme" type="xsd:anyURI" default="http://www.fpml.org/ext/iso9362" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
partyIdScheme fpml:partyIdScheme http://www.fpml.org/ext/iso9362 (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:copyTo, fpml:sendTo, fpml:sentBy