Definition Type: ComplexType
Name: AccountId
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: normalizedString:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
The data type used for party identifiers.
Collapse XSD Schema Diagram:
Drilldown into accountIdScheme in schema fpml-shared-4-4_xsdXSD Diagram of AccountId in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="AccountId">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The data type used for party identifiers.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:normalizedString">
            <xsd:attribute name="accountIdScheme" type="xsd:anyURI">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The identifier scheme used with this accountId. A unique URI to determine the authoritative issuer of these identifiers.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
accountIdScheme fpml:accountIdScheme (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:accountId