ncic:MPCCodeSimpleType

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

Definition

A data type for 10 - Missing Person Circumstances (MPC) Field Codes

Diagram

Enumerations

ValueDefinition
FADULT - FEDERALLY REQUIRED ENTRY UNDER THE AGE OF 21 REFER TO SUZANNE'S LAW
NABDUCTED BY A NON-CUSTODIAL PARENT
RRUNAWAY
SABDUCTED BY A STRANGER

XML Schema

<xs:simpleType name="MPCCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for 10 - Missing Person Circumstances (MPC) Field Codes
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
ADULT - FEDERALLY REQUIRED ENTRY UNDER THE AGE OF 21 REFER TO SUZANNE'S LAW
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
ABDUCTED BY A NON-CUSTODIAL PARENT
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
RUNAWAY
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
ABDUCTED BY A STRANGER
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>