nc:FinancialAccountNumberCategoryCodeSimpleType

simpleType FinancialAccountNumberCategoryCodeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a kind of financial account number.

Diagram

Enumerations

ValueDefinition
IBANInternational Bank Account Number
ISINInternational Securities Information
OBANOther Bank Account Number
OSINOther Securities Information Number
OtherAny other type of account number, e.g. insurance contract

XML Schema

<xs:simpleType name="FinancialAccountNumberCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of financial account number.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="IBAN">
<xs:annotation>
<xs:documentation>
International Bank Account Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ISIN">
<xs:annotation>
<xs:documentation>
International Securities Information
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OBAN">
<xs:annotation>
<xs:documentation>
Other Bank Account Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSIN">
<xs:annotation>
<xs:documentation>
Other Securities Information Number
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Any other type of account number, e.g. insurance contract
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>