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