NIEM Examples - Retrieval of Archived Nlets Data (RAND) (NLQ/NLR, NFQ/NFR)
NIEM
Retrieval of Archived Nlets Data NIEM Specifications
This section describes the format and provides examples for queries (NLQ/NFQ) to the Nlets message log of traffic that travels through it and the corresponding responses (NLR/NFR).
Messages can be retrieved by message type, time range, originator, member, and by character string within a message.
Queries to the Nlets message log follow these rules:
- The type, beginning, and end fields are mandatory.
- At least one free text or name-based string field must be entered.
- Free text and name-based string fields cannot both be present.
- If a type field is specified for which the requestor is not authorized, then the response message will include a warning that the user is not authorized to retrieve that message type. The request must contain at least one authorized message type.
- Fields need not be padded to any particular size. They will all be trimmed of leading or trailing spaces before use.
Special rules are used for name-based searches compared to general free text searches. These rules are listed below.
- Each name entry (name-based string) accepts name components separated by spaces, commas, hyphens or other non-alphanumeric characters.
- Name strings may contain the asterisk ("*") in any position after the first character of an alphanumeric name to indicate a match to any character string following the leading portion.
- The search process ignores non-alphanumeric characters in each message when comparing for a match.
- Order of name components is not important.
- Name based searches are not confined to message text beginning withbut searches for names appearing anywhere in the message.
An automated response from the Nlets system will be returned advising that the query (NLQ) was successfully received and placed in the queue for processing. Once processing is complete, the response (NLR) will be returned. Within the
element,
- Output begins with stating the search string as received in the NLQ, followed by the search string the RAND service interpreted and processed.
- The next line will be either the number of results found (up to 100) or a message stating none were found, followed by an instruction for how to receive the original version of a message.
- A series of lines follow, each starting with a date/time and continuing with the sequence number of the message (used to retrieve the message via NFQ), the originator ORI, the message type, the destination ORI, and the first 80 characters of message data transformed from its original format to Legacy text format for easier human readability.
- There is a limit of 100 hits for a given NLR. If more than 100 hits are necessary, the time and date of the last hit can be used as the beginning date field of a subsequent NLQ query where all other fields are as they were in the original NLQ.
The full text message query (NFQ) is based on the message log response (NLR) message generated by a message log query (NLQ) transaction.
- The message sequence field is required to be in the exact format as presented in the NLR results table.
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: RAND Query using Free Text (NLQ), RAND Query using person name (NLQ), RAND Query using sequence number (NFQ) and RAND Response (NLR, NFR)
Query Formats
RAND Query using Free Text (NLQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
n2:RANDQuery
This element encapsulates information about a random access query to Nlets data XML specifications
n2:MessageSendDateTimeMinimumText
The beginning date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
The beginning date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
n2:MessageSendDateTimeMaximumText
The ending date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
The ending date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
n2:InquiryDescriptionText
This element contains free text. Include personal descriptors (name, sex) with other relevant data
(case number, booking number, state ID, miscellaneous number) followed by any additional free text.
A character string containing text to search for. This string need not be padded and will be
stored with leading and trailing spaces and carriage return-line feed sequences removed. The
string is terminated by the end of message or by a period. Most characters in this field
represent themselves. The field can, however, contain several characters with special meanings:
described in the text below.
n2:MessageSourceORIIdentification
This optional element will contain the source of message either in the form of a two character
member code or a full nine character ORI.
nc:IdentificationID
A value that identifies something.
This element will contain the source ORI of the message being searched for.
n2:MessageDestinationORIIdentification
This optional element will contain the destination of messages either in the form of a two character
member code or a full nine character ORI.
nc:IdentificationID
A value that identifies something.
This optional element will contain the destination of messages either in the form of a two
character member code or a full nine character ORI.
n2:RequestCategoryText
Identify message types of interest. Enter one or more message types, separated by commas and
optional spaces. A value of ALL indicates searching all message types.
Identify message types of interest. Enter one or more message types, separated by commas
and optional spaces. A value of ALL indicates searching all message types.
RAND Query using Person Name (NLQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
n2:RANDQuery
This element encapsulates information about a random access query to Nlets data XML specifications.
n2:MessageSendDateTimeMinimumText
The beginning date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
The beginning date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
n2:MessageSendDateTimeMaximumText
The ending date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
The ending date and optional time for the query. The format is ccyy-mm-dd or
ccyy-mm-dd@hhmm.
n2:MessageSourceORIIdentification
This optional element will contain the source of message either in the form of a two character
member code or a full nine character ORI.
nc:IdentificationID
A value that identifies something.
This element will contain the source ORI of the message being searched for.
n2:MessageDestinationORIIdentification
This optional element will contain the destination of messages either in the form of a two character
member code or a full nine character ORI.
nc:IdentificationID
A value that identifies something.
This optional element will contain the destination of messages either in the form of a two
character member code or a full nine character ORI.
n2:RequestCategoryText
Identify message types of interest. Enter one or more message types, separated by commas and
optional spaces. A value of ALL indicates searching all message types.
Identify message types of interest. Enter one or more message types, separated by commas
and optional spaces. A value of ALL indicates searching all message types.
nc:Person
A human being.
nc:PersonName
A combination of names and/or titles by which a person is known.
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.
RAND Query on Message Sequence Number (NFQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
n2:RANDQuery
This element encapsulates information about a random access query to Nlets data XML specifications.
n2:MessageSequenceIdentification
This element will contain the message sequence number as shown in the NLR message.
nc:IdentificationID
A value that identifies something.
This element will contain the message sequence number as shown in the NLR message.
Response Formats
RAND Response in Free Text (NLR,NFR)
n2:NLETSResponseData
n2:ResponseText
This element will contain the free text response. Nlets recommends the use of
<nh2:DocumentControlFieldText><![CDATA[CR055F1R53]]></nh2:DocumentControlFieldText>
tags to ensure that the response does not contain any characters illegal in XML.
Retrieval of Archived Nlets Data NIEM Examples
Example 1: A RAND Message querying by free text.
<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>NLQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS49</nh2:OriginatingORIID>
<nh2:DestinationORIID>NL</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NLQ2NL0001]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="NLQ">
<n2:RANDQuery>
<n2:MessageSendDateTimeMinimumText>2021-01-01@0000</n2:MessageSendDateTimeMinimumText>
<n2:MessageSendDateTimeMaximumText>2021-12-31@2359</n2:MessageSendDateTimeMaximumText>
<n2:InquiryDescriptionText>CORVETTE OR 123ABC</n2:InquiryDescriptionText>
<n2:RequestCategoryText>RQ,RR</n2:RequestCategoryText>
</n2:RANDQuery>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 2: A response from RAND by free text.
<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>NLR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>NL0000000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS49</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NLQ2NL0001]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>09/08/2021</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:00</nh2:MessageReceiveTime>
<nh2:MessageSendDate>09/08/2021</nh2:MessageSendDate>
<nh2:MessageSendTime>14:00</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01097</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData>
<n2:ResponseText>SEARCH STRING RECEIVED: CORVETTE OR 123ABC
SEARCH STRING PROCESSED: CORVETTE OR 123ABC
THE SEARCH PRODUCED 11 RESULTS.
TO RECEIVE THE ORIGINAL VERSION OF DETAIL MESSAGE, ADD 'X' TO THE END OF THE SEQUENCE NUMBER WHEN RUNNING THE FOLLOW-UP NFQ.
DATETIME SEQ ORIGORI MKE DESTORI CONTROL SAMPLE
20210907@0000 10111-001 NYDMVNY00 RR FL04900N9 0887899338 *** REGISTRATION DETAILS *** REGISTRATION ID: XXXXXXXXXXXXXXXXXXX VEHICLE REGISTRATIO
20210907@0000 10111-002 WIDOT0000 RR IL099143N MRI1238845 *** REGISTRATION DETAILS *** VEHICLE REGISTRATION EXPIRATION DATE: 2022-04-28 REGISTR
20210907@0000 10111-003 INBMV0000 RR IL04906M1 MRI0932624 *** REGISTRATION DETAILS *** REGISTRATION ID: XXXXXXXXX REGISTRATION AUTHORITY NAME:
20210907@0000 10111-004 GA0601501 RR AZNLETS90 CA0010400B Query Data: Plate: 123ABC Type: PC-Meritorious Service Medal Marine Corps Plate Numbe
20210907@0000 10111-005 GA0601501 RR FL0410000 0887857528 Query Data: VIN: XXXXXXXXXXXXX Plate Number: XXXXXXX Plate Type: A1 - Standard Altern
20210907@0000 10111-006 AZ007C100 RR VACBP8100 NN89532799 Query Data: Plate: XXXXXXX Type: PC Year: 2022 Plate Number: XXXXXXX Plate Type: Stan
20210907@0000 10111-007 NHMAAP000 RR MA0093588 RQ43405465 INQUIRY: LIC/XXXXXXX.LIT/PC NAM/CALLAHAN, HARRY DIRTY DOB/19300531 SEX/M PVS/ 2ND OWN
20210907@0000 10111-008 NHMAAP000 RR MA0090088 RQ75125005 INQUIRY: LIC/XXXXXXX.LIT/PC NAM/JOVONOVICH, JARDANI JOHN WICK DOB/19640902 SEX/M PVS/
20210907@0000 10111-009 OK00000VS RR NV00262E0 NV5049A3B9 OKLAHOMA TAX COMMISSION RESPONSE FOR LIC/ABC123 *** REGISTRATION INFO *** Primary Pla
20210907@0000 10111-010 IL04906M1 RQ IN MRI0932624 LIC/123ABC.LIY/2022.LIT/PC.
20210907@0000 10111-011 AZNLETS90 RQ GA CA0010400B LIC/123ABC.LIY/2022.LIT/PC.
</n2:ResponseText>
</n2:NLETSResponseData>
</n2:NLETS>
Example 3: A RAND Message querying by name.
<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>NLQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS49</nh2:OriginatingORIID>
<nh2:DestinationORIID>NL</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NLQ2NL0002]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="NLQ">
<n2:RANDQuery>
<n2:MessageSendDateTimeMinimumText>2021-01-01@0000</n2:MessageSendDateTimeMinimumText>
<n2:MessageSendDateTimeMaximumText>2021-12-31@2359</n2:MessageSendDateTimeMaximumText>
<n2:RequestCategoryText>RQ,RR</n2:RequestCategoryText>
<nc:Person>
<nc:PersonName>
<nc:PersonFullName>MERIDIUS, MAXIMUS DECIMUS</nc:PersonFullName>
</nc:PersonName>
</nc:Person>
</n2:RANDQuery>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 4: A response from RAND by name.
<?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>NLR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>NL0000000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS49</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NLQ2NL0002]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>09/08/2021</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:11</nh2:MessageReceiveTime>
<nh2:MessageSendDate>09/08/2021</nh2:MessageSendDate>
<nh2:MessageSendTime>14:11</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01159</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData>
<n2:ResponseText>SEARCH STRING RECEIVED: MERIDIUS, MAXIMUS DECIMUS
SEARCH STRING PROCESSED: MERIDIUS NEAR MAXIMUS NEAR DECIMUS
THE SEARCH PRODUCED 5 RESULTS.
TO RECEIVE THE ORIGINAL VERSION OF DETAIL MESSAGE, ADD 'X' TO THE END OF THE SEQUENCE NUMBER WHEN RUNNING THE FOLLOW-UP NFQ.
DATETIME SEQ ORIGORI MKE DESTORI CONTROL SAMPLE
20210801@0000 10107-001 INTGTST01 AM INTGTST02 AMINTTEST1 THIS IS A TEST MESSAGE ABOUT GLADIATOR MAXIMUS DECIMUS MERIDIUS LAST SEEN DESTROYING
20210801@0000 10107-002 INTGTST01 AM INTGTST02 AMINTTEST2 THIS IS A TEST MESSAGE ABOUT GLADIATOR MAXIMUS DECIMUS MERIDIUS FIGHTING WILD BEASTS
20210801@0000 10107-003 INTGTST01 AM INTGTST02 AMINTTEST3 THIS IS A TEST MESSAGE ABOUT GLADIATOR MAXIMUS DECIMUS MERIDIUS LAST SEEN ENGAGED IN
20210801@0000 10107-004 INTGTST01 CR INTGTST02 CRINTTEST4 CRIMINAL HISTORY TRANSACTION DATA REDACTED.
20210907@0000 10110-005 GA0601501 RR FL0410000 0887857528 Query Data: VIN: XXXXXXXXXXXXX Plate Number: XXXXXXX Plate Type: A1 - Standard Altern
</n2:ResponseText>
</n2:NLETSResponseData>
</n2:NLETS>
Example 5: A RAND Message querying by sequence number to retrieve default human readable TEXT form of the message.
<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>NFQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS49</nh2:OriginatingORIID>
<nh2:DestinationORIID>NL</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NFQ2NL0001]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="NFQ">
<n2:RANDQuery>
<n2:MessageSequenceIdentification>
<nc:IdentificationID>10107-005</nc:IdentificationID>
</n2:MessageSequenceIdentification>
<n2:MessageDestinationORIIdentification>
<nc:IdentificationID>GA</nc:IdentificationID>
</n2:MessageDestinationORIIdentification>
<n2:MessageSendDateTimeMinimumText>2021-09-08@0000</n2:MessageSendDateTimeMinimumText>
</n2:RANDQuery>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 6: A response from RAND by sequence number in default human readable TEXT form.
<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>NFR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>NL0000000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS49</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NFQ2NL0001]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>09/08/2021</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:17</nh2:MessageReceiveTime>
<nh2:MessageSendDate>09/08/2021</nh2:MessageSendDate>
<nh2:MessageSendTime>14:17</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>08874</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00050</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="NFQ">
<n2:RANDQuery>
<n2:MessageSendDateTimeMinimumText>2021-09-08</n2:MessageSendDateTimeMinimumText>
<n2:MessageDestinationORIIdentification>
<nc:IdentificationID>GA</nc:IdentificationID>
</n2:MessageDestinationORIIdentification>
<n2:MessageSequenceIdentification>
<nc:IdentificationID>10107-005</nc:IdentificationID>
</n2:MessageSequenceIdentification>
</n2:RANDQuery>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="NFR">
<n2:ResponseText>MESSAGE TYPE: RR
SOURCE ORI: GA0601501
DESTINATION ORI: FL0410000
CONTROL FIELD: 0887857528
RECEIVED: 09/07/2021 AT 12:00
MESSAGE SENT:
Query Data:
VIN: XXXXXXXXXXXXX
Plate Number: XXXXXXX
Plate Type: A1 - Standard Alternate
Permanent Registration: true
Registration Authority: 1550 Schley - N. Pecan
Effective Date: 2021-08-20
Expiration Date: 2021-08-31
State: GA
Status: Plate Transferred
Registered Party: MAXIMUS DECIMUS MERIDIUS
Address: 123 COLOSSEUM WAY ATLANTA, GA 318065466
FULTON
USA
DOB: 2000-09-01
Driver License: XXXXXXXXX
VIN: XXXXXXXXXXXXX
Make: CHEV
Make: Chevrolet
Model: CORVETTE
Year: 1972
Style: 2S
Color (Primary): WHITE
CMV: false
Commercial Vehicle Data:
Insurance Carrier: State Farm Mutual Automobile Insurance Company
Insurance Policy ID: XXXXXXXX
Insurance Effective: 2021-08-12
Additional State Information:
Field Name: Notes
Field Value: This plate was transferred in the last 30 days.
Field Name: InsuranceStatus
Field Value: VALID INSURANCE COVERAGE
Field Name: Reference ID
Field Value: XXXXXXXXXXXX
</n2:ResponseText>
</n2:NLETSResponseData>
</n2:NLETS>
Example 7: A RAND Message querying by sequence number to retrieve the original XML form of the message.
<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>NFQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS49</nh2:OriginatingORIID>
<nh2:DestinationORIID>NL</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NFQ2NL0002]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="NFQ">
<n2:RANDQuery>
<n2:MessageSequenceIdentification>
<nc:IdentificationID>10107-005X</nc:IdentificationID>
</n2:MessageSequenceIdentification>
<n2:MessageDestinationORIIdentification>
<nc:IdentificationID>GA</nc:IdentificationID>
</n2:MessageDestinationORIIdentification>
<n2:MessageSendDateTimeMinimumText>2021-09-08@0000</n2:MessageSendDateTimeMinimumText>
</n2:RANDQuery>
</n2:NLETSInquiryData>
</n2:NLETS>
Example 8: A response from RAND by sequence number with the original XML form of the message.
<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>NFR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>NL0000000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS49</nh2:DestinationORIID>
<nh2:DocumentControlFieldText>
<![CDATA[NFQ2ME0101]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>09/08/2021</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:20</nh2:MessageReceiveTime>
<nh2:MessageSendDate>09/08/2021</nh2:MessageSendDate>
<nh2:MessageSendTime>14:20</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>08927</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00051</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="NFQ">
<n2:RANDQuery>
<n2:MessageSendDateTimeMinimumText>2021-09-08</n2:MessageSendDateTimeMinimumText>
<n2:MessageDestinationORIIdentification>
<nc:IdentificationID>GA</nc:IdentificationID>
</n2:MessageDestinationORIIdentification>
<n2:MessageSequenceIdentification>
<nc:IdentificationID>10107-005X</nc:IdentificationID>
</n2:MessageSequenceIdentification>
</n2:RANDQuery>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="NFR">
<n2:ResponseText><?xml version="1.0" encoding="UTF-8"?><n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" n2:version="4.00"><n2:NLETSMessageHeader
xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0"><nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText><nh2:OriginatingORIID>GA0601501
</nh2:OriginatingORIID><nh2:DestinationORIID>FL0410000</nh2:DestinationORIID><nh2:DocumentControlFieldText><![CDATA[0887857528]]>
</nh2:DocumentControlFieldText></n2:NLETSMessageHeader><n2:NLETSInquiryData n2:key="RQ"><nc2:Vehicle xmlns:nc2="http://www.nlets.org/niem/nlets-core/1.0">
<nc:VehicleIdentification xmlns:nc="http://niem.gov/niem/niem-core/2.0"><nc:IdentificationID>XXXXXXXXXXXXX</nc:IdentificationID>
</nc:VehicleIdentification><nc:ConveyanceRegistration xmlns:nc="http://niem.gov/niem/niem-core/2.0"><nc:ConveyanceRegistrationPlateIdentification/>
</nc:ConveyanceRegistration></nc2:Vehicle></n2:NLETSInquiryData><n2:NLETSResponseData n2:key="RR"><nrs2:RegistrationStatus
xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/1.0"><nrs2:StandardResponse><nc2:Vehicle xmlns:nc2="http://www.nlets.org/niem/nlets-core/1.0">
<nc:VehicleCMVIndicator xmlns:nc="http://niem.gov/niem/niem-core/2.0">false</nc:VehicleCMVIndicator><nc:VehicleIdentification
xmlns:nc="http://niem.gov/niem/niem-core/2.0"><nc:IdentificationID>XXXXXXXXXXXXX</nc:IdentificationID></nc:VehicleIdentification>
<nc:VehicleMakeCode xmlns:nc="http://niem.gov/niem/niem-core/2.0">CHEV</nc:VehicleMakeCode><nc:ItemMakeName xmlns:nc="http://niem.gov/niem/niem-core/2.0">Chevrolet
</nc:ItemMakeName><nc:ItemModelName xmlns:nc="http://niem.gov/niem/niem-core/2.0">CORVETTE</nc:ItemModelName><nc:ItemModelYearDate
xmlns:nc="http://niem.gov/niem/niem-core/2.0">1972</nc:ItemModelYearDate><nc:PropertyStyleText xmlns:nc="http://niem.gov/niem/niem-core/2.0">2S
</nc:PropertyStyleText><nc:ConveyanceColorPrimaryText xmlns:nc="http://niem.gov/niem/niem-core/2.0">WHITE</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceRegistration xmlns:nc="http://niem.gov/niem/niem-core/2.0"><nc2:RegistrationHolder><nc2:Person><nc:PersonBirthDate><nc:Date>2000-09-01
</nc:Date></nc:PersonBirthDate><nc:PersonName><nc:PersonGivenName>MAXIMUS</nc:PersonGivenName><nc:PersonMiddleName>DECIMUS
</nc:PersonMiddleName><nc:PersonSurName>MERIDIUS</nc:PersonSurName></nc:PersonName><nc2:PersonResidentialAddress><nc:LocationStreet>
<nc:StreetFullText>123 COLOSSEUM WAY</nc:StreetFullText></nc:LocationStreet><nc:LocationCityName>ATLANTA</nc:LocationCityName>
<nc:LocationCountyName>FULTON</nc:LocationCountyName><nc:LocationStateName>GA</nc:LocationStateName><nc:LocationCountryName>USA
</nc:LocationCountryName><nc:LocationPostalCode>318065466</nc:LocationPostalCode></nc2:PersonResidentialAddress><nc:DriverLicense>
<nc:DriverLicenseIdentification><nc:IdentificationID>XXXXXXXXX</nc:IdentificationID></nc:DriverLicenseIdentification></nc:DriverLicense>
</nc2:Person></nc2:RegistrationHolder><nc:RegistrationAuthorityName>1550 Schley - N. Pecan</nc:RegistrationAuthorityName><nc:DealerName>-
</nc:DealerName><nc:RegistrationEffectiveDate><nc:Date>2021-08-20</nc:Date></nc:RegistrationEffectiveDate><nc:RegistrationExpirationDate>
<nc:Date>2021-08-31</nc:Date></nc:RegistrationExpirationDate><nc:RegistrationJurisdictionNCICLISCode>GA</nc:RegistrationJurisdictionNCICLISCode>
<nc:ConveyanceRegistrationPermanentIndicator>true</nc:ConveyanceRegistrationPermanentIndicator><nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>XXXXXXX</nc:IdentificationID></nc:ConveyanceRegistrationPlateIdentification><nc:ConveyanceRegistrationPlateCategoryText>A1 - Standard Alternate
</nc:ConveyanceRegistrationPlateCategoryText><nc:RegistrationStatus><nc:StatusText>Plate Transferred</nc:StatusText></nc:RegistrationStatus>
</nc:ConveyanceRegistration><nc:CommercialVehicle xmlns:nc="http://niem.gov/niem/niem-core/2.0"/><nc:Insurance xmlns:nc="http://niem.gov/niem/niem-core/2.0">
<nc:InsurancePolicyIdentification><nc:IdentificationID>XXXXXXXX</nc:IdentificationID></nc:InsurancePolicyIdentification><nc:InsuranceCarrierName>State Farm Mutual Automobile Insurance Company</nc:InsuranceCarrierName><nc:InsuranceEffectiveDate><nc:Date>2021-08-12</nc:Date></nc:InsuranceEffectiveDate></nc:Insurance>
</nc2:Vehicle></nrs2:StandardResponse><nc2:AdditionalInformation xmlns:nc2="http://www.nlets.org/niem/nlets-core/1.0"><nc2:StateElement>
<nc2:ElementFieldName>Notes</nc2:ElementFieldName><nc2:ElementFieldValue>This plate was transferred in the last 30 days.</nc2:ElementFieldValue>
</nc2:StateElement><nc2:StateElement><nc2:ElementFieldName>InsuranceStatus</nc2:ElementFieldName><nc2:ElementFieldValue>VALID INSURANCE COVERAGE
</nc2:ElementFieldValue></nc2:StateElement><nc2:StateElement><nc2:ElementFieldName>Reference ID</nc2:ElementFieldName>
<nc2:ElementFieldValue>XXXXXXXXXXXX</nc2:ElementFieldValue></nc2:StateElement></nc2:AdditionalInformation></nrs2:RegistrationStatus>
</n2:NLETSResponseData></n2:NLETS></n2:ResponseText>
</n2:NLETSResponseData>
</n2:NLETS>