ncic:GTYPECodeSimpleType

simpleType GTYPECodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.2/

Definition

A data type for 4.1: Global Inquiry Type of Request (TYP) Field Codes

Diagram

Enumerations

ValueDefinition
ACTACTIVE
PRGRETIRED
RDMRANDOM

XML Schema

<xs:simpleType name="GTYPECodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 4.1: Global Inquiry Type of Request (TYP) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ACT">
<xs:annotation>
<xs:documentation>
ACTIVE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRG">
<xs:annotation>
<xs:documentation>
RETIRED
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RDM">
<xs:annotation>
<xs:documentation>
RANDOM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>