ncic:MNPCodeSimpleType

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

Definition

A data type for 9 - Missing Person (MNP) Field Codes

Diagram

Enumerations

ValueDefinition
AAAMBER ALERT
CACHILD ABDUCTION
DVDISASTER VICTIM
MPMISSING PERSON

XML Schema

<xs:simpleType name="MNPCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 9 - Missing Person (MNP) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AA">
<xs:annotation>
<xs:documentation>
AMBER ALERT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CA">
<xs:annotation>
<xs:documentation>
CHILD ABDUCTION
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DV">
<xs:annotation>
<xs:documentation>
DISASTER VICTIM
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MP">
<xs:annotation>
<xs:documentation>
MISSING PERSON
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>