<xsd:complexType name="AccountType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The data type used for account type.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="accountTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/account-type">
<xsd:annotation>
<xsd:documentation xml:lang="en">The identifier scheme used with this accountType. A unique URI to determine the the type of account.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|