complexType "Account"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
Includes:
definitions of 1 attribute, 6 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (6):
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 (8); see within schema source)
<xsd:complexType name="Account">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="accountId" type="AccountId"/>
<xsd:element minOccurs="0" name="accountName" type="AccountName"/>
<xsd:element minOccurs="0" name="accountType" type="AccountType"/>
<xsd:choice>
<xsd:sequence>
<xsd:element name="accountBeneficiary" type="PartyReference"/>
<xsd:element minOccurs="0" name="servicingParty" type="PartyReference"/>
</xsd:sequence>
<xsd:element name="servicingParty" type="PartyReference"/>
</xsd:choice>
</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; 6/6)
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 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" 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"/>

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 name="servicingParty" type="PartyReference"/>

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