ncic:RMICodeSimpleType
simpleType RMICodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 2 - Ransom Money Indicator (RMI) Field Codes
Diagram
Enumerations
Value | Definition |
B | BAIT MONEY |
C | COUNTERFEIT |
R | RANSOM |
XML Schema
<xs:simpleType name="RMICodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 2 - Ransom Money Indicator (RMI) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
BAIT MONEY</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
COUNTERFEIT</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
RANSOM</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>