ncic:TYPECodeSimpleType

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

Definition

A data type for 4.3: Type of Output (TYPE) Field Codes

Diagram

Enumerations

ValueDefinition
CNTA RECORD COUNT IS DESIRED IN THE OUTPUT.
LSTA PHYSICAL LIST OF RECORDS IS DESIRED.
ONERECORDS ARE LISTED ONE PER PAGE.

XML Schema

<xs:simpleType name="TYPECodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 4.3: Type of Output (TYPE) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="CNT">
<xs:annotation>
<xs:documentation>
A RECORD COUNT IS DESIRED IN THE OUTPUT.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LST">
<xs:annotation>
<xs:documentation>
A PHYSICAL LIST OF RECORDS IS DESIRED.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ONE">
<xs:annotation>
<xs:documentation>
RECORDS ARE LISTED ONE PER PAGE.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>