NIEM Examples - State Warrant Transactions (SWQ/SWR)
State Warrant NIEM Specifications
This section provides NIEM formats and examples for State Warrant Transactions (SWQ/SWR).
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 and DOB (SWQ), Query by FBI Number (SWQ), Query by SSN (SWQ), Query by Driver's License Number (SWQ) and State Warrant Response (SWR).
Query Formats
Query by Name and DOB (SWQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
j4:Person
Applied augmentation for type nc:PersonType
nc:PersonBirthDate
A date a person was born.
nc:PersonName
A combination of names and/or titles by which a person is known.
nc:PersonRaceCode
A classification of a person based on factors such as geographical locations and genetics.
nc:PersonSexCode
A gender or sex of a person.
Query by Other ID (SWQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
j4:Person
Applied augmentation for type nc:PersonType
nc:PersonOtherIdentification
Information about an identifier with a kind that is not explicitly defined in the standard that refers to a person within a
certain domain.
nc:PersonRaceCode
A classification of a person based on factors such as geographical locations and genetics.
nc:PersonSexCode
A gender or sex of a person.
Query by FBI Number (SWQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
j4:Person
Applied augmentation for type nc:PersonType
j4:PersonAugmentation
Additional information about a person.
j4:PersonFBIIdentification
A number issued by the FBI's Automated Fingerprint Identification System (AFIS) based on
submitted fingerprints.
Query by SSN Number (SWQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
j4:Person
Applied augmentation for type nc:PersonType
nc:PersonSSNIdentification
A unique reference to a living person; assigned by the United States Social Security Administration.
Query by Driver's License Number (SWQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
j4:Person
Applied augmentation for type nc:PersonType
j4:PersonAugmentation
Additional information about a person.
nc:DriverLicense
Details about a license issued to a person granting driving privileges.
Response Formats
State warrant Response (SWR)
n2:NLETSResponseData
This element will contain all elements specific to this transaction.
n2:ResponseText
This element will contain the free text response. Nlets recommends the use of
<![CDATA[]]>
tags to ensure that the
response does not contain any characters illegal in XML.
State warrant Multi State Response (SWR) (only sent by Nlets)
n2:NLETSResponseData
This element will contain all elements specific to this transaction.
n2-50:FiftyStateResponse
This structure will contain the data returned from a multi-state warrant query
n2-50:NletsResponseSummaryText
This element provides summary data describing the states queried and response statuses
n2-50:StateResponse
This structure will be sent once for each state providing a positive hit response to a query
n2-50:OriginatingORIID
The ORI that the response is sent from
n2-50:StateResponseText
The full text of the response sent by the state
State Warrant NIEM Examples
Example 1: A State warrant query by Name and Date of Birth.
<n2:NLETS xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="4.00" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>SWQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS20</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZ</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSFIRE5]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="SWQ">
<j4:Person xmlns:j4="http://niem.gov/niem/domains/jxdm/4.1">
<nc:PersonName>
<nc:PersonFullName>SMITH, JOHN</nc:PersonFullName>
</nc:PersonName>
<nc:PersonBirthDate>
<nc:Date>1905-01-01</nc:Date>
</nc:PersonBirthDate>
<nc:PersonSexCode>M</nc:PersonSexCode>
<nc:PersonRaceCode>W</nc:PersonRaceCode>
</j4:Person>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 2: A State warrant query by FBI Number.
<n2:NLETS xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="4.00" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>SWQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS20</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZ</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSFIRE7]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="SWQ">
<j4:Person xmlns:j4="http://niem.gov/niem/domains/jxdm/4.1">
<j4:PersonAugmentation>
<j4:PersonFBIIdentification>
<nc:IdentificationID>123456789</nc:IdentificationID>
</j4:PersonFBIIdentification>
</j4:PersonAugmentation>
</j4:Person>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 3: A State warrant query by Social Security Number.
<n2:NLETS xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="4.00" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>SWQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS20</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZ</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSFIRE9]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="SWQ">
<j4:Person xmlns:j4="http://niem.gov/niem/domains/jxdm/4.1">
<nc:PersonSSNIdentification>
<nc:IdentificationID>123456789</nc:IdentificationID>
</nc:PersonSSNIdentification>
</j4:Person>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 4: A State warrant response.
<n2:NLETS xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="4.00" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>SWR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS47</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS47</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSF1R38]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData n2:key="SWR">
<n2:WantedPersonRecord>
<n2:AdditionalInformation>
<n2:StateElement>
<n2:ElementFieldName>Field Text</n2:ElementFieldName>
<n2:ElementFieldValue>Value Text</n2:ElementFieldValue>
</n2:StateElement>
</n2:AdditionalInformation>
<ncic:WantedPersonRecord s:id="P5370161record" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic="http://cjis.fbi.gov/ncic/NIEM">
<nc:Incident s:ref="iCJ2XXX2096976P5370161" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/" />
<j:ConveyanceRegistrationAssociation xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<j:ItemRegistration s:ref="R291XXX1P5370161" />
<nc:Item s:ref="V291XXX1P5370161" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/" />
</j:ConveyanceRegistrationAssociation>
<scr:PersonAddressAssociation xmlns:scr="http://release.niem.gov/niem/domains/screening/3.2/">
<nc:Person s:ref="P5370161" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/" />
<nc:Address s:ref="A8112491P5370161" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/" />
</scr:PersonAddressAssociation>
<j:OffenseSubjectAssociation xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<j:Offense s:ref="CH155XXX41P5370161" />
<j:Subject s:ref="SP5370161" />
</j:OffenseSubjectAssociation>
<j:Subject s:ref="SP5370161" xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/" />
<j:Warrant s:ref="W5474531P5370161" xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/" />
</ncic:WantedPersonRecord>
<nc:Address s:id="A8112491P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<nc:LocationStreet>
<nc:StreetName>273 EAST FAKE DRIVE</nc:StreetName>
</nc:LocationStreet>
<nc:LocationCityName>PHOENIX</nc:LocationCityName>
<j:LocationStateNCICLSTACode xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">AZ</j:LocationStateNCICLSTACode>
<nc:LocationPostalCode>85000</nc:LocationPostalCode>
<ncic:AddressAugmentation xmlns:ncic="http://cjis.fbi.gov/ncic/NIEM">
<ncic:DocumentedAddressDate>
<nc:Date>2016-07-19-06:00</nc:Date>
</ncic:DocumentedAddressDate>
</ncic:AddressAugmentation>
</nc:Address>
<nc:Incident s:id="iCJ2XXX2096976P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<nc:IncidentJurisdictionalOrganization s:ref="CJ25332096976" />
</nc:Incident>
<nc:Organization s:id="CJ25332096976" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<j:OrganizationAugmentation xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<j:OrganizationORIIdentification>
<nc:IdentificationID>UT025021J</nc:IdentificationID>
</j:OrganizationORIIdentification>
</j:OrganizationAugmentation>
</nc:Organization>
<nc:Person s:id="P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<nc:PersonBirthDate>
<nc:Date>1970-06-12-06:00</nc:Date>
</nc:PersonBirthDate>
<nc:PersonEyeColorCode>BRO</nc:PersonEyeColorCode>
<nc:PersonHairColorCode>BLK</nc:PersonHairColorCode>
<nc:PersonHeightMeasure>
<nc:MeasureValueText>506</nc:MeasureValueText>
</nc:PersonHeightMeasure>
<nc:PersonName>
<nc:PersonGivenName>JOHN</nc:PersonGivenName>
<nc:PersonSurName>DOE</nc:PersonSurName>
</nc:PersonName>
<nc:PersonOtherIdentification>
<nc:IdentificationID>123465789</nc:IdentificationID>
</nc:PersonOtherIdentification>
<j:PersonRaceCode xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">I</j:PersonRaceCode>
<j:PersonSexCode xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">M</j:PersonSexCode>
<nc:PersonSSNIdentification />
<nc:PersonWeightMeasure>
<nc:MeasureValueText>506</nc:MeasureValueText>
</nc:PersonWeightMeasure>
</nc:Person>
<nc:Vehicle s:id="V291XXX1P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<j:ConveyanceColorPrimaryCode xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">GRY</j:ConveyanceColorPrimaryCode>
<nc:ItemModelYearDate>1999</nc:ItemModelYearDate>
<j:VehicleMakeCode xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">AUDI</j:VehicleMakeCode>
<j:VehicleModelCode xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">A6 QUATT</j:VehicleModelCode>
</nc:Vehicle>
<j:ConveyanceRegistration s:id="R291XXX1P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<j:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">ABC123</nc:IdentificationID>
<nc:IdentificationJurisdiction xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<j:JurisdictionNCICLSTACode>AZ</j:JurisdictionNCICLSTACode>
</nc:IdentificationJurisdiction>
</j:ConveyanceRegistrationPlateIdentification>
</j:ConveyanceRegistration>
<j:Offense s:id="CH155XXX41P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<j:ChargeDescriptionText>NO VALID LICENSE - NEVER OBTAINED LICENSE</j:ChargeDescriptionText>
<j:ChargeNCICText>5499</j:ChargeNCICText>
</j:Offense>
<j:Subject s:id="SP5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<nc:RoleOfPerson s:ref="P5370161" xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/" />
</j:Subject>
<j:Warrant s:id="W5474531P5370161" xmlns:s="http://release.niem.gov/niem/structures/3.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/5.2/">
<nc:ActivityIdentification xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<nc:IdentificationID>5474531</nc:IdentificationID>
</nc:ActivityIdentification>
<nc:ActivityDate xmlns:nc="http://release.niem.gov/niem/niem-core/3.0/">
<nc:Date>2016-07-19-06:00</nc:Date>
</nc:ActivityDate>
<ncic:WarrantExtraditionLimitationCode xmlns:ncic="http://cjis.fbi.gov/ncic/NIEM">2</ncic:WarrantExtraditionLimitationCode>
</j:Warrant>
</n2:WantedPersonRecord>
</n2:NLETSResponseData>
</n2:NLETS>
Example 5: A State Warrant query to all 50 states
<n2:NLETS xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="4.00" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>SWQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS20</nh2:OriginatingORIID>
<nh2:DestinationORIID>P4</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CR0SSF1R38]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="SWQ">
<j4:Person xmlns:j4="http://niem.gov/niem/domains/jxdm/4.1">
<nc:PersonName>
<nc:PersonFullName>SMITH, JOHN</nc:PersonFullName>
</nc:PersonName>
<nc:PersonBirthDate>
<nc:Date>1905-01-01</nc:Date>
</nc:PersonBirthDate>
<nc:PersonSexCode>M</nc:PersonSexCode>
<nc:PersonRaceCode>W</nc:PersonRaceCode>
</j4:Person>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 6: A State Warrant response from all 50 states
<?xml version="1.0" encoding="utf-16"?>
<n2:NLETS xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" n2:version="4.00" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>SWR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>NL0000000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS47</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CR05SF1R38]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>11/13/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>09:42</nh2:MessageReceiveTime>
<nh2:MessageSendDate>11/13/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>09:42</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00468</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="SWQ">
<j:Person xmlns:j="http://niem.gov/niem/domains/jxdm/4.1">
<nc:PersonBirthDate>
<nc:Date>1905-01-01</nc:Date>
</nc:PersonBirthDate>
<nc:PersonName>
<nc:PersonFullName>SMITH, JOHN</nc:PersonFullName>
</nc:PersonName>
<nc:PersonRaceCode>W</nc:PersonRaceCode>
<nc:PersonSexCode>M</nc:PersonSexCode>
</j:Person>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="SWR">
<n2:ResponseText />
<n2-50:FiftyStateResponse xmlns:n2-50="http://www.nlets.org/niem/nlets-50-state-response/1.0">
<n2-50:NletsResponseSummaryText>
Inquiries were sent to the following states: AK,AL,AZ,CO,IA,KY,MA,ME,MI,MN,MO,MT,NH,NM,OH,UT,WA,WI
The following states responded indicating record(s) on file: KY,MI,MO,NH,UT
The following states responded indicating no record on file: AK,AL,AZ,CO,IA,MA,ME,MN,MT,NM,OH,WA,WI
No response received from the following states: </n2-50:NletsResponseSummaryText>
<n2-50:StateResponse>
<n2-50:OriginatingORIID>KYHFSN000</n2-50:OriginatingORIID>
<n2-50:StateResponseData>
<n2-50:StateResponseText>***THE FOLLOWING RECORD IS IN RESPONSE TO A STATE RECORD QUERY.
PLEASE CONTACT THE ORI OF THE RECORD FOR ADDITIONAL INFORMATION.
THIS TRANSACTION SEARCHED ONLY THE (KY) STATE DATABASE.
FOR A NATIONAL SEARCH, USE NCIC.
NAM/SMITH,JOHN.DOB/19050101
**** NO KYSP RECORD FOUND FOR INQUIRY ABOVE ****
***** END OF RESPONSE *****</n2-50:StateResponseText>
<n2:WantedPersonRecord />
</n2-50:StateResponseData>
</n2-50:StateResponse>
<n2-50:StateResponse>
<n2-50:OriginatingORIID>MI3300202</n2-50:OriginatingORIID>
<n2-50:StateResponseData>
<n2-50:StateResponseText>***THE FOLLOWING RECORD IS IN RESPONSE TO A STATE RECORD QUERY.
PLEASE CONTACT THE ORI OF THE RECORD FOR ADDITIONAL INFORMATION.
THIS TRANSACTION SEARCHED ONLY THE (MI) STATE DATABASE.
FOR A NATIONAL SEARCH, USE NCIC.
RE: SMITH/JOHN// WM 01/01/1905
NAM:SMITH/JOSEPH/EDWARD/ DOB:01/01/1908
RAC:WHITE SEX:MALE
ADD:123 FAKE RD CLARE MI
PROHIBITED FROM PURCHASING A PISTOL OR
OBTAINING A LICENSE TO CARRY A PISTOL CONCEALED.
MENTAL ORDER
"LEGALLY INCAPACITATED" ORDER OR DISPOSITION ISSUED PURSUANT TO P.A. 386 OF
1998(MCL 700.5107). DO NOT SEARCH, DETAIN, OR ARREST BASED SOLELY ON THIS
RESPONSE
OCA:9812937CG
DATE OF ORDER:06/02/1998
COURTORI:MI180013J-CT PROBATE CLARE CO CRTDOCKETNO:98904SM
PICK UP:WILL NOT
LAW ORI:MI3706300-MSP MT PLEASANT
REMARKS:GUARDIAN; PAUL SMITH 123 FAKE RD CLARE, MI 517 386 6153
ENTERED LEIN:07/25/2000 0500 HRS
SYSIDNO:115XXX71
ENTERED BY MI3706300-MSP MT PLEASANT</n2-50:StateResponseText>
<n2:WantedPersonRecord />
</n2-50:StateResponseData>
</n2-50:StateResponse>
<n2-50:StateResponse>
<n2-50:OriginatingORIID>MOHFS0000</n2-50:OriginatingORIID>
<n2-50:StateResponseData>
<n2-50:StateResponseText>***THE FOLLOWING RECORD IS IN RESPONSE TO A STATE RECORD QUERY.
PLEASE CONTACT THE ORI OF THE RECORD FOR ADDITIONAL INFORMATION.
THIS TRANSACTION SEARCHED ONLY THE (MO) STATE DATABASE.
FOR A NATIONAL SEARCH, USE NCIC.
**** NO MULES RECORD FOUND FOR INQUIRY ABOVE ****
</n2-50:StateResponseText>
<n2:WantedPersonRecord />
</n2-50:StateResponseData>
</n2-50:StateResponse>
<n2-50:StateResponse>
<n2-50:OriginatingORIID>NHNSP0099</n2-50:OriginatingORIID>
<n2-50:StateResponseData>
<n2-50:StateResponseText>***THE FOLLOWING RECORD IS IN RESPONSE TO A STATE RECORD QUERY.
PLEASE CONTACT THE ORI OF THE RECORD FOR ADDITIONAL INFORMATION.
THIS TRANSACTION SEARCHED ONLY THE (NH) STATE DATABASE.
FOR A NATIONAL SEARCH, USE NCIC.
AZNLETS47
QUERY NAM/SMITH, JOHN.DOB/19050101.SEX/M.RAC/W
H STATE DATABASE MATCH
***** NO CORRECTIONS DATABASE MATCH *****</n2-50:StateResponseText>
<n2:WantedPersonRecord />
</n2-50:StateResponseData>
</n2-50:StateResponse>
<n2-50:StateResponse>
<n2-50:OriginatingORIID>UTBCI0000</n2-50:OriginatingORIID>
<n2-50:StateResponseData>
<n2:WantedPersonRecord>
<n2:AdditionalInformation>
<n2:StateElement>
<n2:ElementFieldName>Field Text</n2:ElementFieldName>
<n2:ElementFieldValue>Value Text</n2:ElementFieldValue>
</n2:StateElement>
</n2:AdditionalInformation>
<ncic:WantedPersonRecord xmlns:ncic="http://cjis.fbi.gov/ncic/NIEM">
<ncic-nc:Incident structures:id="iCD1011985354942P123456" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CD1011985354942" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ23432064461P4915041" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ23432064461" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ18682063616P4912781" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ18682063616" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ18532029984P4409491" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ18532029984" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ18682063598P4912771" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ18682063598" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ25522147000P6092041" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ25522147000" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ18532131068P5865291" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ18532131068" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ23431997664P3964881" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ23431997664" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCD2502985416089P4066931" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CD2502985416089" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCD2714985603089P9542401" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CD2714985603089" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ02572438691P10426421" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ02572438691" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ18672470206P10900721" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ18672470206" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCD1868985482041P6100531" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CD1868985482041" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCD0211985528334P7405341" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CD0211985528334" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ02252290890P8221001" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ02252290890" />
</ncic-nc:Incident>
<ncic-nc:Incident structures:id="iCJ02582373994P9450171" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IncidentJurisdictionalOrganization structures:ref="CJ02582373994" />
</ncic-nc:Incident>
<ncic-nc:Person structures:id="P123456" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1962-09-10</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>509</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHN</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>509</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P4915041" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1980-03-14</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>503</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JENNY</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>503</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P4912781" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1966-07-11</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>507</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JENNIE</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>507</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P4409491" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1971-07-17</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>507</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JENNIE</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMOOCH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123465</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>507</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P4912771" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1971-07-17</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>507</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JENNIE</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>BRENCHERE</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>507</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P6092041" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1990-03-09</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>506</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JENNY MCABER</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>506</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P5865291" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1990-03-09</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>506</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JENNY MCABER</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>506</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P3964881" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1965-09-20</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>0</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHN E</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>0</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>0</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P4066931" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1977-10-02</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHN V</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification />
</ncic-nc:Person>
<ncic-nc:Person structures:id="P9542401" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1941-05-15</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHN GEORGE</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification />
</ncic-nc:Person>
<ncic-nc:Person structures:id="P10426421" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1952-07-21</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>601</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHN SALMON</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123465789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>601</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P10900721" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1962-07-23</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonHeightMeasure>
<ncic-nc:MeasureValueText>510</ncic-nc:MeasureValueText>
</ncic-nc:PersonHeightMeasure>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHN</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification />
<ncic-nc:PersonWeightMeasure>
<ncic-nc:MeasureValueText>510</ncic-nc:MeasureValueText>
</ncic-nc:PersonWeightMeasure>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P6100531" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1978-01-27</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>RUPERT</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456789</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
</ncic-nc:Person>
<ncic-nc:Person structures:id="P7405341" xmlns:structures="http://release.niem.gov/niem/structures/3.0/" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:PersonBirthDate>
<ncic-nc:Date>1949-03-03</ncic-nc:Date>
</ncic-nc:PersonBirthDate>
<ncic-nc:PersonName>
<ncic-nc:PersonGivenName>JOHNNY JR</ncic-nc:PersonGivenName>
<ncic-nc:PersonSurName>SMITH</ncic-nc:PersonSurName>
</ncic-nc:PersonName>
<ncic-nc:PersonOtherIdentification>
<ncic-nc:IdentificationID>123456</ncic-nc:IdentificationID>
</ncic-nc:PersonOtherIdentification>
<ncic-nc:PersonSSNIdentification>
<ncic-nc:IdentificationID>123456785</ncic-nc:IdentificationID>
</ncic-nc:PersonSSNIdentification>
</ncic-nc:Person>
<ncic:DatabaseNameCode>A</ncic:DatabaseNameCode>
<ncic-nc:ContactInformationAssociation xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/" />
<PersonNCICIdentification xmlns="http://release.niem.gov/niem/domains/jxdm/5.2/" />
<ncic:ExtendedBirthdaySearchCode>1</ncic:ExtendedBirthdaySearchCode>
<ncic:ExtendedNameSearchIndicator>false</ncic:ExtendedNameSearchIndicator>
<ncic:SupplementalContactInformation />
<CourtSupervisingAgency xmlns="http://release.niem.gov/niem/domains/jxdm/5.2/" />
<OffenseSubjectAssociation xmlns="http://release.niem.gov/niem/domains/jxdm/5.2/" />
<Subject structures:id="SP123456" xmlns="http://release.niem.gov/niem/domains/jxdm/5.2/" xmlns:structures="http://release.niem.gov/niem/structures/3.0/">
<ncic-nc:RoleOfPerson structures:ref="P123456" xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/" />
</Subject>
<Warrant structures:id="W1964391P123456" xmlns="http://release.niem.gov/niem/domains/jxdm/5.2/" xmlns:structures="http://release.niem.gov/niem/structures/3.0/">
<ncic-nc:ActivityIdentification xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:IdentificationID>1964391</ncic-nc:IdentificationID>
</ncic-nc:ActivityIdentification>
<ncic-nc:ActivityDate xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/">
<ncic-nc:Date>2014-08-11</ncic-nc:Date>
</ncic-nc:ActivityDate>
</Warrant>
<ncic:Detainment />
<ncic:LocateCancellationIndicator>false</ncic:LocateCancellationIndicator>
<ncic:RecoveredItemOffenseSummaryAssociation>
<ncic-nc:Item xmlns:ncic-nc="http://release.niem.gov/niem/niem-core/3.0/" />
<OffenseSummary xmlns="http://release.niem.gov/niem/domains/jxdm/5.2/" />
</ncic:RecoveredItemOffenseSummaryAssociation>
<ncic:RelatedSearchHitIndicator>false</ncic:RelatedSearchHitIndicator>
</ncic:WantedPersonRecord>
</n2:WantedPersonRecord>
</n2-50:StateResponseData>
</n2-50:StateResponse>
</n2-50:FiftyStateResponse>
</n2:NLETSResponseData>
</n2:NLETS>