ncic:MNPCodeSimpleType
simpleType MNPCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 9 - Missing Person (MNP) Field Codes
Diagram
Enumerations
Value | Definition |
AA | AMBER ALERT |
CA | CHILD ABDUCTION |
DV | DISASTER VICTIM |
MP | MISSING 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:restriction base="xs:token">
<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>