XML Schema Documentation

Complex Type: Account

[Table of contents]

Super-types: None
Sub-types: None
Name Account
Used by (from the same schema document) Complex Type Party
Abstract no
Documentation A generic account that represents any party's account at another party. Parties may be identified by the account at another party.
XML Instance Representation
<...
id=" xsd:ID [1]

'The unique identifier for the account within the document.'

"
>
Start Sequence [1..*]
<accountId> AccountId </accountId> [1]

'An account identifier. For example an Account number.'

<accountName> xsd:normalizedString </accountName> [0..1]

'The name by which the account is known.'

End Sequence
<accountBeneficiary> PartyReference </accountBeneficiary> [0..1]

'A reference to the party beneficiary of the account.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Account">
<xsd:sequence>
<xsd:sequence maxOccurs="unbounded">
<xsd:element name="accountId" type=" AccountId "/>
<xsd:element name="accountName" type=" xsd:normalizedString " minOccurs="0"/>
</xsd:sequence>
<xsd:element name="accountBeneficiary" type=" PartyReference " minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID " use="required"/>
</xsd:complexType>