XML Schema Documentation

Complex Type: AccountName

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction) < AccountName (by extension)
Sub-types: None
Name AccountName
Used by (from the same schema document) Complex Type Account
Abstract no
Documentation The data type used for the name of the account.
XML Instance Representation
<...
accountNameScheme=" xsd:anyURI [0..1]

'The identifier scheme used with this accountName. A unique URI to determine the source of the account name.'

"
>
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="AccountName">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="accountNameScheme" type=" xsd:anyURI " use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>