Definition Type: ComplexType
Name: Account
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A generic account that represents any party's account at another party. Parties may be identified by the account at another party.
Collapse XSD Schema Diagram:
Drilldown into accountBeneficiary in schema fpml-shared-4-4_xsd Drilldown into accountName in schema fpml-shared-4-4_xsd Drilldown into accountId in schema fpml-shared-4-4_xsd Drilldown into id in schema fpml-shared-4-4_xsdXSD Diagram of Account in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Account">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A generic account that represents any party's account at another party. Parties may be identified by the account at another party.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:sequence maxOccurs="unbounded">
            <xsd:element name="accountId" type="AccountId">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">An account identifier. For example an Account number.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="accountName" type="xsd:normalizedString" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The name by which the account is known.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:element name="accountBeneficiary" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party beneficiary of the account.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" use="required">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">The unique identifier for the account within the document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
accountId fpml:accountId (1) (1)
accountName fpml:accountName 0 (1)
accountBeneficiary fpml:accountBeneficiary 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id Required
Collapse Derivation Tree:
Collapse References:
fpml:account