complexType "Account"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
Includes:
definitions of 1 attribute, 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (5):
accountBeneficiary, accountId, accountName, accountType, servicingParty
All Direct / Indirect Based Elements (1):
account
Known Usage Locations
Annotation
A generic account that represents any party's account at another party. Parties may be identified by the account at another party.
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="Account">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accountId" type="AccountId"/>
<xsd:element minOccurs="0" name="accountName" type="AccountName"/>
<xsd:element minOccurs="0" name="accountType" type="AccountType"/>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="accountBeneficiary" type="PartyReference"/>
<xsd:element minOccurs="0" name="servicingParty" type="PartyReference"/>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
required
The unique identifier for the account within the document.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="id" type="xsd:ID" use="required"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
accountBeneficiary
Type:
PartyReference, empty content
A reference to the party beneficiary of the account.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="accountBeneficiary" type="PartyReference"/>

accountId
Type:
AccountId, simple content
An account identifier. For example an Account number.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="accountId" type="AccountId"/>

accountName
Type:
AccountName, simple content
The name by which the account is known.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="accountName" type="AccountName"/>

accountType
Type:
AccountType, simple content
The type of account. e.g., Client, House
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="accountType" type="AccountType"/>

servicingParty
Type:
PartyReference, empty content
A reference to the party that services/supports the account.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="servicingParty" type="PartyReference"/>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.