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

ValueDefinition
1ASSAULT ON LAW ENFORCEMENT
2VIOLENT CRIME HOMICIDE/ATTEMPTED HOMICIDE
3VIOLENT CRIME WITH WEAPON
4THREAT 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: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>