ncic:PARCodeSimpleType
simpleType PARCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 1.3: Persons Armed (PAR) Field Codes
Diagram
Enumerations
Value | Definition |
1 | YES |
2 | NO |
3 | NOT 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:restriction base="xs:token">
<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>