NIEM Examples - Historical Missing Person Query
Missing Persons NIEM Specifications
This section provides NIEM format and examples for a Missing Persons Query to a state (MPQ),
All Nlets NIEM messages must be based on the Nlets NIEM Message Structure and include the standard Nlets XML Header as detailed in Message Structure. The NIEM header and hierarchy of the elements in this section have been omitted to avoid redundancy. The associated schemas and instances should be consulted to determine the correct XPaths of the elements.
Element Dictionary
Transaction types detailed below include: Query by Name, DOB and Sex (MPQ),
Query Formats
Query by Name, DOB and Sex (MPQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
n2:Person
This element encapsulates the information about the person being queried.
nc:PersonBirthDate
A date a person was born.
nc:Date
A full date.
This element contains the DOB for the person being queried on. This data in this element must
be in xsd:date format, that is: yyyy-mm-dd.
nc:PersonName
A combination of names and/or titles by which a person is known.
nc:PersonGivenName
A first name of a person.
This optional element containing a person's first name may be sent via XML if available but will
only be forwarded onto states receiving XML.
nc:PersonMiddleName
A middle name of a person.
This optional element containing a person's middle name may be sent via XML if available but
will only be forwarded onto states receiving XML.
nc:PersonSurName
A last name or family name of a person.
This optional element containing a person's last name may be sent via XML if available but will
only be forwarded onto states receiving XML.
nc:PersonFullName
A complete name of a person.
This required element must contain the full name of the person in the format LAST,FIRST
MIDDLE. The data from this element is the only name data that will be passed onto states
receiving text.
nc:PersonSexCode
A gender or sex of a person.
Value must be M, F or U.
Response Formats
Missing Persons Response in Free Text (MPR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Response Text (n2:ResponseText)
This element will contain the free text Missing Persons response. Nlets recommends the use of
<![CDATA[]]>
tags to ensure that the response does not contain any characters illegal in XML.
Missing Persons Response in XML (MPR)
The full tagged XML standard for Missing Personse Response Is built using NIEM Core 5.0 and JXDM 7.0
Messing Persons Standard Response (MPR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Missing Persons Status (n2-mpr:MissingPersonStatus)
This element will contain the standardized Missing Person SXtatus .
n2-mpr maps to the URI http://www.nlets.org/niem/missingperson-status/1.0
Missing Persons NIEM Examples
Example 1: A Missing Person query by name, date of birth and sex.
<n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="String">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>MPQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS46</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZ</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[TESTMPQ000]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="MPQ">
<n2:Person>
<nc:PersonBirthDate>
<nc:Date>1957-08-13</nc:Date>
</nc:PersonBirthDate>
<nc:PersonName>
<nc:PersonFullName>Testm Person Name</nc:PersonFullName>
</nc:PersonName>
<nc:PersonSexCode>M</nc:PersonSexCode>
</n2:Person>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 2: A Missing Persons response in free text form.
<n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:n2-mpr="http://www.nlets.org/niem/missingperson-status/1.0" xmlns:biom="http://release.niem.gov/niem/domains/biometrics/5.0/" xmlns:hs="http://release.niem.gov/niem/domains/humanServices/5.0/" xmlns:cli="http://reference.niem.gov/niem/specification/code-lists/5.0/code-lists-instance/" xmlns:scr="http://release.niem.gov/niem/domains/screening/5.0/" xmlns:im="http://release.niem.gov/niem/domains/immigration/5.0/" xmlns:intel="http://release.niem.gov/niem/domains/intelligence/5.0/" xmlns:s="http://release.niem.gov/niem/structures/5.0/" n2:version="String" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlets.org/niem/1.0 ../../../dev.net/Nlets-ArtifactsCollection/Nlets.Schemas/Schemas/NLETS2/MPR/xsd/MPR.xsd">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>MPR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZMPR0000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS46</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[SAMPLEMPR1]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="MPQ">
<nc:Person>
<nc:PersonBirthDate>
<nc:Date>2001-12-17</nc:Date>
</nc:PersonBirthDate>
<nc:PersonName>
<nc:PersonFullName>Person, Test Missing</nc:PersonFullName>
</nc:PersonName>
<nc:PersonSexText>M</nc:PersonSexText>
</nc:Person>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="MPR">
<n2:ResponseText>********************** MISSING PERSON INCIDENT *********************
CREATED BY CREATION ON MODIFIED ON ARCHIVED ON
Nlets 1957-08-13 1957-08-13 1957-08-13
============================ PERSON INFORMATION ===========================
MISSING STATUS LAST SEEN ON FOUND ON AA ISSUED
Active 2022-12-26T09:30:47Z 2001-12-17 true
-------------------------------- BASIC INFO -------------------------------
NAME
Test, Missing Person
DATE OF BIRTH SEX HEIGHT WEIGHT
1981-08-07 (AGE 41) Male 5'11'' 250
EYE HAIR
Brown Brown
-------------------------------- APPEARANCE -------------------------------
BUILD COMPLEXION SKIN TONE
Chubby Fair White
FACIAL HAIR HAIR APPEARANCE EYEWEAR
Triangle Balding Horn Rimed
HANDEDNESS PIERCINGS
Right None
PROMINENT PHYSICAL FEATURES
Deformities - Missing Right Hand
EyeDisorders - ocular dystrophy
Moles - Right Cheek
NeedleMarks - Right Arme
Birthmarks - Right Eye
Other - Peg leg
OTHER PHYSICAL FEATURES
Tatoo - Three Arrow Tatoo on right sholder
JEWELRY
None
ACCESSORIESS
Watch (Silver)
CLOTHING
Green Banana Republic Pants, Grey long sleeved shirt
FOOTWEAR
Merrell Men's Moab 2 Vent Hiking Shoe - ShoeSize 12
------------------------------- CITIZENSHIP -------------------------------
CITIZENSHIP COUNTRY CITIZENSHIP STATUS NATIONALITY
USA Is Citizen USA
RACE ETHNICITY RELIGION
White American Mormon
PRIMARY LANGUAGE SECONDARY LANGUAGE ACCENT
English Spanish male, Salt lake Cith, Ut
TRIBAL AFFILIATION
Ute
------------------------------ IDENTIFICATION -----------------------------
STATE ID FBI ID STATE FINGERPRINT ID
SID12345678 (JUR:UT) FBI12345678 SFID123456789 (JUR:AZ)
LICENSE LICENSE DURATION LICENSE STATUS
OLN12345678 (JUR:UT) 2032-12-17 TO 2032-12-17 Valid
PASSPORT PASSPORT DURATION PASSPORT STATUS
PPN456789 (JUR:USA) 1957-08-13 TO 1957-08-13
SSN
555-444-3333 (JUR:UT)
.......................... OTHER IDENTIFICATIONS ..........................
NCMECNumber NCMECNumber DURATION NCMECNumber STATUS
NCMEC123456789 2001 TO 2001 CURRENT on 2001-12-17T09
:30:47Z
OTHER Number1 OTHER Number1 DURATION OTHER Number1 STATUS
OTH1123456789 2001 TO 2001 CURRENT on 2001-12-17T09
:30:47Z
OTHER Number2 OTHER Number2 DURATION OTHER Number2 STATUS
OTH2123456789 2001 TO 2001 CURRENT on 2001-12-17T09
:30:47Z
--------------------------------- MEDICAL ---------------------------------
BLOOD TYPE DENTAL XRAY AVAILABLE BODY XRAYS AVAILABLE
Group O true false
CIRCUMCISED DEAF OR HARD OF HEARING DNA COLLECTED
true true true
PRESCRIPTIONS
Prozac
VISION PRESCRIPTIONS
None
MEDICAL DEVICES
DeviceName (CATAGORY: DeviceCategoryText DISCRIPTION: DeviceDescriptionText)
INJURIES
Fractures - Hairline Facture right arm
BODY PARTS
Right Hand Pinky (Missing)
BIRTH PLACE
Phoenix, AZ
USA
------------------------ MISCELLANEOUS INFORMAITON ------------------------
OCCUPATION
SERVER
MARITAL STATUS IDEOLOGY
Single Anarcho Syndicalist
HABITS GANG ASSOCIATION
Nail Biter NONE
--------------------------- CONTACT INFORMATION ---------------------------
HOME CONTACT ADDRESS
1918 W Whispering Wind
Phoenix, UT 85085
Mericopa USA
EMAILS
testing@nlets.org
PHONE NUMBERS
Home: 6233083514
------------------------------ IMAGE DETAILS ------------------------------
HAS IMAGE CAPTURE ON IMAGE FORMAT
YES (SEE ORIGINAL XML) 2001-12-17T09:30:47Z String
FOR FACIAL VIEW FOR PUBLIC VIEW
true true
=========================== INCIDENT INFORMATION ==========================
DISAPPEARANCE CATEGORY DISAPPEARANCE CIRCUMSTANCE
Runaway Dissapeared Snowmobiling in Bear Lake
---------------------------- AGENCY INFORMAITON ---------------------------
OFFICER NAME AGENCY NAME AGENCY ORI
Officer Full Name NLets AZNLETS44 (JUR:AZ)
AGENCY PHONE AGENCY EMAIL
623-308-3531 helpdesk@nlets.org
----------------------------- CASE INFORMAITON ----------------------------
RECORD TYPE NCIC RECORD ID INCIDENT ALERT
RecordTypeMP String true
MISSING PERSON ID STATUS
MPID123456789 (JUR:UT) Active
MiscIdNumber STATUS
MIS123456789 (JUR:AZ)
OriginatingAgencyCaseNumber STATUS
OACN123456789 (JUR:AZ)
DOCNumber STATUS
DOC123456789 (JUR:AZ)
INVESTIGATIVE DATA
Investigative Miscellaneous Data
PUBLIC DATA
Public Miscellaneous Data
RECOVERY NOTES
Recovery Notes
------------------------------ SUBJECT STATUS -----------------------------
EMANCIPATION DATE MEDICAL CAUTION MEDICAL CONDITION
1957-08-13 true Condition
DRUG USE DESCRIPTION
DRUG USE
MODUS OPERANDI
ModusOperandi
........................... VEHICLE INFORMATION ...........................
MAKE MODEL YEAR COLOR
Toyota Corolla 2019 Slate
VIN
VIN12345678901234567 (JUR:UT)
PLATE EXPIRATION
ABC123 (JUR:UT) 2023-12
OWNER
Nlets
VEHICLE DESCRIPTION
scratch on passenger side door.
----------------------------- LOCATION STATUS -----------------------------
LAST CONTACTED LAST SEEN
1957-08-13 2022-12-26T09:30:47Z
LAST SEEN LOCATION
1234 S
Phoenix, AZ 85085
............................ VEHICLE LAST SEEN ............................
MAKE MODEL YEAR COLOR
Toyota Corolla 2019 Slate
VIN
VIN12345678901234567 (JUR:UT)
PLATE EXPIRATION
ABC123 (JUR:UT) 2023-12
OWNER NAME OWNER DOB OWNER LICENSE
DeForest, Randy 1957-08-13 OLN12345678 (JUR:AZ)
OWNER CONTACT ADDRESS
1918 W Whispering Wind DR
Phoenix, AZ 85085
Mericopa USA
VEHICLE DESCRIPTION
scratch on passenger side door.
*** ADDITIONAL INFORMATION ***
STATE ELEMENT: Additional Information Additional Value
</n2:ResponseText>
</n2:NLETSResponseData>
</n2:NLETS>
Example 3: A NIEM Missing Persons response in standardized form.
<n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:n2-mpr="http://www.nlets.org/niem/missingperson-status/1.0" xmlns:biom="http://release.niem.gov/niem/domains/biometrics/5.0/" xmlns:hs="http://release.niem.gov/niem/domains/humanServices/5.0/" xmlns:cli="http://reference.niem.gov/niem/specification/code-lists/5.0/code-lists-instance/" xmlns:scr="http://release.niem.gov/niem/domains/screening/5.0/" xmlns:im="http://release.niem.gov/niem/domains/immigration/5.0/" xmlns:intel="http://release.niem.gov/niem/domains/intelligence/5.0/" n2:version="String" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlets.org/niem/1.0 ../xsd/MPR.xsd">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>MPR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZMSP0000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS46</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[MPRSAMPLE0]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="MPQ">
<nc:Person>
<nc:PersonBirthDate>
<nc:Date>2001-12-17</nc:Date>
</nc:PersonBirthDate>
<nc:PersonName>
<nc:PersonFullName>Testing, Missing Person</nc:PersonFullName>
</nc:PersonName>
<nc:PersonSexText>M</nc:PersonSexText>
</nc:Person>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="MPR">
<n2-mpr:MissingPersonStatus>
<n2c:AdditionalInformation>
<n2c:StateElement>
<n2c:ElementFieldName>Additional Information</n2c:ElementFieldName>
<n2c:ElementFieldValue>Additional Value</n2c:ElementFieldValue>
</n2c:StateElement>
</n2c:AdditionalInformation>
<n2-mpr:MissingPersonIncident>
<n2-mpr:MissingPerson>
<nc:RoleOfPerson>
<nc:PersonAccentText>male, Salt lake Cith</nc:PersonAccentText>
<nc:PersonAgeMeasure>
<n2-mpr:PersonAge>41</n2-mpr:PersonAge>
</nc:PersonAgeMeasure>
<nc:PersonBirthDate>
<nc:Date>1981-08-07</nc:Date>
</nc:PersonBirthDate>
<nc:PersonBirthLocation>
<nc:Address>
<nc:AddressCityName>Salt Lake City</nc:AddressCityName>
<nc:AddressState>
<n2-mpr:StateCodeText>UT</n2-mpr:StateCodeText>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>USA</nc:CountryName>
</nc:AddressCountry>
</nc:Address>
</nc:PersonBirthLocation>
<nc:PersonBloodTypeText>Group O</nc:PersonBloodTypeText>
<nc:PersonBodyXRaysAvailableText>false</nc:PersonBodyXRaysAvailableText>
<nc:PersonBuildText>Chubby</nc:PersonBuildText>
<nc:PersonCircumcisionIndicator>true</nc:PersonCircumcisionIndicator>
<nc:PersonCitizenship>
<nc:PersonCitizenshipCountry>
<nc:CountryName>USA</nc:CountryName>
</nc:PersonCitizenshipCountry>
<nc:PersonCitizenshipStatus>
<nc:StatusText>Is Citizen</nc:StatusText>
</nc:PersonCitizenshipStatus>
</nc:PersonCitizenship>
<nc:PersonComplexionText>Fair</nc:PersonComplexionText>
<nc:PersonDigitalImage>
<nc:Base64BinaryObject>UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi</nc:Base64BinaryObject>
<nc:BinaryCaptureDate>
<nc:DateTime>2001-12-17T09:30:47Z</nc:DateTime>
</nc:BinaryCaptureDate>
<nc:BinaryFormatText>String</nc:BinaryFormatText>
<n2-mpr:BinaryAugmentation>
<n2-mpr:ImageAllowableForFacialViewIndicator>true</n2-mpr:ImageAllowableForFacialViewIndicator>
<n2-mpr:ImageAllowableForPublicViewIndicator>true</n2-mpr:ImageAllowableForPublicViewIndicator>
</n2-mpr:BinaryAugmentation>
</nc:PersonDigitalImage>
<nc:PersonEthnicityText>American</nc:PersonEthnicityText>
<nc:PersonEyeColorText>Brown</nc:PersonEyeColorText>
<nc:PersonEyewearText>Horn Rimed</nc:PersonEyewearText>
<nc:PersonFacialHairText>Triangle</nc:PersonFacialHairText>
<nc:PersonHairAppearanceText>Balding</nc:PersonHairAppearanceText>
<nc:PersonHairColorText>Brown</nc:PersonHairColorText>
<nc:PersonHandednessText>Right</nc:PersonHandednessText>
<nc:PersonHeightMeasure>
<n2-mpr:HeightMeasureText>5'11''</n2-mpr:HeightMeasureText>
</nc:PersonHeightMeasure>
<nc:PersonInjury>
<nc:InjuryCategoryText>Fractures</nc:InjuryCategoryText>
<nc:InjuryDescriptionText>Hairline Facture right arm</nc:InjuryDescriptionText>
</nc:PersonInjury>
<nc:PersonJewelryDescriptionText>None</nc:PersonJewelryDescriptionText>
<nc:PersonLicenseIdentification>
<nc:IdentificationID>OLN12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationEffectiveDate>
<nc:Date>2032-12-17</nc:Date>
</nc:IdentificationEffectiveDate>
<nc:IdentificationExpirationDate>
<nc:Date>2032-12-17</nc:Date>
</nc:IdentificationExpirationDate>
<nc:IdentificationStatus>
<nc:StatusText>Valid</nc:StatusText>
</nc:IdentificationStatus>
</nc:PersonLicenseIdentification>
<nc:PersonName>
<nc:PersonGivenName>Test</nc:PersonGivenName>
<nc:PersonMiddleName>Missing</nc:PersonMiddleName>
<nc:PersonSurName>Person</nc:PersonSurName>
<nc:PersonFullName>Person, Test Missing</nc:PersonFullName>
</nc:PersonName>
<nc:PersonOtherIdentification>
<nc:IdentificationID>NCMEC123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationCategoryText>NCMECNumber</nc:IdentificationCategoryText>
<nc:IdentificationStatus>
<nc:StatusText>Active</nc:StatusText>
<nc:StatusDate>
<nc:DateTime>2001-12-17T09:30:47Z</nc:DateTime>
</nc:StatusDate>
</nc:IdentificationStatus>
</nc:PersonOtherIdentification>
<nc:PersonPassportIdentification>
<nc:IdentificationID>PPN213456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>USA</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationEffectiveDate>
<nc:Date>1957-08-13</nc:Date>
</nc:IdentificationEffectiveDate>
<nc:IdentificationExpirationDate>
<nc:Date>1957-08-13</nc:Date>
</nc:IdentificationExpirationDate>
</nc:PersonPassportIdentification>
<nc:PersonPhysicalFeature>
<nc:PhysicalFeatureCategoryText>Deformities</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>Missing Right Hand</nc:PhysicalFeatureDescriptionText>
</nc:PersonPhysicalFeature>
<nc:PersonPhysicalFeature>
<nc:PhysicalFeatureCategoryText>EyeDisorders</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>ocular dystrophy</nc:PhysicalFeatureDescriptionText>
</nc:PersonPhysicalFeature>
<nc:PersonPhysicalFeature>
<nc:PhysicalFeatureCategoryText>Moles</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>Right Cheek</nc:PhysicalFeatureDescriptionText>
</nc:PersonPhysicalFeature>
<nc:PersonPhysicalFeature>
<nc:PhysicalFeatureCategoryText>NeedleMarks</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>Right Arme</nc:PhysicalFeatureDescriptionText>
</nc:PersonPhysicalFeature>
<nc:PersonPhysicalFeature>
<nc:PhysicalFeatureCategoryText>Birthmarks</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>Right Eye</nc:PhysicalFeatureDescriptionText>
</nc:PersonPhysicalFeature>
<nc:PersonPhysicalFeature>
<nc:PhysicalFeatureCategoryText>Other</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>Peg leg</nc:PhysicalFeatureDescriptionText>
</nc:PersonPhysicalFeature>
<nc:PersonPrimaryLanguage>
<nc:Language>
<nc:LanguageName>English</nc:LanguageName>
</nc:Language>
</nc:PersonPrimaryLanguage>
<nc:PersonRaceText>White</nc:PersonRaceText>
<nc:PersonReligionText>Mormon</nc:PersonReligionText>
<nc:PersonSecondaryLanguage>
<nc:Language>
<nc:LanguageName>Spanish</nc:LanguageName>
</nc:Language>
</nc:PersonSecondaryLanguage>
<nc:PersonSexText>Male</nc:PersonSexText>
<nc:PersonSkinToneText>White</nc:PersonSkinToneText>
<nc:PersonSSNIdentification>
<nc:IdentificationID>555-444-3333</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:PersonSSNIdentification>
<nc:PersonStateIdentification>
<nc:IdentificationID>SID12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:PersonStateIdentification>
<nc:PersonVisionPrescriptionText>None</nc:PersonVisionPrescriptionText>
<nc:PersonWeightMeasure>
<n2-mpr:WeightMeasureText>250</n2-mpr:WeightMeasureText>
</nc:PersonWeightMeasure>
<nc:PersonNationality>
<nc:PersonNationalityCountry>
<nc:CountryName>USA</nc:CountryName>
</nc:PersonNationalityCountry>
</nc:PersonNationality>
<nc:PersonHomeContactInformation>
<nc:ContactMailingAddress>
<nc:AddressFullText>1918 W Whispering Wind, Phoenix, AZ 85085</nc:AddressFullText>
<nc:AddressStreet>
<nc:StreetFullText>1918 W Whispering Wind</nc:StreetFullText>
</nc:AddressStreet>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressCountyName>Mericopa</nc:AddressCountyName>
<nc:AddressState>
<n2-mpr:StateCodeText>UT</n2-mpr:StateCodeText>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>USA</nc:CountryName>
</nc:AddressCountry>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:ContactMailingAddress>
</nc:PersonHomeContactInformation>
<nc:PersonHomeContactInformation>
<nc:ContactEmailID>testing@nlets.org</nc:ContactEmailID>
</nc:PersonHomeContactInformation>
<nc:PersonHomeContactInformation>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>6233083514</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
<nc:TelephoneNumberCategoryText>Home</nc:TelephoneNumberCategoryText>
</nc:ContactTelephoneNumber>
</nc:PersonHomeContactInformation>
<nc:PersonHomeContactInformation>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>6233083514</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
<nc:TelephoneNumberCategoryText>Cell</nc:TelephoneNumberCategoryText>
</nc:ContactTelephoneNumber>
</nc:PersonHomeContactInformation>
<n2-mpr:PersonAugmentation>
<im:DeafHardHearingIndicator>true</im:DeafHardHearingIndicator>
<j:DNACollectedIndicator>true</j:DNACollectedIndicator>
<hs:MaritalStatusCategoryText>Single</hs:MaritalStatusCategoryText>
<biom:MedicalDevice>
<biom:DeviceName>DeviceName</biom:DeviceName>
<biom:DeviceCategoryText>DeviceCategoryText</biom:DeviceCategoryText>
<biom:DeviceDescriptionText>DeviceDescriptionText</biom:DeviceDescriptionText>
</biom:MedicalDevice>
<n2-mpr:PersonAccessories>
<nc:ConveyanceColorPrimaryText>Silver</nc:ConveyanceColorPrimaryText>
<nc:ItemDescriptionText>Watch</nc:ItemDescriptionText>
</n2-mpr:PersonAccessories>
<n2-mpr:PersonBodyParts>
<j:PersonBodyPartsText>Right Hand Pinky</j:PersonBodyPartsText>
<n2-mpr:PersonBodyPartsMissingIndicator>true</n2-mpr:PersonBodyPartsMissingIndicator>
</n2-mpr:PersonBodyParts>
<j:PersonClothing>
<j:ClothingDescriptionText>Green Banana Republic Pants, Grey long sleeved shirt</j:ClothingDescriptionText>
</j:PersonClothing>
<j:PersonDeath>
<j:PersonDeathPronouncedDate>
<nc:Date>1957-08-13</nc:Date>
</j:PersonDeathPronouncedDate>
<n2-mpr:PersonDeathAugmentation>
<n2-mpr:PersonDeceasedIndicator>true</n2-mpr:PersonDeceasedIndicator>
</n2-mpr:PersonDeathAugmentation>
</j:PersonDeath>
<j:PersonDentalXRayAvailableIndicator>true</j:PersonDentalXRayAvailableIndicator>
<j:PersonFBIIdentification>
<nc:IdentificationID>FBI12345678</nc:IdentificationID>
</j:PersonFBIIdentification>
<n2-mpr:PersonFootwear>
<n2-mpr:PersonFootwearDescriptionText>Merrell Men's Moab 2 Vent Hiking Shoe</n2-mpr:PersonFootwearDescriptionText>
<n2-mpr:PersonFootwearSizeText>12</n2-mpr:PersonFootwearSizeText>
<n2-mpr:PersonFootwearSizeUnit>ShoeSize</n2-mpr:PersonFootwearSizeUnit>
</n2-mpr:PersonFootwear>
<n2-mpr:PersonHabitsText>Nail Biter</n2-mpr:PersonHabitsText>
<n2-mpr:PersonIdeologyText>Anarcho Syndicalist</n2-mpr:PersonIdeologyText>
<n2-mpr:PersonLastKnownAddress>
<nc:AddressFullText>1234 S Phoenix AZ</nc:AddressFullText>
<nc:AddressStreet>
<nc:StreetFullText>1234 S</nc:StreetFullText>
</nc:AddressStreet>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressState>
<n2-mpr:StateCodeText>AZ</n2-mpr:StateCodeText>
</nc:AddressState>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</n2-mpr:PersonLastKnownAddress>
<intel:PersonOccupationName>Server</intel:PersonOccupationName>
<n2-mpr:PersonPiercings>None</n2-mpr:PersonPiercings>
<j:PersonStateFingerprintIdentification>
<nc:IdentificationID>SFID123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:PersonStateFingerprintIdentification>
<biom:PhysicalFeatureDescriptionDetail>
<nc:PhysicalFeatureCategoryText>Tatoo</nc:PhysicalFeatureCategoryText>
<nc:PhysicalFeatureDescriptionText>Three Arrow Tatoo on right sholder</nc:PhysicalFeatureDescriptionText>
</biom:PhysicalFeatureDescriptionDetail>
<hs:Prescription>
<nc:Drug>
<n2-mpr:DrugAugmentation>
<n2-mpr:DrugName>Prozac</n2-mpr:DrugName>
</n2-mpr:DrugAugmentation>
</nc:Drug>
</hs:Prescription>
<hs:TribalAffiliationText>Ute</hs:TribalAffiliationText>
</n2-mpr:PersonAugmentation>
</nc:RoleOfPerson>
<j:MissingPersonCircumstanceText>Runaway from Home</j:MissingPersonCircumstanceText>
<j:MissingPersonDisappearanceCategoryText>Runaway</j:MissingPersonDisappearanceCategoryText>
<j:MissingPersonFoundDate>
<nc:Date>2001-12-17</nc:Date>
</j:MissingPersonFoundDate>
<j:MissingPersonFoundLocation>
<nc:Address>
<nc:AddressFullText>String</nc:AddressFullText>
<nc:AddressStreet>
<nc:StreetFullText>1234 S</nc:StreetFullText>
</nc:AddressStreet>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressState>
<n2-mpr:StateCodeText>UT</n2-mpr:StateCodeText>
</nc:AddressState>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:Address>
</j:MissingPersonFoundLocation>
<j:MissingPersonIdentification>
<nc:IdentificationID>MPID123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationStatus>
<nc:StatusText>Active</nc:StatusText>
</nc:IdentificationStatus>
</j:MissingPersonIdentification>
<j:MissingPersonLastSeenDate>
<nc:DateTime>2022-12-26T09:30:47Z</nc:DateTime>
</j:MissingPersonLastSeenDate>
<j:MissingPersonLastSeenLocation>
<nc:Address>
<nc:AddressFullText>String</nc:AddressFullText>
<nc:AddressStreet>
<nc:StreetFullText>1234 S</nc:StreetFullText>
</nc:AddressStreet>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressState>
<n2-mpr:StateCodeText>UT</n2-mpr:StateCodeText>
</nc:AddressState>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:Address>
</j:MissingPersonLastSeenLocation>
<j:MissingPersonStatus>
<nc:StatusText>Active</nc:StatusText>
</j:MissingPersonStatus>
<n2-mpr:MissingPersonAugmentation>
<j:AmberAlertIssuedIndicator>true</j:AmberAlertIssuedIndicator>
<j:CaseOtherIdentification>
<nc:IdentificationID>MIS123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationCategoryText>MiscIdNumber</nc:IdentificationCategoryText>
</j:CaseOtherIdentification>
<j:CaseOtherIdentification>
<nc:IdentificationID>OACN123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationCategoryText>OriginatingAgencyCaseNumber</nc:IdentificationCategoryText>
<nc:IdentificationStatus>
<nc:StatusText>Active</nc:StatusText>
</nc:IdentificationStatus>
</j:CaseOtherIdentification>
<j:CaseOtherIdentification>
<nc:IdentificationID>DOC123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationCategoryText>DOCNumber</nc:IdentificationCategoryText>
</j:CaseOtherIdentification>
<hs:DrugUseFrequencyDescriptionText>DrugUseFrequencyDescriptionText</hs:DrugUseFrequencyDescriptionText>
<n2-mpr:IncidentAlertIndicator>true</n2-mpr:IncidentAlertIndicator>
<n2-mpr:LastContactedDate>
<nc:Date>1957-08-13</nc:Date>
</n2-mpr:LastContactedDate>
<n2-mpr:MedicalCautionIndicator>true</n2-mpr:MedicalCautionIndicator>
<n2-mpr:MiscellaneousDataInternal>Internal Miscellaneous Data</n2-mpr:MiscellaneousDataInternal>
<n2-mpr:MiscellaneousDataInvestigative>Investigative Miscellaneous Data </n2-mpr:MiscellaneousDataInvestigative>
<n2-mpr:MiscellaneousDataPublic>Public Miscellaneous Data</n2-mpr:MiscellaneousDataPublic>
<n2-mpr:MissingPersonRecordTypeText>RecordTypeMP</n2-mpr:MissingPersonRecordTypeText>
<n2-mpr:MissingPersonRecoveryNotes>Recovery Notes</n2-mpr:MissingPersonRecoveryNotes>
<scr:NCICRecordID>NCICRID1234567</scr:NCICRecordID>
<n2-mpr:OriginatingAgency>
<nc:OrganizationIdentification>
<nc:IdentificationID>AZNLETS44</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:OrganizationIdentification>
<nc:OrganizationName>NLets</nc:OrganizationName>
<n2-mpr:AgencyEmail>helpdesk@nlets.org</n2-mpr:AgencyEmail>
<n2-mpr:AgencyOfficer>
<nc:PersonName>
<nc:PersonFullName>Officer Full Name</nc:PersonFullName>
</nc:PersonName>
</n2-mpr:AgencyOfficer>
<n2-mpr:AgencyPhone>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</n2-mpr:AgencyPhone>
</n2-mpr:OriginatingAgency>
<j:PersonEmancipationDate>
<nc:Date>1957-08-13</nc:Date>
</j:PersonEmancipationDate>
<n2-mpr:PersonFingerPrintCode>FingerPrintCode</n2-mpr:PersonFingerPrintCode>
<n2-mpr:PersonMedicalConditionStatusText>PersonMedicalConditionStatusText</n2-mpr:PersonMedicalConditionStatusText>
<n2-mpr:PersonModusOperandi>ModusOperandi</n2-mpr:PersonModusOperandi>
<n2-mpr:VehicleLastSeen>
<nc:ConveyanceColorPrimaryText>Slate</nc:ConveyanceColorPrimaryText>
<nc:ItemModelYearDate>2019</nc:ItemModelYearDate>
<nc:ItemOwner>
<nc:EntityPerson>
<nc:PersonBirthDate>
<nc:Date>1957-08-13</nc:Date>
</nc:PersonBirthDate>
<nc:PersonLicenseIdentification>
<nc:IdentificationID>OLN12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:PersonLicenseIdentification>
<nc:PersonName>
<nc:PersonFullName>Testing, Driver</nc:PersonFullName>
</nc:PersonName>
<nc:PersonHomeContactInformation>
<nc:ContactMailingAddress>
<nc:AddressStreet>
<nc:StreetFullText>1918 W Whispering Wind DR</nc:StreetFullText>
</nc:AddressStreet>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressCountyName>Mericopa</nc:AddressCountyName>
<nc:AddressState>
<n2-mpr:StateCodeText>AZ</n2-mpr:StateCodeText>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>USA</nc:CountryName>
</nc:AddressCountry>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:ContactMailingAddress>
</nc:PersonHomeContactInformation>
</nc:EntityPerson>
</nc:ItemOwner>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN12345678901234567</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:VehicleIdentification>
<n2-mpr:VehicleMakeText>Toyota</n2-mpr:VehicleMakeText>
<n2-mpr:VehicleModelText>Corolla</n2-mpr:VehicleModelText>
<n2-mpr:VehicleAugmentation>
<j:ConveyanceRegistration>
<j:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>ABC123</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationExpirationDate>
<nc:YearMonthDate>2023-12</nc:YearMonthDate>
</nc:IdentificationExpirationDate>
</j:ConveyanceRegistrationPlateIdentification>
</j:ConveyanceRegistration>
<n2-mpr:VehicleOtherDescription>scratch on passenger side door</n2-mpr:VehicleOtherDescription>
</n2-mpr:VehicleAugmentation>
</n2-mpr:VehicleLastSeen>
<n2-mpr:VehicleOther>
<nc:ConveyanceColorPrimaryText>Slate</nc:ConveyanceColorPrimaryText>
<nc:ItemModelYearDate>2019</nc:ItemModelYearDate>
<nc:ItemOwner>
<nc:EntityPerson>
<nc:PersonBirthDate>
<nc:Date>1957-08-13</nc:Date>
</nc:PersonBirthDate>
<nc:PersonLicenseIdentification>
<nc:IdentificationID>OLN12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:PersonLicenseIdentification>
<nc:PersonName>
<nc:PersonFullName>OLN Name</nc:PersonFullName>
</nc:PersonName>
<nc:PersonHomeContactInformation>
<nc:ContactMailingAddress>
<nc:AddressFullText>AddressFullText</nc:AddressFullText>
</nc:ContactMailingAddress>
</nc:PersonHomeContactInformation>
</nc:EntityPerson>
</nc:ItemOwner>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN12345678901234567</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:VehicleIdentification>
<n2-mpr:VehicleMakeText>Toyota</n2-mpr:VehicleMakeText>
<n2-mpr:VehicleModelText>Corolla</n2-mpr:VehicleModelText>
<n2-mpr:VehicleAugmentation>
<j:ConveyanceRegistration>
<j:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>ABC123</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>UT</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
<nc:IdentificationExpirationDate>
<nc:YearMonthDate>2023-12</nc:YearMonthDate>
</nc:IdentificationExpirationDate>
</j:ConveyanceRegistrationPlateIdentification>
</j:ConveyanceRegistration>
<n2-mpr:VehicleOtherDescription>scratch on passenger side door</n2-mpr:VehicleOtherDescription>
</n2-mpr:VehicleAugmentation>
</n2-mpr:VehicleOther>
</n2-mpr:MissingPersonAugmentation>
</n2-mpr:MissingPerson>
<n2-mpr:DocumentArchivedDate>
<nc:Date>1957-08-13</nc:Date>
</n2-mpr:DocumentArchivedDate>
<n2-mpr:DocumentCreatedBy>
<nc:OrganizationName>Nlets</nc:OrganizationName>
</n2-mpr:DocumentCreatedBy>
<nc:DocumentCreationDate>
<nc:Date>1957-08-13</nc:Date>
</nc:DocumentCreationDate>
<nc:DocumentLastModifiedDate>
<nc:Date>1957-08-13</nc:Date>
</nc:DocumentLastModifiedDate>
</n2-mpr:MissingPersonIncident>
</n2-mpr:MissingPersonStatus>
</n2:NLETSResponseData>
</n2:NLETS>
Top