ncic:TYPECodeSimpleType
simpleType TYPECodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 4.3: Type of Output (TYPE) Field Codes
Diagram
Enumerations
Value | Definition |
CNT | A RECORD COUNT IS DESIRED IN THE OUTPUT. |
LST | A PHYSICAL LIST OF RECORDS IS DESIRED. |
ONE | RECORDS 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:restriction base="xs:token">
<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>