Definition Type: ComplexType
Name: Account
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-shared-5-0.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 servicingParty in schema fpml-shared-5-0_xsd1 Drilldown into accountBeneficiary in schema fpml-shared-5-0_xsd1 Drilldown into accountName in schema fpml-shared-5-0_xsd1 Drilldown into accountId in schema fpml-shared-5-0_xsd1 Drilldown into id in schema fpml-shared-5-0_xsd1XSD Diagram of Account in schema fpml-shared-5-0_xsd1 (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" minOccurs="0">
                <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="AccountName" 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:choice>
            <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:element name="servicingParty" type="PartyReference" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A reference to the party that services/supports the account.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:choice>
    </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 nsB:accountId 0 (1)
accountName nsB:accountName 0 (1)
accountBeneficiary nsB:accountBeneficiary 0 (1)
servicingParty nsB:servicingParty 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsB:id Required
Collapse Derivation Tree:
Collapse References:
nsB:account