ncic:MPCCodeSimpleType
simpleType MPCCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ncic/4.0/
Definition
A data type for 10 - Missing Person Circumstances (MPC) Field Codes
Diagram
Enumerations
Value | Definition |
F | ADULT - FEDERALLY REQUIRED ENTRY UNDER THE AGE OF 21 REFER TO SUZANNE'S LAW |
N | ABDUCTED BY A NON-CUSTODIAL PARENT |
R | RUNAWAY |
S | ABDUCTED 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:restriction base="xs:token">
<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>