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
| Value | Definition | 
| IBAN | International Bank Account Number | 
| ISIN | International Securities Information | 
| OBAN | Other Bank Account Number | 
| OSIN | Other Securities Information Number | 
| Other | Any 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:restriction base="xs:token">
<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>