<xsd:complexType name="AccountName">
<xsd:annotation>
<xsd:documentation xml:lang="en">The data type used for the name of the account.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="accountNameScheme" type="NonEmptyURI" use="optional">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifier scheme used with this accountName. A unique URI to determine the source of the account name.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|