ncic:PARCodeSimpleType

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

Definition

A data type for 1.3: Persons Armed (PAR) Field Codes

Diagram

Enumerations

ValueDefinition
1YES
2NO
3NOT AVAILABLE

XML Schema

<xs:simpleType name="PARCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 1.3: Persons Armed (PAR) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
YES
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
NO
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
NOT AVAILABLE
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>