ncic:VPCCodeSimpleType
simpleType VPCCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 27 - Violent Person Criteria (VPC) Field Codes
Diagram
Enumerations
Value | Definition |
1 | 1 - ASSAULT ON LAW ENFORCEMENT |
2 | 2 - VIOLENT CRIME HOMICIDE/ATTEMPTED HOMICIDE |
3 | 3 - VIOLENT CRIME WITH WEAPON |
4 | 4 - THREAT TO LAW ENFORCEMENT |
XML Schema
<xs:simpleType name="VPCCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 27 - Violent Person Criteria (VPC) Field Codes</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
1 - ASSAULT ON LAW ENFORCEMENT</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
2 - VIOLENT CRIME HOMICIDE/ATTEMPTED HOMICIDE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
3 - VIOLENT CRIME WITH WEAPON</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
4 - THREAT TO LAW ENFORCEMENT</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>