Difference between revisions of "Section 12: Vehicle Registration Transactions"
(→Downloads) |
(→CANDLE 2.0) |
||
(22 intermediate revisions by 5 users not shown) | |||
Line 10: | Line 10: | ||
This section provides an overview and details regarding the Vehicle Registration Query by License Plate/Year/Type, or VIN to a state (RQ), the corresponding Vehicle Registration Response (RR), the Vehicle Registration Query by License Plate/Year/Type, or VIN to a region (RQG), the corresponding Vehicle Registration Response (RR), the Vehicle Registration Query by Name (RNQ), and the corresponding Vehicle Registration Response (RR). | This section provides an overview and details regarding the Vehicle Registration Query by License Plate/Year/Type, or VIN to a state (RQ), the corresponding Vehicle Registration Response (RR), the Vehicle Registration Query by License Plate/Year/Type, or VIN to a region (RQG), the corresponding Vehicle Registration Response (RR), the Vehicle Registration Query by Name (RNQ), and the corresponding Vehicle Registration Response (RR). | ||
+ | |||
+ | The RQG is a Vehicle Registration Query to a region. It has the same requirements as a standard RQ. When the RQG is sent to Nlets; Nlets will take that RQG message and change the message type to RQ. States will not receive a RQG message type. Since the message type is changed to a RQ, the requesting state will receive a RR message back. The RQG can also be used for the Multi-state query. | ||
===Multi-State Query Functionality=== | ===Multi-State Query Functionality=== | ||
− | Nlets supports the Multi-State Query functionality for the RQ message format. This functionality allows the | + | Nlets supports the Multi-State Query functionality for the RQ message format. This functionality allows the inquiry to be automatically sent to all states that participate in the message type and returns a single merged response. |
− | In order to send a Vehicle Registration using the Multi-State Query, the | + | In order to send a Vehicle Registration using the Multi-State Query, the inquiry should be sent in its typical format to the destination NL. Nlets will take this query and send it to ALL states that support the RQ message key. Nlets then collects all relevant responses to this query, merges them together while suppressing the NO HIT responses, and sends them onto the querying user as a single response. These responses will also contain summary data indicating which states this query was sent to, which states responded with hits, which responded with no hits, and which states did not respond at all. |
States receiving legacy text or GJXDM formats will see the summary data and state responses in a flattened text format (wrapped in XML for GJXDM), whereas states receiving responses in NIEM will receive the summary and state responses in a standardized XML structure detailed below. | States receiving legacy text or GJXDM formats will see the summary data and state responses in a flattened text format (wrapped in XML for GJXDM), whereas states receiving responses in NIEM will receive the summary and state responses in a standardized XML structure detailed below. | ||
− | An important detail to note is that if a response is received after Nlets has forwarded on the merged Multi-State response, the late response will be sent individually to the original user. This would be most likely to occur if a participating state happened to be 'down' at the time of the | + | An important detail to note is that if a response is received after Nlets has forwarded on the merged Multi-State response, the late response will be sent individually to the original user. This would be most likely to occur if a participating state happened to be 'down' at the time of the inquiry but came back up at a later time and responded. |
====Overview==== | ====Overview==== | ||
Line 40: | Line 42: | ||
<ul> | <ul> | ||
<li>Each Registration Query (RQ/RQG) can be sent to up to five state or regional codes. | <li>Each Registration Query (RQ/RQG) can be sent to up to five state or regional codes. | ||
− | <li>A destination code of "Z1" will result in the | + | <li>A destination code of "Z1" will result in the inquiry being directed to all states (sends a separate response for each state). |
− | <li>A destination code of "NL" will result in the | + | <li>A destination code of "NL" will result in the inquiry being directed to all states (sends a single response for all states). |
<li>Any indicators or flags from a state DMV file that depict a vehicle record as stolen must be suppressed from interstate transmission over Nlets. | <li>Any indicators or flags from a state DMV file that depict a vehicle record as stolen must be suppressed from interstate transmission over Nlets. | ||
<li>To access information on diplomatic plates use the 2-character code "US". | <li>To access information on diplomatic plates use the 2-character code "US". | ||
Line 90: | Line 92: | ||
<th align="center">LIC/</th> | <th align="center">LIC/</th> | ||
<th align="center">1-10</th> | <th align="center">1-10</th> | ||
− | <th align="left"> | + | <th align="left">String</th> |
− | |||
<th align="left"> | <th align="left"> | ||
License | License | ||
Line 439: | Line 440: | ||
<br> This element will contain the free text vehicle registration response. Nlets recommends the use of <syntaxhighlight lang="xml"><nh2:DocumentControlFieldText><![CDATA[NL0000TEST]]></nh2:DocumentControlFieldText></syntaxhighlight> tags to ensure that the response does not contain any characters illegal in XML. | <br> This element will contain the free text vehicle registration response. Nlets recommends the use of <syntaxhighlight lang="xml"><nh2:DocumentControlFieldText><![CDATA[NL0000TEST]]></nh2:DocumentControlFieldText></syntaxhighlight> tags to ensure that the response does not contain any characters illegal in XML. | ||
− | <b><u>Standardized Vehicle Registration Status Response (RR)</u></b> | + | |
+ | <b><u>Vehicle Registration Response in CANDLE XML (RR)</u></b> | ||
+ | |||
+ | The full tagged XML standard for Vehicle Registration Response is determined by The Collaboration of AAMVA and Nlets for Driver License Exchange (CANDLE) specification. The NIEM based version of the CANDLE specification has undergone two revisions. The original NIEM CANDLE revision from 2012 is referred to as CANDLE 2.0 and the latest 2021 revision of the CANDLE specification is referred to as CANDLE 3.0 | ||
+ | Samples from both revisions are included below. New implementers of standardized Vehicle Registration Responses are encouraged to adopt the CANDLE 3.0 specification | ||
+ | |||
+ | |||
+ | <b><u>CANDLE 2.0 Standardized Vehicle Registration Status Response (RR)</u></b> | ||
<b>Response Data (n2:NLETSResponseData)</b> | <b>Response Data (n2:NLETSResponseData)</b> | ||
Line 446: | Line 454: | ||
<b>Vehicle Registration Status (nrs2:RegistrationStatus)</b> | <b>Vehicle Registration Status (nrs2:RegistrationStatus)</b> | ||
<br> This element will contain the standardized driver status response as defined in the Collaboration | <br> This element will contain the standardized driver status response as defined in the Collaboration | ||
− | <br> of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications. | + | <br> of AAMVA and Nlets for Driver License Exchange (CANDLE) 2.0 specifications. |
+ | <br> For CANDLE 2.0, nrs2 maps to the URI http://www.nlets.org/niem/nlets-registration-status/1.0 | ||
+ | |||
+ | <b><u>CANDLE 2.0 Standardized Vehicle Registration Match Response (RR)</u></b> | ||
+ | |||
+ | <b>Response Data (n2:NLETSResponseData)</b> | ||
+ | <br>This element will contain all elements specific to this transaction. | ||
+ | |||
+ | <b>Vehicle Registration Match (nrm2:RegistrationMatch)</b> | ||
+ | <br> This element will contain a collection of summery Individual Matchs as defined in the Collaboration | ||
+ | <br> of AAMVA and Nlets for Driver License Exchange (CANDLE) 2.0 specifications. | ||
+ | <br> For CANDLE 2.0, nrm2 maps to the URI http://www.nlets.org/niem/nlets-registration-match/1.0 | ||
− | <b><u>Standardized Vehicle Registration History Response (RR)</u></b> | + | <b><u>CANDLE 3.0 Standardized Vehicle Registration History Response (RR)</u></b> |
<b>Response Data (n2:NLETSResponseData)</b> | <b>Response Data (n2:NLETSResponseData)</b> | ||
Line 456: | Line 475: | ||
<br> This element will contain the standardized driver history response as defined in the Collaboration | <br> This element will contain the standardized driver history response as defined in the Collaboration | ||
<br> of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications. | <br> of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications. | ||
+ | <br> For CANDLE 2.0, nrh2 maps to the URI http://www.nlets.org/niem/nlets-registration-history/2.0 | ||
+ | |||
+ | |||
+ | <b><u>CANDLE 3.0 Standardized Vehicle Registration Status Response (RR)</u></b> | ||
+ | |||
+ | <b>Response Data (n2:NLETSResponseData)</b> | ||
+ | <br>This element will contain all elements specific to this transaction. | ||
+ | |||
+ | <b>Vehicle Registration Status (nrs2:RegistrationStatus)</b> | ||
+ | <br> This element will contain the standardized driver status response as defined in the Collaboration | ||
+ | <br> of AAMVA and Nlets for Driver License Exchange (CANDLE) 3.0 specifications. | ||
+ | <br> For CANDLE 3.0, nrs2 maps to the URI http://www.nlets.org/niem/nlets-registration-status/2.0 | ||
+ | |||
+ | <b><u>CANDLE 3.0 Standardized Vehicle Registration Match Response (RR)</u></b> | ||
+ | |||
+ | <b>Response Data (n2:NLETSResponseData)</b> | ||
+ | <br>This element will contain all elements specific to this transaction. | ||
+ | |||
+ | <b>Vehicle Registration Match (nrm2:RegistrationMatch)</b> | ||
+ | <br> This element will contain a collection of summery Individual Matchs as defined in the Collaboration | ||
+ | <br> of AAMVA and Nlets for Driver License Exchange (CANDLE) 3.0 specifications. | ||
+ | <br> For CANDLE 3.0, nrm2 maps to the URI http://www.nlets.org/niem/nlets-registration-match/2.0 | ||
=====Vehicle Registration NIEM Examples===== | =====Vehicle Registration NIEM Examples===== | ||
Line 643: | Line 684: | ||
</table> | </table> | ||
− | <u>Example 6</u>: A Vehicle Registration | + | |
+ | <u>Example 6</u>: A CANDLE 2.0 Vehicle Registration Standard Response. | ||
<table border="1"> | <table border="1"> | ||
Line 649: | Line 691: | ||
<th align="left"> | <th align="left"> | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
− | <n2:NLETS xmlns: | + | <n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/1.0" n2:version="2.0"> |
<n2:NLETSMessageHeader> | <n2:NLETSMessageHeader> | ||
− | <nh2:MessageKeyCodeText> | + | <nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText> |
− | <nh2:OriginatingORIID> | + | <nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID> |
− | <nh2:DestinationORIID> | + | <nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID> |
− | <nh2:DocumentControlFieldText><![CDATA[ | + | <nh2:DocumentControlFieldText><![CDATA[RREXAMPLE1]]></nh2:DocumentControlFieldText> |
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | ||
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | <nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | ||
Line 662: | Line 704: | ||
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> | <nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> | ||
</n2:NLETSMessageHeader> | </n2:NLETSMessageHeader> | ||
− | <n2:NLETSInquiryData n2:key=" | + | <n2:NLETSInquiryData n2:key="RQ"> |
− | < | + | <n2c:Vehicle> |
− | <nc: | + | <nc:VehicleIdentification> |
+ | <nc:IdentificationID>VIN12345678</nc:IdentificationID> | ||
+ | </nc:VehicleIdentification> | ||
+ | <nc:VehicleMakeCode>GIGI</nc:VehicleMakeCode> | ||
+ | <nc:VehicleModelCode>CRF</nc:VehicleModelCode> | ||
<nc:ConveyanceRegistration> | <nc:ConveyanceRegistration> | ||
− | <nc: | + | <nc:RegistrationIdentification> |
+ | <nc:IdentificationID>LIC</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationExpirationDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:IdentificationExpirationDate> | ||
+ | </nc:RegistrationIdentification> | ||
</nc:ConveyanceRegistration> | </nc:ConveyanceRegistration> | ||
− | </ | + | </n2c:Vehicle> |
</n2:NLETSInquiryData> | </n2:NLETSInquiryData> | ||
− | <n2:NLETSResponseData n2:key=" | + | <n2:NLETSResponseData n2:key="RR"> |
− | < | + | <nrs2:RegistrationStatus> |
− | + | <n2c:AdditionalInformation> | |
− | + | <n2c:StateElement> | |
− | <nc: | + | <n2c:ElementFieldName>StateElement</n2c:ElementFieldName> |
− | < | + | <n2c:ElementFieldValue>StateElement Value</n2c:ElementFieldValue> |
− | <nc:EntityOrganization /> | + | </n2c:StateElement> |
− | <nc:ContactMailingAddress> | + | </n2c:AdditionalInformation> |
− | <nc:StructuredAddress> | + | <nrs2:StandardResponse> |
− | <nc:LocationStreet> | + | <n2c:Vehicle> |
− | <nc:StreetFullText> | + | <nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID> |
− | </nc:LocationStreet> | + | <nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText> |
− | <nc:LocationCityName> | + | <nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText> |
− | <nc:LocationStateName> | + | <nc:ItemLengthMeasure> |
+ | <nc:MeasurePointValue>100</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>in</nc:MeasureUnitText> | ||
+ | </nc:ItemLengthMeasure> | ||
+ | <nc:ItemMakeName>Make</nc:ItemMakeName> | ||
+ | <nc:ItemModelName>Model</nc:ItemModelName> | ||
+ | <nc:ItemModelYearDate>2020</nc:ItemModelYearDate> | ||
+ | <nc:PropertyStyleText>PropertyStylw</nc:PropertyStyleText> | ||
+ | <nc:ConveyanceEngineQuantity>0</nc:ConveyanceEngineQuantity> | ||
+ | <nc:VehicleBrand> | ||
+ | <nc:VehicleBrandDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:VehicleBrandDate> | ||
+ | <nc:VehicleBrandCode>42</nc:VehicleBrandCode> | ||
+ | </nc:VehicleBrand> | ||
+ | <nc:VehicleBrand> | ||
+ | <nc:VehicleBrandDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:VehicleBrandDate> | ||
+ | <nc:VehicleBrandText>Text</nc:VehicleBrandText> | ||
+ | </nc:VehicleBrand> | ||
+ | <nc:VehicleBrander> | ||
+ | <nc:VehicleBranderIdentification> | ||
+ | <nc:IdentificationID>VehicleBranderID</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>VehicleBranderCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>VehicleBranderJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>NM</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>IL</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>VehicleBranderStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>VehicleBranderDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:VehicleBranderIdentification> | ||
+ | </nc:VehicleBrander> | ||
+ | <nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator> | ||
+ | <nc:VehicleDoorQuantity>0</nc:VehicleDoorQuantity> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN123456789</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>VINCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>VINJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>MB</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>LA</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>VIN</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>VINDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:VehicleIdentification> | ||
+ | <nc:VehicleInvoiceDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:VehicleInvoiceDate> | ||
+ | <nc:VehicleInvoiceIdentification> | ||
+ | <nc:IdentificationID>InvoiceIdentificationID</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>InvoiceIdentificationCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>InvoiceIdentificationJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>OK</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>NF</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>InvoiceIdentificationStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>InvoiceIdentificationDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:VehicleInvoiceIdentification> | ||
+ | <nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator> | ||
+ | <nc:VehicleMakeCode>STAD</nc:VehicleMakeCode> | ||
+ | <nc:VehicleModelCode>V25</nc:VehicleModelCode> | ||
+ | <nc:VehicleMSRPAmount>0</nc:VehicleMSRPAmount> | ||
+ | <nc:VehicleOdometerReadingMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>ml</nc:MeasureUnitText> | ||
+ | </nc:VehicleOdometerReadingMeasure> | ||
+ | <n2c:VehicleOdometerReadingMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>ml</nc:MeasureUnitText> | ||
+ | <nc:ActivityDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:ActivityDate> | ||
+ | </n2c:VehicleOdometerReadingMeasure> | ||
+ | <nc:ItemOwnershipCategoryText>ItemOwnershipCategory</nc:ItemOwnershipCategoryText> | ||
+ | <nc:VehiclePassengerSafeQuantity>0</nc:VehiclePassengerSafeQuantity> | ||
+ | <nc:VehicleSeatingQuantity>0</nc:VehicleSeatingQuantity> | ||
+ | <nc:VehicleTitle> | ||
+ | <nc:TitleIdentification> | ||
+ | <nc:IdentificationID>TitleIdentification</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>TitleIdentificationCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>TitleIdentificationJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>ON</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>OH</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>TitleIdentificationStatusText</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>TitleIdentificationDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:TitleIdentification> | ||
+ | <nc:TitleIssueDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:TitleIssueDate> | ||
+ | <nc:TitleStatus> | ||
+ | <nc:StatusText>TitleStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>TitleStatusDescription</nc:StatusDescriptionText> | ||
+ | </nc:TitleStatus> | ||
+ | <n2c:TitleHolder> | ||
+ | <nc:EntityOrganization> | ||
+ | <nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText> | ||
+ | <nc:OrganizationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>NLETS </nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:ContactMailingAddress> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:EntityOrganization> | ||
+ | </n2c:TitleHolder> | ||
+ | </nc:VehicleTitle> | ||
+ | <nc:VehicleTransmissionCategoryText>VehicleTransmissionCategoryText</nc:VehicleTransmissionCategoryText> | ||
+ | <nc:VehicleVINAText>VehicleVINAText</nc:VehicleVINAText> | ||
+ | <n2c:Lessee> | ||
+ | <nc:Organization> | ||
+ | <nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText> | ||
+ | <nc:OrganizationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>NLETS </nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:ContactMailingAddress> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:Organization> | ||
+ | </n2c:Lessee> | ||
+ | <n2c:Lessor> | ||
+ | <nc:Organization> | ||
+ | <nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText> | ||
+ | <nc:OrganizationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>NLETS </nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:ContactMailingAddress> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:Organization> | ||
+ | </n2c:Lessor> | ||
+ | <nc:ConveyanceRegistration> | ||
+ | <nc:RegistrationIdentification> | ||
+ | <nc:IdentificationID>RID123</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>RIDCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>RIDJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>HI</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>IN</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>RIDStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>RIDDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:RegistrationIdentification> | ||
+ | <nc:RegistrationAuthorityName>RegistrationAuthorityName</nc:RegistrationAuthorityName> | ||
+ | <nc:RegistrationDuplicateQuantity>0</nc:RegistrationDuplicateQuantity> | ||
+ | <nc:RegistrationEffectiveDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:RegistrationEffectiveDate> | ||
+ | <nc:RegistrationExpirationDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:RegistrationExpirationDate> | ||
+ | <nc:RegistrationJurisdictionNCICLISCode>GB</nc:RegistrationJurisdictionNCICLISCode> | ||
+ | <n2c:RegistrationHolder> | ||
+ | <nc:EntityOrganization> | ||
+ | <nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText> | ||
+ | <nc:OrganizationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>NLETS </nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:ContactMailingAddress> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:EntityOrganization> | ||
+ | </n2c:RegistrationHolder> | ||
+ | <nc:RegistrationStatus> | ||
+ | <nc:StatusText>RegistrationStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText> | ||
+ | </nc:RegistrationStatus> | ||
+ | <nc:ConveyanceRegistrationDecal> | ||
+ | <nc:DecalID>Decal</nc:DecalID> | ||
+ | <nc:DecalColorText>RED</nc:DecalColorText> | ||
+ | <nc:DecalPeriodText>YEAR</nc:DecalPeriodText> | ||
+ | <nc:DecalYearDate>2001</nc:DecalYearDate> | ||
+ | <nc:DecalMonthDate>--12</nc:DecalMonthDate> | ||
+ | </nc:ConveyanceRegistrationDecal> | ||
+ | <nc:ConveyanceRegistrationGrossWeightMeasure> | ||
+ | <nc:MeasurePointValue>10000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>GRM</nc:MeasureUnitText> | ||
+ | <nc:WeightUnitCode>GRM</nc:WeightUnitCode> | ||
+ | </nc:ConveyanceRegistrationGrossWeightMeasure> | ||
+ | <nc:ConveyanceRegistrationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:ConveyanceRegistrationLocation> | ||
+ | <nc:ConveyanceRegistrationPermanentIndicator>true</nc:ConveyanceRegistrationPermanentIndicator> | ||
+ | <nc:ConveyanceRegistrationPlateIdentification> | ||
+ | <nc:IdentificationID>LIC123</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>LICCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>LICJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>VA</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>NH</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>LICStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>LICDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:ConveyanceRegistrationPlateIdentification> | ||
+ | <nc:ConveyanceRegistrationPlateCategoryText>RegistrationPlateCategory</nc:ConveyanceRegistrationPlateCategoryText> | ||
+ | <nc:ConveyanceRegistrationStatus> | ||
+ | <nc:StatusText>RegistrationStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText> | ||
+ | <nc:ConveyanceRegistrationStatusCode>00</nc:ConveyanceRegistrationStatusCode> | ||
+ | <nc:ConveyanceRegistrationStatusDetailText>RegistrationStatusStatusDetail</nc:ConveyanceRegistrationStatusDetailText> | ||
+ | </nc:ConveyanceRegistrationStatus> | ||
+ | </nc:ConveyanceRegistration> | ||
+ | <nc:CommercialVehicle> | ||
+ | <nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID> | ||
+ | <nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText> | ||
+ | <nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText> | ||
+ | <nc:ItemLengthMeasure> | ||
+ | <nc:MeasurePointValue>10000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>ft</nc:MeasureUnitText> | ||
+ | </nc:ItemLengthMeasure> | ||
+ | <nc:ItemMakeName>Make</nc:ItemMakeName> | ||
+ | <nc:ItemModelName>Model</nc:ItemModelName> | ||
+ | <nc:ItemModelYearDate>2001</nc:ItemModelYearDate> | ||
+ | <nc:PropertyStyleText>Style</nc:PropertyStyleText> | ||
+ | <nc:ConveyanceEngineQuantity>0</nc:ConveyanceEngineQuantity> | ||
+ | <nc:VehicleBrand> | ||
+ | <nc:VehicleBrandDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:VehicleBrandDate> | ||
+ | <nc:VehicleBrandText>VehicleBrandText</nc:VehicleBrandText> | ||
+ | <nc:VehicleBrandCode>78</nc:VehicleBrandCode> | ||
+ | </nc:VehicleBrand> | ||
+ | <nc:VehicleBrander> | ||
+ | <nc:VehicleBranderIdentification> | ||
+ | <nc:IdentificationID>VehicleBranderID</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>VehicleBranderCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>VehicleBranderJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>NM</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>IL</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>VehicleBranderStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>VehicleBranderDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:VehicleBranderIdentification> | ||
+ | </nc:VehicleBrander> | ||
+ | <nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator> | ||
+ | <nc:VehicleDoorQuantity>0</nc:VehicleDoorQuantity> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN123456789</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>VINCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>VINJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>MB</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>LA</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>VIN</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>VINDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:VehicleIdentification> | ||
+ | <nc:VehicleInvoiceDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:VehicleInvoiceDate> | ||
+ | <nc:VehicleInvoiceIdentification> | ||
+ | <nc:IdentificationID>InvoiceIdentificationID</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>InvoiceIdentificationCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>InvoiceIdentificationJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>OK</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>NF</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>InvoiceIdentificationStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>InvoiceIdentificationDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:VehicleInvoiceIdentification> | ||
+ | <nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator> | ||
+ | <nc:VehicleMakeCode>TREA</nc:VehicleMakeCode> | ||
+ | <nc:VehicleModelCode>M35</nc:VehicleModelCode> | ||
+ | <nc:VehicleMSRPAmount>0</nc:VehicleMSRPAmount> | ||
+ | <nc:VehicleOdometerReadingMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>ml</nc:MeasureUnitText> | ||
+ | </nc:VehicleOdometerReadingMeasure> | ||
+ | <n2c:VehicleOdometerReadingMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>ml</nc:MeasureUnitText> | ||
+ | <nc:ActivityDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:ActivityDate> | ||
+ | </n2c:VehicleOdometerReadingMeasure> | ||
+ | <nc:ItemOwnershipCategoryText>ItemOwnershipCategoryText</nc:ItemOwnershipCategoryText> | ||
+ | <nc:VehiclePassengerSafeQuantity>0</nc:VehiclePassengerSafeQuantity> | ||
+ | <nc:VehicleSeatingQuantity>0</nc:VehicleSeatingQuantity> | ||
+ | <nc:VehicleTransmissionCategoryText>VehicleTransmissionCategoryText</nc:VehicleTransmissionCategoryText> | ||
+ | <nc:VehicleVINAText>VehicleVINAText</nc:VehicleVINAText> | ||
+ | <nc:VehicleAxleQuantity>0</nc:VehicleAxleQuantity> | ||
+ | <nc:VehicleCurrentWeightMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>HGM</nc:MeasureUnitText> | ||
+ | <nc:WeightUnitCode>HGM</nc:WeightUnitCode> | ||
+ | </nc:VehicleCurrentWeightMeasure> | ||
+ | <nc:VehicleGrossLadenSumWeightMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>KGM</nc:MeasureUnitText> | ||
+ | <nc:WeightUnitCode>KGM</nc:WeightUnitCode> | ||
+ | </nc:VehicleGrossLadenSumWeightMeasure> | ||
+ | <nc:VehicleGrossLadenUnitWeightMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>STI</nc:MeasureUnitText> | ||
+ | <nc:WeightUnitCode>STI</nc:WeightUnitCode> | ||
+ | </nc:VehicleGrossLadenUnitWeightMeasure> | ||
+ | <nc:VehicleMaximumLoadWeightMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>MGM</nc:MeasureUnitText> | ||
+ | <nc:WeightUnitCode>MGM</nc:WeightUnitCode> | ||
+ | </nc:VehicleMaximumLoadWeightMeasure> | ||
+ | <nc:VehicleUnladenWeightMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>CWA</nc:MeasureUnitText> | ||
+ | <nc:WeightUnitCode>CWA</nc:WeightUnitCode> | ||
+ | </nc:VehicleUnladenWeightMeasure> | ||
+ | </nc:CommercialVehicle> | ||
+ | <nc:Insurance> | ||
+ | <nc:InsurancePolicyIdentification> | ||
+ | <nc:IdentificationID>InsurancePolicyID</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>InsurancePolicyCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>InsurancePolicyJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>VI</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>NV</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>InsurancePolicyStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>InsurancePolicyDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:InsurancePolicyIdentification> | ||
+ | <nc:InsuranceCarrierName>InsuranceCarrierName</nc:InsuranceCarrierName> | ||
+ | <nc:InsuranceEffectiveDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:InsuranceEffectiveDate> | ||
+ | <nc:InsuranceEndDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:InsuranceEndDate> | ||
+ | </nc:Insurance> | ||
+ | <nc:Engine> | ||
+ | <nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID> | ||
+ | <nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText> | ||
+ | <nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText> | ||
+ | <nc:ItemLengthMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>in</nc:MeasureUnitText> | ||
+ | </nc:ItemLengthMeasure> | ||
+ | <nc:ItemMakeName>Make</nc:ItemMakeName> | ||
+ | <nc:ItemModelName>Model</nc:ItemModelName> | ||
+ | <nc:ItemModelYearDate>2001</nc:ItemModelYearDate> | ||
+ | <nc:PropertyStyleText>Style</nc:PropertyStyleText> | ||
+ | <nc:EngineCylinderQuantity>0</nc:EngineCylinderQuantity> | ||
+ | <nc:EngineID>EngineID</nc:EngineID> | ||
+ | <nc:ConveyanceFuelCategoryText>ConveyanceFuelCategoryText</nc:ConveyanceFuelCategoryText> | ||
+ | <nc:EngineDisplacementMeasure> | ||
+ | <nc:MeasurePointValue>1000</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:EngineDisplacementMeasure> | ||
+ | <nc:EngineHorsepowerQuantity>0</nc:EngineHorsepowerQuantity> | ||
+ | </nc:Engine> | ||
+ | <nc:VehicleInspection> | ||
+ | <nc:ActivityIdentification> | ||
+ | <nc:IdentificationID>VehicleInspectionID</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>VehicleInspectionCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>VehicleInspectionJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>PE</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>WA</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>VehicleInspectionStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>VehicleInspectionDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:ActivityIdentification> | ||
+ | <nc:ActivityDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:ActivityDate> | ||
+ | <nc:ActivityDescriptionText>ActivityDescriptionText</nc:ActivityDescriptionText> | ||
+ | <nc:VehicleInspectionAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
<nc:LocationCountryName>USA</nc:LocationCountryName> | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
− | <nc:LocationPostalCode> | + | <nc:LocationPostalCode>85085</nc:LocationPostalCode> |
</nc:StructuredAddress> | </nc:StructuredAddress> | ||
− | </nc: | + | </nc:VehicleInspectionAddress> |
− | < | + | <nc:VehicleInspectionInspectorIdentification> |
− | <nc: | + | <nc:IdentificationID>InspectorID</nc:IdentificationID> |
− | <nc: | + | <nc:IdentificationCategoryText>InspectorCategory</nc:IdentificationCategoryText> |
− | <nc: | + | <nc:IdentificationJurisdictionText>InspectorJurisdiction</nc:IdentificationJurisdictionText> |
− | <nc: | + | <j:IdentificationJurisdictionNCICLSTACode>NV</j:IdentificationJurisdictionNCICLSTACode> |
− | </nc: | + | <j:DrivingJurisdictionAuthorityNCICLSTACode>GA</j:DrivingJurisdictionAuthorityNCICLSTACode> |
− | </ | + | <nc:IdentificationStatus> |
− | </ | + | <nc:StatusText>InspectorStatus</nc:StatusText> |
− | <nc: | + | <nc:StatusDate> |
− | <nc: | + | <nc:Date>1957-08-13</nc:Date> |
− | + | </nc:StatusDate> | |
− | + | <nc:StatusDescriptionText>Description</nc:StatusDescriptionText> | |
− | <nc:Vehicle> | + | </nc:IdentificationStatus> |
− | + | </nc:VehicleInspectionInspectorIdentification> | |
− | + | <nc:VehicleInspectionStationIdentification> | |
− | + | <nc:IdentificationID>StationIdentificationID</nc:IdentificationID> | |
− | </nc: | + | <nc:IdentificationCategoryText>StationIdentificationCategory</nc:IdentificationCategoryText> |
− | <nc: | + | <nc:IdentificationJurisdictionText>StationIdentificationJurisdiction</nc:IdentificationJurisdictionText> |
− | </nc:Vehicle> | + | <j:IdentificationJurisdictionNCICLSTACode>MB</j:IdentificationJurisdictionNCICLSTACode> |
− | + | <j:DrivingJurisdictionAuthorityNCICLSTACode>NS</j:DrivingJurisdictionAuthorityNCICLSTACode> | |
− | <nrm2:IndividualMatch> | + | <nc:IdentificationStatus> |
− | <nc:ConveyanceRegistration> | + | <nc:StatusText>StationIdentificationStatus</nc:StatusText> |
− | <nc: | + | <nc:StatusDate> |
− | + | <nc:Date>1957-08-13</nc:Date> | |
− | <nc: | + | </nc:StatusDate> |
− | <nc: | + | <nc:StatusDescriptionText>StationIdentificationDescription</nc:StatusDescriptionText> |
− | <nc:StructuredAddress> | + | </nc:IdentificationStatus> |
− | <nc:LocationStreet> | + | </nc:VehicleInspectionStationIdentification> |
− | + | </nc:VehicleInspection> | |
− | + | <n2c:LienHolder> | |
− | + | <nc:Lien> | |
− | + | <nc:LienDate> | |
− | + | <nc:Date>1957-08-13</nc:Date> | |
− | + | <nc:Year>2001</nc:Year> | |
− | </nc: | + | </nc:LienDate> |
− | </nc: | + | <nc:LienReleaseDate> |
− | < | + | <nc:Date>1957-08-13</nc:Date> |
− | <nc: | + | <nc:Year>2001</nc:Year> |
− | <nc: | + | </nc:LienReleaseDate> |
− | <nc: | + | </nc:Lien> |
− | <nc: | + | <nc:Organization> |
− | </nc: | + | <nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText> |
− | </ | + | <nc:OrganizationLocation> |
− | </ | + | <nc:LocationAddress> |
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>NLETS </nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:ContactMailingAddress> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:Organization> | ||
+ | </n2c:LienHolder> | ||
+ | </n2c:Vehicle> | ||
+ | </nrs2:StandardResponse> | ||
+ | </nrs2:RegistrationStatus> | ||
+ | </n2:NLETSResponseData> | ||
+ | </n2:NLETS> | ||
+ | </syntaxhighlight> | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <u>Example 7</u>: A CANDLE 2.0 Vehicle Registration Match Response (Registration). | ||
+ | |||
+ | <table border="1"> | ||
+ | <tr> | ||
+ | <th align="left"> | ||
+ | <syntaxhighlight lang="xml"> | ||
+ | <n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/1.0" n2:version="2.0"> | ||
+ | <n2:NLETSMessageHeader> | ||
+ | <nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText> | ||
+ | <nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID> | ||
+ | <nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID> | ||
+ | <nh2:DocumentControlFieldText><![CDATA[RREXAMPLE1]]></nh2:DocumentControlFieldText> | ||
+ | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | ||
+ | <nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | ||
+ | <nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate> | ||
+ | <nh2:MessageSendTime>14:09</nh2:MessageSendTime> | ||
+ | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> | ||
+ | <nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> | ||
+ | </n2:NLETSMessageHeader> | ||
+ | <n2:NLETSInquiryData n2:key="RQ"> | ||
+ | <n2c:Vehicle> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN12345678</nc:IdentificationID> | ||
+ | </nc:VehicleIdentification> | ||
+ | <nc:VehicleMakeCode>GIGI</nc:VehicleMakeCode> | ||
+ | <nc:VehicleModelCode>CRF</nc:VehicleModelCode> | ||
+ | <nc:ConveyanceRegistration> | ||
+ | <nc:RegistrationIdentification> | ||
+ | <nc:IdentificationID>LIC</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationExpirationDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:IdentificationExpirationDate> | ||
+ | </nc:RegistrationIdentification> | ||
+ | </nc:ConveyanceRegistration> | ||
+ | </n2c:Vehicle> | ||
+ | </n2:NLETSInquiryData> | ||
+ | <n2:NLETSResponseData n2:key="RR"> | ||
+ | <nrm2:RegistrationMatch> | ||
+ | <nrm2:IndividualMatch> | ||
+ | <nc:ConveyanceRegistration> | ||
+ | <nc:RegistrationIdentification> | ||
+ | <nc:IdentificationID>RID123</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>RIDCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>RIDJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>HI</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>IN</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>RIDStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>RIDDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
+ | </nc:RegistrationIdentification> | ||
+ | <nc:RegistrationAuthorityName>RegistrationAuthorityName</nc:RegistrationAuthorityName> | ||
+ | <nc:RegistrationDuplicateQuantity>0</nc:RegistrationDuplicateQuantity> | ||
+ | <nc:RegistrationEffectiveDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:RegistrationEffectiveDate> | ||
+ | <nc:RegistrationExpirationDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:RegistrationExpirationDate> | ||
+ | <nc:RegistrationJurisdictionNCICLISCode>GB</nc:RegistrationJurisdictionNCICLISCode> | ||
+ | <n2c:RegistrationHolder> | ||
+ | <nc:EntityOrganization> | ||
+ | <nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText> | ||
+ | <nc:OrganizationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>NLETS </nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:ContactMailingAddress> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:EntityOrganization> | ||
+ | </n2c:RegistrationHolder> | ||
+ | <nc:RegistrationStatus> | ||
+ | <nc:StatusText>RegistrationStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText> | ||
+ | </nc:RegistrationStatus> | ||
+ | <nc:ConveyanceRegistrationLocation> | ||
+ | <nc:LocationAddress> | ||
+ | <nc:StructuredAddress> | ||
+ | <nc:LocationStreet> | ||
+ | <nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText> | ||
+ | </nc:LocationStreet> | ||
+ | <nc:LocationCityName>Phoenix</nc:LocationCityName> | ||
+ | <nc:LocationCountyName>Mericopa</nc:LocationCountyName> | ||
+ | <nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode> | ||
+ | <nc:LocationStateName>Arizona</nc:LocationStateName> | ||
+ | <nc:LocationCountryName>USA</nc:LocationCountryName> | ||
+ | <nc:LocationPostalCode>85085</nc:LocationPostalCode> | ||
+ | </nc:StructuredAddress> | ||
+ | </nc:LocationAddress> | ||
+ | </nc:ConveyanceRegistrationLocation> | ||
+ | <nc:ConveyanceRegistrationPermanentIndicator>true</nc:ConveyanceRegistrationPermanentIndicator> | ||
<nc:ConveyanceRegistrationPlateIdentification> | <nc:ConveyanceRegistrationPlateIdentification> | ||
− | <nc:IdentificationID> | + | <nc:IdentificationID>LIC123</nc:IdentificationID> |
+ | <nc:IdentificationCategoryText>LICCategory</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationJurisdictionText>LICJurisdiction</nc:IdentificationJurisdictionText> | ||
+ | <j:IdentificationJurisdictionNCICLSTACode>VA</j:IdentificationJurisdictionNCICLSTACode> | ||
+ | <j:DrivingJurisdictionAuthorityNCICLSTACode>NH</j:DrivingJurisdictionAuthorityNCICLSTACode> | ||
+ | <nc:IdentificationStatus> | ||
+ | <nc:StatusText>LICStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>LICDescription</nc:StatusDescriptionText> | ||
+ | </nc:IdentificationStatus> | ||
</nc:ConveyanceRegistrationPlateIdentification> | </nc:ConveyanceRegistrationPlateIdentification> | ||
+ | <nc:ConveyanceRegistrationPlateCategoryText>RegistrationPlateCategory</nc:ConveyanceRegistrationPlateCategoryText> | ||
+ | <nc:ConveyanceRegistrationStatus> | ||
+ | <nc:StatusText>RegistrationStatus</nc:StatusText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText> | ||
+ | <nc:ConveyanceRegistrationStatusCode>00</nc:ConveyanceRegistrationStatusCode> | ||
+ | <nc:ConveyanceRegistrationStatusDetailText>RegistrationStatusStatusDetail</nc:ConveyanceRegistrationStatusDetailText> | ||
+ | </nc:ConveyanceRegistrationStatus> | ||
</nc:ConveyanceRegistration> | </nc:ConveyanceRegistration> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</nrm2:IndividualMatch> | </nrm2:IndividualMatch> | ||
</nrm2:RegistrationMatch> | </nrm2:RegistrationMatch> | ||
Line 752: | Line 1,550: | ||
</table> | </table> | ||
− | |||
− | + | <u>Example 8</u>: A CANDLE 2.0 Vehicle Registration Match Response (Vehicle). | |
− | + | <table border="1"> | |
− | + | <tr> | |
− | + | <th align="left"> | |
− | + | <syntaxhighlight lang="xml"> | |
− | + | <n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/1.0" n2:version="2.0"> | |
− | + | <n2:NLETSMessageHeader> | |
− | + | <nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText> | |
− | + | <nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID> | |
− | ==== | + | <nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID> |
− | + | <nh2:DocumentControlFieldText><![CDATA[RREXAMPLE1]]></nh2:DocumentControlFieldText> | |
− | + | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | |
+ | <nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | ||
+ | <nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate> | ||
+ | <nh2:MessageSendTime>14:09</nh2:MessageSendTime> | ||
+ | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> | ||
+ | <nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> | ||
+ | </n2:NLETSMessageHeader> | ||
+ | <n2:NLETSInquiryData n2:key="RQ"> | ||
+ | <n2c:Vehicle> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN12345678</nc:IdentificationID> | ||
+ | </nc:VehicleIdentification> | ||
+ | <nc:VehicleMakeCode>GIGI</nc:VehicleMakeCode> | ||
+ | <nc:VehicleModelCode>CRF</nc:VehicleModelCode> | ||
+ | <nc:ConveyanceRegistration> | ||
+ | <nc:RegistrationIdentification> | ||
+ | <nc:IdentificationID>LIC</nc:IdentificationID> | ||
+ | <nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText> | ||
+ | <nc:IdentificationExpirationDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:IdentificationExpirationDate> | ||
+ | </nc:RegistrationIdentification> | ||
+ | </nc:ConveyanceRegistration> | ||
+ | </n2c:Vehicle> | ||
+ | </n2:NLETSInquiryData> | ||
+ | <n2:NLETSResponseData n2:key="RR"> | ||
+ | <nrm2:RegistrationMatch> | ||
+ | <nrm2:IndividualMatch> | ||
+ | <nc:Vehicle> | ||
+ | <nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID> | ||
+ | <nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText> | ||
+ | <nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText> | ||
+ | <nc:ItemLengthMeasure> | ||
+ | <nc:MeasurePointValue>100</nc:MeasurePointValue> | ||
+ | <nc:MeasureUnitText>in</nc:MeasureUnitText> | ||
+ | </nc:ItemLengthMeasure> | ||
+ | <nc:ItemMakeName>Make</nc:ItemMakeName> | ||
+ | <nc:ItemModelName>Model</nc:ItemModelName> | ||
+ | <nc:ItemModelYearDate>2021</nc:ItemModelYearDate> | ||
+ | <nc:PropertyStyleText>PropertyStylw</nc:PropertyStyleText> | ||
+ | <nc:ConveyanceEngineQuantity>0</nc:ConveyanceEngineQuantity> | ||
+ | <nc:VehicleBrand> | ||
+ | <nc:VehicleBrandDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:VehicleBrandDate> | ||
+ | <nc:VehicleBrandCode>42</nc:VehicleBrandCode> | ||
+ | </nc:VehicleBrand> | ||
+ | <nc:VehicleBrand> | ||
+ | <nc:VehicleBrandDate> | ||
+ | <nc:Year>2001</nc:Year> | ||
+ | </nc:VehicleBrandDate> | ||
+ | <nc:VehicleBrandText>Text</nc:VehicleBrandText> | ||
+ | </nc:VehicleBrand> | ||
+ | <nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator> | ||
+ | <nc:VehicleDoorQuantity>0</nc:VehicleDoorQuantity> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN123456789</nc:IdentificationID> | ||
+ | </nc:VehicleIdentification> | ||
+ | <nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator> | ||
+ | <nc:VehicleMakeCode>STAD</nc:VehicleMakeCode> | ||
+ | <nc:VehicleModelCode>V25</nc:VehicleModelCode> | ||
+ | <nc:VehicleMSRPAmount>0</nc:VehicleMSRPAmount> | ||
+ | <nc:ItemOwnershipCategoryText>ItemOwnershipCategory</nc:ItemOwnershipCategoryText> | ||
+ | <nc:VehiclePassengerSafeQuantity>0</nc:VehiclePassengerSafeQuantity> | ||
+ | <nc:VehicleSeatingQuantity>0</nc:VehicleSeatingQuantity> | ||
+ | <nc:VehicleTransmissionCategoryText>String</nc:VehicleTransmissionCategoryText> | ||
+ | <nc:VehicleVINAText>String</nc:VehicleVINAText> | ||
+ | </nc:Vehicle> | ||
+ | </nrm2:IndividualMatch> | ||
+ | </nrm2:RegistrationMatch> | ||
+ | </n2:NLETSResponseData> | ||
+ | </n2:NLETS> | ||
+ | </syntaxhighlight> | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
− | + | <u>Example 9</u>: A CANDLE 3.0 Vehicle Registration Standard Response. | |
+ | <table border="1"> | ||
+ | <tr> | ||
+ | <th align="left"> | ||
+ | <syntaxhighlight lang="xml"> | ||
+ | <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/2.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/2.0" n2:version="2.0"> | ||
+ | <n2:NLETSMessageHeader> | ||
+ | <nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText> | ||
+ | <nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID> | ||
+ | <nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID> | ||
+ | <nh2:DocumentControlFieldText>CANDLE30RR</nh2:DocumentControlFieldText> | ||
+ | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | ||
+ | <nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | ||
+ | <nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate> | ||
+ | <nh2:MessageSendTime>14:09</nh2:MessageSendTime> | ||
+ | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> | ||
+ | <nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> | ||
+ | </n2:NLETSMessageHeader> | ||
+ | <n2:NLETSInquiryData n2:key="RQ"> | ||
+ | <n2c:Vehicle> | ||
+ | <nc:ItemModelYearDate>2001</nc:ItemModelYearDate> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN12345678</nc:IdentificationID> | ||
+ | </nc:VehicleIdentification> | ||
+ | <n2c:VehicleMakeText>VehicleMake</n2c:VehicleMakeText> | ||
+ | <n2c:ConveyanceRegistration> | ||
+ | <j:RegistrationExpirationDate> | ||
+ | <nc:YearDate>2001</nc:YearDate> | ||
+ | </j:RegistrationExpirationDate> | ||
+ | <j:ConveyanceRegistrationPlateIdentification> | ||
+ | <nc:IdentificationID>LIC123</nc:IdentificationID> | ||
+ | </j:ConveyanceRegistrationPlateIdentification> | ||
+ | <j:ConveyanceRegistrationPlateCategoryText>PC</j:ConveyanceRegistrationPlateCategoryText> | ||
+ | </n2c:ConveyanceRegistration> | ||
+ | </n2c:Vehicle> | ||
+ | </n2:NLETSInquiryData> | ||
+ | <n2:NLETSResponseData n2:key="RR"> | ||
+ | <nrs2:RegistrationStatus> | ||
+ | <n2c:AdditionalInformation> | ||
+ | <n2c:StateElement> | ||
+ | <n2c:ElementFieldName>Field Name</n2c:ElementFieldName> | ||
+ | <n2c:ElementFieldValue>Field Value</n2c:ElementFieldValue> | ||
+ | </n2c:StateElement> | ||
+ | </n2c:AdditionalInformation> | ||
+ | <n2c:Caveat> | ||
+ | <nc:CaveatText>Caveat Text</nc:CaveatText> | ||
+ | </n2c:Caveat> | ||
+ | <nrs2:StandardResponse> | ||
+ | <n2c:Vehicle> | ||
+ | <nc:ConveyanceColorPrimaryText>Red</nc:ConveyanceColorPrimaryText> | ||
+ | <nc:ConveyanceColorSecondaryText>Green</nc:ConveyanceColorSecondaryText> | ||
+ | <nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator> | ||
+ | <nc:ItemLengthMeasure> | ||
+ | <nc:MeasureValueText>10</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>ft</nc:MeasureUnitText> | ||
+ | </nc:ItemLengthMeasure> | ||
+ | <nc:ItemModelYearDate>2001</nc:ItemModelYearDate> | ||
+ | <nc:ItemOwnerAppliedID>Owner Applied ID</nc:ItemOwnerAppliedID> | ||
+ | <nc:ItemOwnershipCategoryText>Ownership Category</nc:ItemOwnershipCategoryText> | ||
+ | <nc:ItemStyleText>1J</nc:ItemStyleText> | ||
+ | <nc:ConveyanceEngineQuantity>10000</nc:ConveyanceEngineQuantity> | ||
+ | <nc:ConveyanceFuelCategoryText>FuelCategory</nc:ConveyanceFuelCategoryText> | ||
+ | <nc:VehicleCMVIndicator>false</nc:VehicleCMVIndicator> | ||
+ | <nc:VehicleDoorQuantity>4</nc:VehicleDoorQuantity> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN1234567890</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </nc:VehicleIdentification> | ||
+ | <n2c:VehicleMakeText>TOYT</n2c:VehicleMakeText> | ||
+ | <n2c:VehicleModelText>CRO</n2c:VehicleModelText> | ||
+ | <nc:VehicleMSRPAmount> | ||
+ | <nc:Amount>1000</nc:Amount> | ||
+ | </nc:VehicleMSRPAmount> | ||
+ | <nc:VehicleOdometerReadingMeasure> | ||
+ | <nc:MeasureValueText>12000</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>M</nc:MeasureUnitText> | ||
+ | </nc:VehicleOdometerReadingMeasure> | ||
+ | <nc:VehiclePassengerSafeQuantity>4</nc:VehiclePassengerSafeQuantity> | ||
+ | <nc:VehicleSeatingQuantity>5</nc:VehicleSeatingQuantity> | ||
+ | <nc:VehicleTransmissionCategoryText>TransmissionCategory</nc:VehicleTransmissionCategoryText> | ||
+ | <nc:VehicleAxleQuantity>4</nc:VehicleAxleQuantity> | ||
+ | <nc:VehicleCurrentWeightMeasure> | ||
+ | <nc:MeasureValueText>3150</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleCurrentWeightMeasure> | ||
+ | <nc:VehicleGrossLadenSumWeightMeasure> | ||
+ | <nc:MeasureValueText>3150</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleGrossLadenSumWeightMeasure> | ||
+ | <nc:VehicleGrossLadenUnitWeightMeasure> | ||
+ | <nc:MeasureValueText>3150</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleGrossLadenUnitWeightMeasure> | ||
+ | <nc:VehicleMaximumLoadWeightMeasure> | ||
+ | <nc:MeasureValueText>3150</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleMaximumLoadWeightMeasure> | ||
+ | <nc:VehicleUnladenWeightMeasure> | ||
+ | <nc:MeasureValueText>3150</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleUnladenWeightMeasure> | ||
+ | <j:VehicleAugmentation> | ||
+ | <j:VehicleInvoiceDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:VehicleInvoiceDate> | ||
+ | <j:VehicleInvoiceIdentification> | ||
+ | <nc:IdentificationID>VehicleInvoiceID</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>VehicleInvoiceJurisdiction</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:VehicleInvoiceIdentification> | ||
+ | <j:VehicleVINAText>VehicleVINAText</j:VehicleVINAText> | ||
+ | <j:VehicleBrand> | ||
+ | <j:VehicleBrandDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:VehicleBrandDate> | ||
+ | <j:VehicleBrandText>07</j:VehicleBrandText> | ||
+ | </j:VehicleBrand> | ||
+ | <j:VehicleBrander> | ||
+ | <j:VehicleBranderIdentification> | ||
+ | <nc:IdentificationID>VehicleBranderID</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>VehicleBranderJurisdiction</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:VehicleBranderIdentification> | ||
+ | </j:VehicleBrander> | ||
+ | <j:VehicleTitle> | ||
+ | <n2c:TitleHolder> | ||
+ | <nc:GenericEntity> | ||
+ | <nc:EntityName>Nlets 1</nc:EntityName> | ||
+ | <nc:EntityContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText> | ||
+ | <nc:AddressCityName>Phoenix</nc:AddressCityName> | ||
+ | <nc:AddressCountyName>Maricopa</nc:AddressCountyName> | ||
+ | <nc:AddressState> | ||
+ | <nc:StateName>AZ</nc:StateName> | ||
+ | </nc:AddressState> | ||
+ | <nc:AddressCountry> | ||
+ | <nc:CountryName>US</nc:CountryName> | ||
+ | </nc:AddressCountry> | ||
+ | <nc:AddressPostalCode>85085</nc:AddressPostalCode> | ||
+ | </nc:ContactMailingAddress> | ||
+ | </nc:EntityContactInformation> | ||
+ | <nc:EntityDescriptionText>Nlets</nc:EntityDescriptionText> | ||
+ | </nc:GenericEntity> | ||
+ | </n2c:TitleHolder> | ||
+ | <j:TitleIdentification> | ||
+ | <nc:IdentificationID>TitleIdentification</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>TitleIdentificationJurisdiction</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:TitleIdentification> | ||
+ | <j:TitleIssueDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:TitleIssueDate> | ||
+ | <j:TitleStatus> | ||
+ | <nc:StatusText>TitleStatus</nc:StatusText> | ||
+ | <nc:StatusDescriptionText>TitleStatusDescription</nc:StatusDescriptionText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | </j:TitleStatus> | ||
+ | </j:VehicleTitle> | ||
+ | </j:VehicleAugmentation> | ||
+ | <n2c:ConveyanceRegistration> | ||
+ | <j:RegistrationAuthorityName>UT</j:RegistrationAuthorityName> | ||
+ | <j:RegistrationDuplicateQuantity>0</j:RegistrationDuplicateQuantity> | ||
+ | <j:RegistrationEffectiveDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:RegistrationEffectiveDate> | ||
+ | <j:RegistrationExpirationDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:RegistrationExpirationDate> | ||
+ | <n2c:RegistrationHolder> | ||
+ | <nc:GenericEntity> | ||
+ | <nc:EntityName>Nlets 3</nc:EntityName> | ||
+ | <nc:EntityContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText> | ||
+ | <nc:AddressCityName>Phoenix</nc:AddressCityName> | ||
+ | <nc:AddressCountyName>Maricopa</nc:AddressCountyName> | ||
+ | <nc:AddressState> | ||
+ | <nc:StateName>AZ</nc:StateName> | ||
+ | </nc:AddressState> | ||
+ | <nc:AddressCountry> | ||
+ | <nc:CountryName>US</nc:CountryName> | ||
+ | </nc:AddressCountry> | ||
+ | <nc:AddressPostalCode>85085</nc:AddressPostalCode> | ||
+ | </nc:ContactMailingAddress> | ||
+ | </nc:EntityContactInformation> | ||
+ | <nc:EntityDescriptionText>Nlets</nc:EntityDescriptionText> | ||
+ | </nc:GenericEntity> | ||
+ | </n2c:RegistrationHolder> | ||
+ | <j:RegistrationIdentification> | ||
+ | <nc:IdentificationID>RID12345678</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:RegistrationIdentification> | ||
+ | <j:RegistrationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </j:RegistrationJurisdiction> | ||
+ | <j:RegistrationStatus> | ||
+ | <nc:StatusText>Registration Status</nc:StatusText> | ||
+ | <nc:StatusDescriptionText>Registration Status Description</nc:StatusDescriptionText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | </j:RegistrationStatus> | ||
+ | <j:ConveyanceRegistrationDecal> | ||
+ | <nc:DecalID>DCL1234</nc:DecalID> | ||
+ | <nc:DecalColorText>Red</nc:DecalColorText> | ||
+ | <nc:DecalPeriodText>Period</nc:DecalPeriodText> | ||
+ | <nc:DecalYearDate>2001</nc:DecalYearDate> | ||
+ | <nc:DecalMonthDate>--12</nc:DecalMonthDate> | ||
+ | </j:ConveyanceRegistrationDecal> | ||
+ | <j:ConveyanceRegistrationGrossWeightMeasure> | ||
+ | <nc:MeasureValueText>3214</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </j:ConveyanceRegistrationGrossWeightMeasure> | ||
+ | <j:ConveyanceRegistrationLocation> | ||
+ | <nc:LocationName>AZ</nc:LocationName> | ||
+ | </j:ConveyanceRegistrationLocation> | ||
+ | <j:ConveyanceRegistrationPermanentIndicator>true</j:ConveyanceRegistrationPermanentIndicator> | ||
+ | <j:ConveyanceRegistrationPlateIdentification> | ||
+ | <nc:IdentificationID>LIC123</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:ConveyanceRegistrationPlateIdentification> | ||
+ | <j:ConveyanceRegistrationPlateCategoryText>Plate Category</j:ConveyanceRegistrationPlateCategoryText> | ||
+ | <j:ConveyanceRegistrationStatus> | ||
+ | <nc:StatusText>RegistrationStatus</nc:StatusText> | ||
+ | <nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <n2c:ConveyanceRegistrationStatusText>RegistrationStatus</n2c:ConveyanceRegistrationStatusText> | ||
+ | <j:ConveyanceRegistrationStatusDetailText>RegistrationDetai</j:ConveyanceRegistrationStatusDetailText> | ||
+ | </j:ConveyanceRegistrationStatus> | ||
+ | <n2c:TemporaryTagIndicator>true</n2c:TemporaryTagIndicator> | ||
+ | <n2c:DealerPlateIndicator>true</n2c:DealerPlateIndicator> | ||
+ | <n2c:RegistrationYear>2001</n2c:RegistrationYear> | ||
+ | </n2c:ConveyanceRegistration> | ||
+ | <j:CommercialVehicle> | ||
+ | <nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator> | ||
+ | <nc:ItemOwnerAppliedID>OwnerApplied</nc:ItemOwnerAppliedID> | ||
+ | <nc:ItemOwnershipCategoryText>OwnershipCategory</nc:ItemOwnershipCategoryText> | ||
+ | <nc:ConveyanceEngineQuantity>20000</nc:ConveyanceEngineQuantity> | ||
+ | <nc:ConveyanceFuelCategoryText>FuelCategory</nc:ConveyanceFuelCategoryText> | ||
+ | <nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator> | ||
+ | <nc:VehicleDoorQuantity>4</nc:VehicleDoorQuantity> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN123456789</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </nc:VehicleIdentification> | ||
+ | <n2c:VehicleMakeText>MAKV</n2c:VehicleMakeText> | ||
+ | <n2c:VehicleModelText>MOD</n2c:VehicleModelText> | ||
+ | <nc:VehicleMSRPAmount> | ||
+ | <nc:Amount>1000</nc:Amount> | ||
+ | </nc:VehicleMSRPAmount> | ||
+ | <nc:VehicleOdometerReadingMeasure> | ||
+ | <nc:MeasureValueText>123456</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText /> | ||
+ | </nc:VehicleOdometerReadingMeasure> | ||
+ | <nc:VehiclePassengerSafeQuantity>4</nc:VehiclePassengerSafeQuantity> | ||
+ | <nc:VehicleSeatingQuantity>4</nc:VehicleSeatingQuantity> | ||
+ | <nc:VehicleTransmissionCategoryText>TransmissionCategory</nc:VehicleTransmissionCategoryText> | ||
+ | <nc:VehicleAxleQuantity>4</nc:VehicleAxleQuantity> | ||
+ | <nc:VehicleCurrentWeightMeasure> | ||
+ | <nc:MeasureValueText>3216</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleCurrentWeightMeasure> | ||
+ | <nc:VehicleGrossLadenSumWeightMeasure> | ||
+ | <nc:MeasureValueText>3216</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleGrossLadenSumWeightMeasure> | ||
+ | <nc:VehicleGrossLadenUnitWeightMeasure> | ||
+ | <nc:MeasureValueText>3216</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleGrossLadenUnitWeightMeasure> | ||
+ | <nc:VehicleMaximumLoadWeightMeasure> | ||
+ | <nc:MeasureValueText>3216</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleMaximumLoadWeightMeasure> | ||
+ | <nc:VehicleUnladenWeightMeasure> | ||
+ | <nc:MeasureValueText>3216</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lb</nc:MeasureUnitText> | ||
+ | </nc:VehicleUnladenWeightMeasure> | ||
+ | </j:CommercialVehicle> | ||
+ | <nc:Insurance> | ||
+ | <nc:InsurancePolicyIdentification> | ||
+ | <nc:IdentificationID>ISN123456789</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </nc:InsurancePolicyIdentification> | ||
+ | <nc:InsuranceCarrierName>Carrier</nc:InsuranceCarrierName> | ||
+ | <nc:InsuranceEffectiveDateRange> | ||
+ | <nc:StartDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StartDate> | ||
+ | <nc:EndDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:EndDate> | ||
+ | </nc:InsuranceEffectiveDateRange> | ||
+ | </nc:Insurance> | ||
+ | <j:Engine> | ||
+ | <nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator> | ||
+ | <nc:ItemOwnerAppliedID>ItemOwner</nc:ItemOwnerAppliedID> | ||
+ | <nc:ItemOwnershipCategoryText>Category</nc:ItemOwnershipCategoryText> | ||
+ | <j:EngineCylinderQuantity>0</j:EngineCylinderQuantity> | ||
+ | <j:EngineID>EngineID</j:EngineID> | ||
+ | <j:EngineDisplacementMeasure> | ||
+ | <nc:MeasureValueText>321</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>cc</nc:MeasureUnitText> | ||
+ | </j:EngineDisplacementMeasure> | ||
+ | <j:EngineHorsepowerQuantity>123</j:EngineHorsepowerQuantity> | ||
+ | </j:Engine> | ||
+ | <j:VehicleInspection> | ||
+ | <nc:ActivityIdentification> | ||
+ | <nc:IdentificationID>VSAID12345678</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </nc:ActivityIdentification> | ||
+ | <nc:ActivityDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:ActivityDate> | ||
+ | <nc:ActivityDescriptionText>Description</nc:ActivityDescriptionText> | ||
+ | <j:VehicleInspectionAddress> | ||
+ | <nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText> | ||
+ | <nc:AddressCityName>Phoenix</nc:AddressCityName> | ||
+ | <nc:AddressCountyName>Maricopa</nc:AddressCountyName> | ||
+ | <nc:AddressState> | ||
+ | <nc:StateName>AZ</nc:StateName> | ||
+ | </nc:AddressState> | ||
+ | <nc:AddressCountry> | ||
+ | <nc:CountryName>US</nc:CountryName> | ||
+ | </nc:AddressCountry> | ||
+ | <nc:AddressPostalCode>85085</nc:AddressPostalCode> | ||
+ | </j:VehicleInspectionAddress> | ||
+ | <j:VehicleInspectionInspectorIdentification> | ||
+ | <nc:IdentificationID>VID123456789</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:VehicleInspectionInspectorIdentification> | ||
+ | <j:VehicleInspectionStationIdentification> | ||
+ | <nc:IdentificationID>VISID12345678</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:VehicleInspectionStationIdentification> | ||
+ | </j:VehicleInspection> | ||
+ | <n2c:LienHolder> | ||
+ | <j:Lien> | ||
+ | <j:LienDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:LienDate> | ||
+ | <j:LienReleaseDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </j:LienReleaseDate> | ||
+ | </j:Lien> | ||
+ | <nc:GenericEntity> | ||
+ | <nc:EntityName>Nlets 5</nc:EntityName> | ||
+ | <nc:EntityContactInformation> | ||
+ | <nc:ContactTelephoneNumber> | ||
+ | <nc:FullTelephoneNumber> | ||
+ | <nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID> | ||
+ | </nc:FullTelephoneNumber> | ||
+ | </nc:ContactTelephoneNumber> | ||
+ | </nc:EntityContactInformation> | ||
+ | <nc:EntityDescriptionText>Nlets</nc:EntityDescriptionText> | ||
+ | </nc:GenericEntity> | ||
+ | </n2c:LienHolder> | ||
+ | <n2c:Lessor> | ||
+ | <nc:EntityOrganization> | ||
+ | <nc:OrganizationCategoryText>Category</nc:OrganizationCategoryText> | ||
+ | <nc:OrganizationLocation> | ||
+ | <nc:LocationName>AZ</nc:LocationName> | ||
+ | </nc:OrganizationLocation> | ||
+ | <nc:OrganizationName>Nlets 6</nc:OrganizationName> | ||
+ | <nc:OrganizationPrimaryContactInformation> | ||
+ | <nc:ContactMailingAddress> | ||
+ | <nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText> | ||
+ | <nc:AddressCityName>Phoenix</nc:AddressCityName> | ||
+ | <nc:AddressCountyName>Maricopa</nc:AddressCountyName> | ||
+ | <nc:AddressState> | ||
+ | <nc:StateName>AZ</nc:StateName> | ||
+ | </nc:AddressState> | ||
+ | <nc:AddressCountry> | ||
+ | <nc:CountryName>US</nc:CountryName> | ||
+ | </nc:AddressCountry> | ||
+ | <nc:AddressPostalCode>85085</nc:AddressPostalCode> | ||
+ | </nc:ContactMailingAddress> | ||
+ | </nc:OrganizationPrimaryContactInformation> | ||
+ | </nc:EntityOrganization> | ||
+ | </n2c:Lessor> | ||
+ | </n2c:Vehicle> | ||
+ | </nrs2:StandardResponse> | ||
+ | </nrs2:RegistrationStatus> | ||
+ | </n2:NLETSResponseData> | ||
+ | </n2:NLETS> | ||
+ | </syntaxhighlight> | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <u>Example 10</u>: A CANDLE 3.0 Vehicle Registration Match Response (Registration). | ||
− | === | + | <table border="1"> |
− | + | <tr> | |
− | + | <th align="left"> | |
− | + | <syntaxhighlight lang="xml"> | |
− | = | + | <?xml version="1.0" encoding="utf-16"?> |
− | + | <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/2.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/2.0" n2:version="2.0"> | |
− | + | <n2:NLETSMessageHeader> | |
− | + | <nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText> | |
− | < | + | <nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID> |
− | + | <nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID> | |
− | < | + | <nh2:DocumentControlFieldText>CANDLE30RR</nh2:DocumentControlFieldText> |
− | < | + | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> |
− | + | <nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | |
− | + | <nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate> | |
− | < | + | <nh2:MessageSendTime>14:09</nh2:MessageSendTime> |
− | < | + | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> |
− | < | + | <nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> |
− | < | + | </n2:NLETSMessageHeader> |
− | < | + | <n2:NLETSResponseData n2:key="RR"> |
− | < | + | <nrm2:RegistrationMatch> |
− | + | <n2c:Caveat> | |
− | + | <nc:CaveatText>Caveat Text</nc:CaveatText> | |
− | < | + | </n2c:Caveat> |
− | < | + | <nrm2:IndividualMatch> |
− | < | + | <n2c:ConveyanceRegistration> |
− | < | + | <j:RegistrationAuthorityName>UT</j:RegistrationAuthorityName> |
− | + | <j:RegistrationDuplicateQuantity>0</j:RegistrationDuplicateQuantity> | |
− | + | <j:RegistrationEffectiveDate> | |
− | < | + | <nc:YearDate>2001</nc:YearDate> |
− | < | + | </j:RegistrationEffectiveDate> |
+ | <j:RegistrationExpirationDate> | ||
+ | <nc:YearDate>2001</nc:YearDate> | ||
+ | </j:RegistrationExpirationDate> | ||
+ | <n2c:RegistrationHolder> | ||
+ | <n2c:Person> | ||
+ | <nc:PersonBirthDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:PersonBirthDate> | ||
+ | <nc:PersonEthnicityText>W</nc:PersonEthnicityText> | ||
+ | <nc:PersonEyeColorText>BRO</nc:PersonEyeColorText> | ||
+ | <nc:PersonHairColorText>BRO</nc:PersonHairColorText> | ||
+ | <nc:PersonHeightMeasure> | ||
+ | <nc:MeasureValueText>511</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>ft</nc:MeasureUnitText> | ||
+ | </nc:PersonHeightMeasure> | ||
+ | <nc:PersonName> | ||
+ | <nc:PersonGivenName>Given</nc:PersonGivenName> | ||
+ | <nc:PersonMiddleName>Middle</nc:PersonMiddleName> | ||
+ | <nc:PersonSurName>SurName</nc:PersonSurName> | ||
+ | <nc:PersonFullName>SurName, Given Middle</nc:PersonFullName> | ||
+ | </nc:PersonName> | ||
+ | <nc:PersonRaceText>W</nc:PersonRaceText> | ||
+ | <nc:PersonSexText>M</nc:PersonSexText> | ||
+ | <nc:PersonWeightMeasure> | ||
+ | <nc:MeasureValueText>250</nc:MeasureValueText> | ||
+ | <nc:MeasureUnitText>lbs</nc:MeasureUnitText> | ||
+ | </nc:PersonWeightMeasure> | ||
+ | <n2c:DriverLicense> | ||
+ | <j:DriverLicenseIdentification> | ||
+ | <nc:IdentificationID>OLN12345678</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:DriverLicenseIdentification> | ||
+ | </n2c:DriverLicense> | ||
+ | </n2c:Person> | ||
+ | </n2c:RegistrationHolder> | ||
+ | <j:ConveyanceRegistrationPlateIdentification> | ||
+ | <nc:IdentificationID>LIC123</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </j:ConveyanceRegistrationPlateIdentification> | ||
+ | <j:ConveyanceRegistrationPlateCategoryText>Plate Category</j:ConveyanceRegistrationPlateCategoryText> | ||
+ | <j:ConveyanceRegistrationStatus> | ||
+ | <nc:StatusText>RegistrationStatus</nc:StatusText> | ||
+ | <nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText> | ||
+ | <nc:StatusDate> | ||
+ | <nc:Date>1957-08-13</nc:Date> | ||
+ | </nc:StatusDate> | ||
+ | <n2c:ConveyanceRegistrationStatusText>RegistrationStatus</n2c:ConveyanceRegistrationStatusText> | ||
+ | <j:ConveyanceRegistrationStatusDetailText>RegistrationDetai</j:ConveyanceRegistrationStatusDetailText> | ||
+ | </j:ConveyanceRegistrationStatus> | ||
+ | </n2c:ConveyanceRegistration> | ||
+ | </nrm2:IndividualMatch> | ||
+ | </nrm2:RegistrationMatch> | ||
+ | </n2:NLETSResponseData> | ||
+ | </n2:NLETS> | ||
+ | </syntaxhighlight> | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
− | < | + | <u>Example 10</u>: A CANDLE 3.0 Vehicle Registration Match Response (Vehicle). |
− | < | + | <table border="1"> |
− | < | + | <tr> |
+ | <th align="left"> | ||
+ | <syntaxhighlight lang="xml"> | ||
+ | <?xml version="1.0" encoding="utf-16"?> | ||
+ | <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/2.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/2.0" n2:version="2.0"> | ||
+ | <n2:NLETSMessageHeader> | ||
+ | <nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText> | ||
+ | <nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID> | ||
+ | <nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID> | ||
+ | <nh2:DocumentControlFieldText>CANDLE30RR</nh2:DocumentControlFieldText> | ||
+ | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | ||
+ | <nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime> | ||
+ | <nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate> | ||
+ | <nh2:MessageSendTime>14:09</nh2:MessageSendTime> | ||
+ | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> | ||
+ | <nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric> | ||
+ | </n2:NLETSMessageHeader> | ||
+ | <n2:NLETSResponseData n2:key="RR"> | ||
+ | <nrm2:RegistrationMatch> | ||
+ | <n2c:Caveat> | ||
+ | <nc:CaveatText>Caveat Text</nc:CaveatText> | ||
+ | </n2c:Caveat> | ||
+ | <nrm2:IndividualMatch> | ||
+ | <n2c:Vehicle> | ||
+ | <nc:ConveyanceColorPrimaryText>Red</nc:ConveyanceColorPrimaryText> | ||
+ | <nc:ConveyanceColorSecondaryText>Green</nc:ConveyanceColorSecondaryText> | ||
+ | <nc:ItemModelYearDate>2001</nc:ItemModelYearDate> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>VIN1234567890</nc:IdentificationID> | ||
+ | <nc:IdentificationJurisdiction> | ||
+ | <nc:JurisdictionText>AZ</nc:JurisdictionText> | ||
+ | </nc:IdentificationJurisdiction> | ||
+ | </nc:VehicleIdentification> | ||
+ | <n2c:VehicleMakeText>TOYT</n2c:VehicleMakeText> | ||
+ | <n2c:VehicleModelText>CRO</n2c:VehicleModelText> | ||
+ | <nc:VehiclePassengerSafeQuantity>4</nc:VehiclePassengerSafeQuantity> | ||
+ | <nc:VehicleSeatingQuantity>5</nc:VehicleSeatingQuantity> | ||
+ | <nc:VehicleTransmissionCategoryText>TransmissionCategory</nc:VehicleTransmissionCategoryText> | ||
+ | <nc:VehicleAxleQuantity>4</nc:VehicleAxleQuantity> | ||
+ | </n2c:Vehicle> | ||
+ | </nrm2:IndividualMatch> | ||
+ | </nrm2:RegistrationMatch> | ||
+ | </n2:NLETSResponseData> | ||
+ | </n2:NLETS> | ||
− | + | </syntaxhighlight> | |
− | < | + | </th> |
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | ===Parsed Vehicle Registration NIEM Specifications=== | ||
+ | |||
+ | This section provides NIEM format and examples for Parsed Vehicle Registration Response to a <b>state</b> (PRR), | ||
− | + | Nlets now provides the option for users to receive fully tagged NIEM formatted Registration Responses from all states via our message parsing service. RRs destined to an individual terminal or an entire state can be redirected to the message parsing service to be converted to a Parsed Registration Response (PRR). | |
− | + | ||
+ | The Parsed Registration Response is structured similarly to a standard CANDLE 2.0 Registration Response with the addition of some parsing-related elements and the removal of some cardinalities and enumerations. | ||
− | + | The parsing service can be setup to parse all statewide RRs or to parse RRs for any number of individual ORIs. | |
− | |||
− | |||
+ | Any standardized message that is received will also be transformed into a text response in the OriginalResponseText element of a PRR. | ||
− | + | To leverage this service or for more information, contact the Nlets Control Center at 1-800-528-4020. | |
− | + | ====Benefits and Potential==== | |
− | + | This parsing technology has a number of real-world benefits. For members, parsed registration responses enable switch vendors to convert the fully tagged XML into a simple, human-readable format. Standardized responses also enable states to create advanced technological policies and procedures based on the data. | |
− | + | ||
− | + | Nlets Strategic Partners can also benefit from this parsed data. A number of traffic enforcement strategic partners already maintain their own parsers for the 45 states that return registration responses in unstructured text. This new technology eliminates that time-consuming process and enables our partners to focus their energy on developing and maintaining technology that supports law enforcement. | |
− | + | ||
− | < | + | ===Element Dictionary=== |
− | + | ||
− | + | Transaction types detailed below include: <u>Standardized Parsed Vehicle Registration Response (PRR)</u> and <u> Standardized Parsed List Response (PRR)</u>. | |
− | + | ||
− | + | ====Response Formats==== | |
− | + | ||
− | + | All Nlets NIEM messages must be based on the Nlets NIEM Message Structure and include the standard Nlets XML Header as detailed in [[03-Message_Structure|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. | |
− | + | ||
− | + | <b><u>Standardized Parsed Vehicle Registration Status Response (PRR)</u></b> | |
− | + | ||
− | + | <b>Response Data (n2:NLETSResponseData)</b> | |
− | + | <br>This element will contain all elements specific to this transaction. | |
− | + | ||
− | + | <b>QualityCommentText (nc:QualityCommentText)</b> | |
− | + | <br> This element will contain notes on any issue encountered during the parsing of the Text Response. | |
− | + | <br> An example of some of the issues that might be encountered and notated here include: | |
− | + | <br> An indication that the original response could only be partially parsed. | |
− | + | <br> An indication that the original response could not be parsed. | |
− | + | <br> An indication that the original response contains content that is not part of the CANDLE RR specification. | |
− | + | <br> In this case, it will also include a note to reference the OriginalTextResponse for additional information. | |
− | + | ||
− | + | <b>OriginalTextResponse (n2:OriginalTextResponse)</b> | |
− | < | + | <br> This element will contain the original, unaltered, text response from the incoming RR. If any issues |
− | + | <br> were encountered during the parsing of the original text response, you can refer to this element for any | |
− | + | <br> additional information. Content in the original text response that is outside of the scope of a standard | |
− | < | + | <br> CANDLE RR specification will not be parsed and only be located in this element. |
− | + | ||
− | + | <b>Vehicle Registration Status (nrs2:RegistrationStatus)</b> | |
− | + | <br> This element will contain the standardized Registration status response as defined in the | |
− | + | <br> Collaboration of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications. | |
− | + | ||
− | + | <b><u>Standardized Parsed Vehicle Registration Match List Response (PRR)</u></b> | |
− | + | ||
− | + | <b>Response Data (n2:NLETSResponseData)</b> | |
− | + | <br>This element will contain all elements specific to this transaction. | |
− | + | ||
− | + | <b>QualityCommentText (nc:QualityCommentText)</b> | |
− | + | <br> This element will contain notes on any issue encountered during the parsing of the Text Response. | |
− | + | ||
− | < | + | <b>OriginalTextResponse (n2:OriginalTextResponse)</b> |
− | + | <br> This element will contain the original, unaltered, text response from the incoming RR. | |
− | + | ||
− | + | <b>Registration Matches (nrm2:RegistrationMatch)</b> | |
− | + | <br> This element will contain the standardized Registration match list response as defined in the | |
− | + | <br> Collaboration of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications. | |
− | + | ||
− | + | ||
− | + | =====Parsed Vehicle Registration NIEM Examples===== | |
− | + | ||
− | + | <u>Example 1</u>: A Parsed Vehicle Registration Status Response. | |
− | + | ||
− | + | <table border="1"> | |
− | + | <tr> | |
− | + | <th align="left"> | |
− | + | <syntaxhighlight lang="xml"> | |
− | + | <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>PRR</nh2:MessageKeyCodeText> | |
− | + | <nh2:OriginatingORIID>AZ007C100</nh2:OriginatingORIID> | |
− | + | <nh2:DestinationORIID>AZNLETS47</nh2:DestinationORIID> | |
− | + | <nh2:DocumentControlFieldText><![CDATA[PRREXAMPLE]]></nh2:DocumentControlFieldText> | |
− | + | <nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate> | |
− | + | <nh2:MessageReceiveTime>14:19</nh2:MessageReceiveTime> | |
− | + | <nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate> | |
− | + | <nh2:MessageSendTime>14:19</nh2:MessageSendTime> | |
− | + | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> | |
− | + | <nh2:SendMessageNumeric>01226</nh2:SendMessageNumeric> | |
− | + | </n2:NLETSMessageHeader> | |
− | + | <n2:NLETSInquiryData n2:key="RQ"> | |
− | + | <n2c:Vehicle xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0"> | |
− | + | <n2c:ConveyanceRegistrationPlateIdentification> | |
− | + | <IdentificationExpirationDate xmlns="http://release.niem.gov/niem/niem-core/4.0/"> | |
− | + | <n2:DateText>2015</n2:DateText> | |
− | + | </IdentificationExpirationDate> | |
− | + | <IdentificationID xmlns="http://release.niem.gov/niem/niem-core/4.0/">ABC###</IdentificationID> | |
− | + | <IdentificationCategoryText xmlns="http://release.niem.gov/niem/niem-core/4.0/">PC</IdentificationCategoryText> | |
− | + | </n2c:ConveyanceRegistrationPlateIdentification> | |
− | + | </n2c:Vehicle> | |
− | + | </n2:NLETSInquiryData> | |
− | + | <n2:NLETSResponseData n2:key="PRR"> | |
− | + | <nrs2:RegistrationStatus xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/1.0"> | |
− | + | <n2c:AdditionalInformation xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0"> | |
− | + | <n2c:StateElement> | |
− | + | <n2c:ElementFieldName>MESSAGES1</n2c:ElementFieldName> | |
− | + | <n2c:ElementFieldValue> PLATES NOT VALID FOR HIGHWAY USE</n2c:ElementFieldValue> | |
− | + | </n2c:StateElement> | |
− | </ | + | <n2c:StateElement> |
− | + | <n2c:ElementFieldName>MESSAGES2</n2c:ElementFieldName> | |
− | </ | + | <n2c:ElementFieldValue> PLATE IS FOR CREDIT ONLY PREVIOUS VEH INFO BELOW</n2c:ElementFieldValue> |
− | < | + | </n2c:StateElement> |
− | < | + | </n2c:AdditionalInformation> |
− | + | <nrs2:StandardResponse> | |
− | < | + | <n2c:Vehicle xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0"> |
− | + | <nc:ItemModelYearDate>2000</nc:ItemModelYearDate> | |
− | < | + | <nc:PropertyStyleText>4DSD</nc:PropertyStyleText> |
− | < | + | <nc:VehicleMakeCode>TOYT</nc:VehicleMakeCode> |
− | < | + | <nc:VehicleIdentification> |
− | + | <nc:IdentificationID>12345678912752545</nc:IdentificationID> | |
− | < | + | </nc:VehicleIdentification> |
− | + | <nc:ConveyanceRegistration> | |
− | < | + | <nc:RegistrationExpirationDate> |
− | < | + | <nc:Date>2017-08-31</nc:Date> |
− | + | </nc:RegistrationExpirationDate> | |
− | + | <n2c:RegistrationHolder> | |
− | + | <nc:ContactMailingAddress> | |
− | + | <nc:StructuredAddress> | |
− | + | <nc:LocationStreet> | |
− | + | <nc:StreetFullText>123 FAKE LN APT 20B</nc:StreetFullText> | |
− | + | </nc:LocationStreet> | |
− | + | <nc:LocationCityName>TEMPE</nc:LocationCityName> | |
− | + | <nc:LocationStateName>AZ</nc:LocationStateName> | |
− | < | + | <nc:LocationPostalCode>852827036</nc:LocationPostalCode> |
− | + | </nc:StructuredAddress> | |
− | + | </nc:ContactMailingAddress> | |
− | + | <n2c:Person> | |
− | + | <nc:PersonName> | |
− | + | <nc:PersonFullName>SMITH,W,JOHN</nc:PersonFullName> | |
− | + | </nc:PersonName> | |
− | + | <nc:DriverLicense> | |
− | + | <nc:DriverLicenseIdentification> | |
− | + | <nc:IdentificationID>D0#######</nc:IdentificationID> | |
− | + | </nc:DriverLicenseIdentification> | |
− | + | </nc:DriverLicense> | |
− | + | </n2c:Person> | |
− | + | </n2c:RegistrationHolder> | |
− | + | <nc:ConveyanceRegistrationPlateIdentification> | |
− | + | <nc:IdentificationID>ABC###</nc:IdentificationID> | |
− | + | </nc:ConveyanceRegistrationPlateIdentification> | |
− | + | </nc:ConveyanceRegistration> | |
− | + | </n2c:Vehicle> | |
− | + | </nrs2:StandardResponse> | |
− | + | </nrs2:RegistrationStatus> | |
− | + | <n2:OriginalTextResponse>LIC/ABC###.LIY/2015.LIT/PC. | |
− | + | LIC:ABC### EXPIRE: 08/31/2017 | |
− | + | NAM:SMITH,W,JOHN CUST#:D0####### | |
− | + | ADR:123 FAKE LN APT 20B | |
− | + | CTY:TEMPE ST:AZ ZIP:852827036 | |
− | + | MSGS: PLATES NOT VALID FOR HIGHWAY USE | |
− | + | MSGS: PLATE IS FOR CREDIT ONLY PREVIOUS VEH INFO BELOW | |
− | + | VIN:12345678912752545 VYR:2000 VMA:TOYT VST:4DSD</n2:OriginalTextResponse> | |
− | + | </n2:NLETSResponseData> | |
− | + | </n2:NLETS> | |
− | + | </syntaxhighlight> | |
− | + | </th> | |
− | + | </tr> | |
− | + | </table> | |
− | + | ||
− | + | <u>Example 2</u>: A Parsed Vehicle Registration Match List Response. | |
− | + | ||
− | + | <table border="1"> | |
− | + | <tr> | |
− | + | <th align="left"> | |
− | + | <syntaxhighlight lang="xml"> | |
− | < | + | <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>PRR</nh2:MessageKeyCodeText> | |
− | + | <nh2:OriginatingORIID>CTVIN0000</nh2:OriginatingORIID> | |
− | + | <nh2:DestinationORIID>AZNLETS47</nh2:DestinationORIID> | |
− | + | <nh2:DocumentControlFieldText><![CDATA[NL0000TEST]]></nh2:DocumentControlFieldText> | |
− | + | <nh2:MessageReceiveDate>11/15/2019</nh2:MessageReceiveDate> | |
− | + | <nh2:MessageReceiveTime>08:21</nh2:MessageReceiveTime> | |
− | + | <nh2:MessageSendDate>11/15/2019</nh2:MessageSendDate> | |
− | + | <nh2:MessageSendTime>08:21</nh2:MessageSendTime> | |
− | + | <nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric> | |
− | + | <nh2:SendMessageNumeric>00284</nh2:SendMessageNumeric> | |
− | + | </n2:NLETSMessageHeader> | |
− | + | <n2:NLETSResponseData n2:key="PRR"> | |
− | + | <n2:OriginalTextResponse>SMITH JOHN M DOB/810807 SEX/M | |
− | <n2:DateText> | + | PO BOX 1111 STONINGTON CT |
+ | LIC/ABC12 LIY/1602 LIT/TM VIN/AAAAA11A11A111111 | ||
+ | VYR/09 VMA/TOYOT VMO/TACOMA D VST/CW VCO/GRY | ||
+ | * | ||
+ | SMITH JOHN M DOB/810807 SEX/M | ||
+ | PO BOX 1111 STONINGTON CT | ||
+ | LIC/ABC1234 LIY/1808 LIT/ZZ VIN/AAAAA11A11A111111 | ||
+ | VYR/09 VMA/TOYOT VMO/TACOMA D VST/CW VCO/GRY | ||
+ | |||
+ | </n2:OriginalTextResponse> | ||
+ | <nrm2:RegistrationMatch xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/1.0"> | ||
+ | <nrm2:IndividualMatch> | ||
+ | <nc:ConveyanceRegistration> | ||
+ | <nc:RegistrationExpirationDate> | ||
+ | <n2:DateText>1602</n2:DateText> | ||
</nc:RegistrationExpirationDate> | </nc:RegistrationExpirationDate> | ||
<n2c:RegistrationHolder xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0"> | <n2c:RegistrationHolder xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0"> | ||
Line 1,017: | Line 2,428: | ||
</n2c:RegistrationHolder> | </n2c:RegistrationHolder> | ||
<nc:ConveyanceRegistrationPlateIdentification> | <nc:ConveyanceRegistrationPlateIdentification> | ||
− | <nc:IdentificationID> | + | <nc:IdentificationID>ABC12</nc:IdentificationID> |
</nc:ConveyanceRegistrationPlateIdentification> | </nc:ConveyanceRegistrationPlateIdentification> | ||
− | <nc:ConveyanceRegistrationPlateCategoryText> | + | <nc:ConveyanceRegistrationPlateCategoryText>TM</nc:ConveyanceRegistrationPlateCategoryText> |
</nc:ConveyanceRegistration> | </nc:ConveyanceRegistration> | ||
<nc:Vehicle> | <nc:Vehicle> | ||
Line 1,032: | Line 2,443: | ||
</nc:Vehicle> | </nc:Vehicle> | ||
</nrm2:IndividualMatch> | </nrm2:IndividualMatch> | ||
− | + | <nrm2:IndividualMatch> | |
− | + | <nc:ConveyanceRegistration> | |
− | </ | + | <nc:RegistrationExpirationDate> |
− | </ | + | <n2:DateText>1808</n2:DateText> |
− | </ | + | </nc:RegistrationExpirationDate> |
− | </ | + | <n2c:RegistrationHolder xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0"> |
− | </ | + | <nc:ContactMailingAddress> |
− | + | <nc:StructuredAddress> | |
− | + | <nc:LocationStreet> | |
− | + | <nc:StreetFullText>PO BOX 1111</nc:StreetFullText> | |
− | + | </nc:LocationStreet> | |
− | + | <nc:LocationCityName>STONINGTON</nc:LocationCityName> | |
− | + | <nc:LocationStateName>CT</nc:LocationStateName> | |
− | + | </nc:StructuredAddress> | |
− | + | </nc:ContactMailingAddress> | |
− | + | <n2c:Person> | |
− | + | <nc:PersonBirthDate> | |
− | + | <n2:DateText>810807</n2:DateText> | |
− | + | </nc:PersonBirthDate> | |
− | + | <nc:PersonName> | |
− | + | <nc:PersonFullName>SMITH JOHN M</nc:PersonFullName> | |
− | + | </nc:PersonName> | |
− | + | <nc:PersonSexCode>M</nc:PersonSexCode> | |
− | + | </n2c:Person> | |
− | + | </n2c:RegistrationHolder> | |
− | < | + | <nc:ConveyanceRegistrationPlateIdentification> |
− | < | + | <nc:IdentificationID>ABC1234</nc:IdentificationID> |
− | < | + | </nc:ConveyanceRegistrationPlateIdentification> |
− | < | + | <nc:ConveyanceRegistrationPlateCategoryText>ZZ</nc:ConveyanceRegistrationPlateCategoryText> |
− | < | + | </nc:ConveyanceRegistration> |
− | </ | + | <nc:Vehicle> |
+ | <nc:ConveyanceColorPrimaryText>GRY</nc:ConveyanceColorPrimaryText> | ||
+ | <nc:ItemModelYearDate>09</nc:ItemModelYearDate> | ||
+ | <nc:PropertyStyleText>CW</nc:PropertyStyleText> | ||
+ | <nc:VehicleMakeText>TOYOT</nc:VehicleMakeText> | ||
+ | <nc:VehicleModelText>TACOMA D</nc:VehicleModelText> | ||
+ | <nc:VehicleIdentification> | ||
+ | <nc:IdentificationID>AAAAA11A11A111111</nc:IdentificationID> | ||
+ | </nc:VehicleIdentification> | ||
+ | </nc:Vehicle> | ||
+ | </nrm2:IndividualMatch> | ||
+ | </nrm2:RegistrationMatch> | ||
+ | </n2:NLETSResponseData> | ||
+ | </n2:NLETS> | ||
+ | </syntaxhighlight> | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
− | |||
− | <table border="1"> | + | [[#top|Top]] |
+ | |||
+ | ==Legacy (DEPRECATED)== | ||
+ | |||
+ | ===Vehicle Registration Legacy Specifications=== | ||
+ | |||
+ | This section provides Legacy format and examples for Vehicle Registration Query by License Plate/Year/Type, or VIN to a <b>state</b> (RQ), and the corresponding Vehicle Registration Response (RR), and the Vehicle Registration Query by License Plate/Year/Type, <b>or</b> VIN to a <b>region</b> (RQG). An alternative Vehicle Registration Query is by name (RNQ) with the corresponding Vehicle Registration Response (RNR). | ||
+ | |||
+ | Canadian vehicle registration queries are described in "[[Section 32: Communicating with Canada|Communicating with Canada]]". | ||
+ | |||
+ | Mexican vehicle registration queries are described in "[[Section 33: Communicating with Mexico|Communicating with Mexico]]". | ||
+ | |||
+ | Formats for Vehicle Registration queries and responses are described in the sections that follow. | ||
+ | |||
+ | ====Query Formats==== | ||
+ | |||
+ | <ul> | ||
+ | <li>All inquiries and responses are in a fixed format. | ||
+ | <li>All messages are preceded by a standard input header. | ||
+ | <li>If a regional code is used, the message type should be RQG. If it is not, Nlets will change it to RQG and handle it at a lower priority. | ||
+ | <li>States receiving an RQG will respond with an RR. | ||
+ | </ul> | ||
+ | |||
+ | To send a vehicle registration query, enter the following: | ||
+ | |||
+ | <table border="1"> | ||
<tr> | <tr> | ||
<th align="left">RQ. or RQG.</th> | <th align="left">RQ. or RQG.</th> | ||
Line 1,090: | Line 2,542: | ||
<tr> | <tr> | ||
<th align="left"> | <th align="left"> | ||
− | -"LIC/" followed by license plate number ( | + | -"LIC/" followed by license plate number (string) and a period. |
<br>-"LIY/" followed by year of current license or NX (non-expiring) and a period. | <br>-"LIY/" followed by year of current license or NX (non-expiring) and a period. | ||
<br>-"LIT/" followed by license type. | <br>-"LIT/" followed by license type. | ||
Line 1,108: | Line 2,560: | ||
<ul> | <ul> | ||
− | <li>No imbedded spaces and no special characters (i.e. hyphens) should be in the | + | <li>No imbedded spaces and no special characters (i.e. hyphens) should be in the inquiry. |
<li>All data elements (i.e. license or vehicle ID number) are preceded by a prefix and terminated by a period. The final character should not be a period (this conforms to NCIC message structure). | <li>All data elements (i.e. license or vehicle ID number) are preceded by a prefix and terminated by a period. The final character should not be a period (this conforms to NCIC message structure). | ||
<li>Control characters are permitted throughout the text of the message and should be ignored by the queried state when examining the inquiry. | <li>Control characters are permitted throughout the text of the message and should be ignored by the queried state when examining the inquiry. | ||
Line 1,151: | Line 2,603: | ||
<th align="left">License number</th> | <th align="left">License number</th> | ||
<th align="center">1-10</th> | <th align="center">1-10</th> | ||
− | <th align="left">License number | + | <th align="left">License number, followed by a period.</th> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 1,314: | Line 2,766: | ||
<ul> | <ul> | ||
<li>Should the information be unavailable, a standard message is returned by the state. | <li>Should the information be unavailable, a standard message is returned by the state. | ||
− | <li>If the | + | <li>If the inquiry was processed and there was no information on file, a standard "no record" message is returned. The format for each of these follows the positive response format. |
<li>If a data field presented in the format is unavailable, the prefix, data element, and period should be omitted from the response. | <li>If a data field presented in the format is unavailable, the prefix, data element, and period should be omitted from the response. | ||
<li>The message should be compacted to eliminate spaces resulting from missing or unavailable data elements. An example of this would be vehicle color. Some states do not have this information on their database. | <li>The message should be compacted to eliminate spaces resulting from missing or unavailable data elements. An example of this would be vehicle color. Some states do not have this information on their database. | ||
Line 1,381: | Line 2,833: | ||
</th> | </th> | ||
</tr> | </tr> | ||
− | </table> | + | </table> |
− | + | ||
− | <u>Example 4</u>: A Vehicle Registration query by Region. The response will be a standard Vehicle Registration response (RR). | + | <u>Example 4</u>: A Vehicle Registration query by Region. The response will be a standard Vehicle Registration response (RR). |
− | + | ||
− | <table border="1"> | + | <table border="1"> |
− | <tr> | + | <tr> |
− | <th align="left"> | + | <th align="left"> |
− | RQG.AZNLETS20.A1,B1,C1.TXT | + | RQG.AZNLETS20.A1,B1,C1.TXT |
− | <br>VIN/AAAAA11A11A111111 | + | <br>VIN/AAAAA11A11A111111 |
− | </th> | + | </th> |
− | </tr> | + | </tr> |
− | </table> | + | </table> |
− | + | ||
− | <u>Example 5</u>: A Vehicle Registration query by name. | + | <u>Example 5</u>: A Vehicle Registration query by name. |
+ | |||
+ | <table border="1"> | ||
+ | <tr> | ||
+ | <th align="left"> | ||
+ | RNQ.AZNLETS20.AZ.TXT | ||
+ | <br>NAM/SMITH, JOHN.DOB/19500101 | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | <u>Example 6</u>: A Vehicle Registration response by name. | ||
+ | |||
+ | <table border="1"> | ||
+ | <tr> | ||
+ | <th align="left"> | ||
+ | RNR.AZLIC0000 | ||
+ | <br>13:51 10/26/2011 45282 | ||
+ | <br>13:51 10/26/2011 01948 AZNLETS20 | ||
+ | <br>TXT | ||
+ | <br>NAM/SMITH,JOHN | ||
+ | <br>RESPONSE FROM ARIZONA DMV REGISTRATION RECORDS PAGE 001 | ||
+ | <br>SMITH, JOHN 1234 ANY STREET PHOENIX AZ | ||
+ | <br>LIC/1234567 LIY/2010 LIT/PC VYR/2005 VMA/STRN VMO/ION VST/4D VCO/WHI | ||
+ | <br>END OF SEARCH | ||
+ | </th> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | [[#top|Top]] | ||
+ | |||
+ | == Downloads == | ||
+ | |||
+ | === Queries === | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! File !! Last Updated | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Schemas/RQ.ZIP Download RQ Schema] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Stylesheets/RQ.xslt Download RQ Stylesheet] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Schemas/RQG.ZIP Download RQG Schema] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Stylesheets/RQG.xslt Download RQG Stylesheet] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Schemas/RNQ.ZIP Download RNQ Schema] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Stylesheets/RNQ.xslt Download RNQ Stylesheet] || N/A | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | [[#top|Top]] | ||
− | + | === CANDLE 2.0 === | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! File !! Last Updated | |
− | + | |- | |
− | + | | [https://schema.nlets.org/Wiki/Schemas/PRR.ZIP Download PRR Schema] || N/A | |
− | + | |- | |
− | + | | [https://schema.nlets.org/Wiki/Stylesheets/PRR.xslt Download PRR Stylesheet] || 2/19/2020 | |
− | + | |- | |
− | + | | [https://schema.nlets.org/Wiki/Schemas/RR_20.ZIP Download RR Schema] || N/A | |
− | + | |- | |
− | + | | [https://schema.nlets.org/Wiki/Stylesheets/RR_20.xslt Download RR Stylesheet] || 11/3/2021 | |
− | + | |- | |
− | + | | [https://schema.nlets.org/Wiki/Schemas/RR_20.ZIP Download RNR Schema] || 02/20/2020 | |
− | + | |- | |
− | + | | [https://schema.nlets.org/Wiki/Stylesheets/RR_20.xslt Download RNR Stylesheet] || 09/29/2021 | |
+ | |- | ||
+ | | [[Media:NLETS Registration 2-0-0.pdf | CANDLE 2.0 Vehicle Registration Specs]] || N/A | ||
+ | |- | ||
+ | |} | ||
[[#top|Top]] | [[#top|Top]] | ||
− | == | + | === CANDLE 3.0 === |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Media: | + | {| class="wikitable" |
+ | |- | ||
+ | ! File !! Last Updated | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Schemas/RR_30.ZIP Download RR Schema] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Stylesheets/RR_30.xslt Download RR Stylesheet] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Schemas/RR_30.ZIP Download RNR Schema] || N/A | ||
+ | |- | ||
+ | | [https://schema.nlets.org/Wiki/Stylesheets/RR_30.xslt Download RNR Stylesheet] || N/A | ||
+ | |- | ||
+ | | [[Media:NLETS Registration 3-0-0.pdf | CANDLE 3.0 Vehicle Registration Specs]] || N/A | ||
+ | |- | ||
+ | |} | ||
[[#top|Top]] | [[#top|Top]] |
Revision as of 14:15, 13 December 2021
Contents
- 1 Vehicle Registration Transactions (RQ/RR, RQG & RNQ/RNR)
- 2 GJXDM (DEPRECATED)
- 3 NIEM
- 4 Legacy (DEPRECATED)
- 5 Downloads
Vehicle Registration Transactions (RQ/RR, RQG & RNQ/RNR)
This section describes how to access out-of-state vehicle registration information (plate number, license type, license year, VIN, vehicle model, vehicle style, and vehicle color) by sending a query through Nlets to a state or multi-state region by License Plate/Year/Type, VIN, or Name.
Canadian vehicle registration queries are described in "Communicating with Canada".
Mexican vehicle registration queries are described in "Communicating with Mexico".
This section provides an overview and details regarding the Vehicle Registration Query by License Plate/Year/Type, or VIN to a state (RQ), the corresponding Vehicle Registration Response (RR), the Vehicle Registration Query by License Plate/Year/Type, or VIN to a region (RQG), the corresponding Vehicle Registration Response (RR), the Vehicle Registration Query by Name (RNQ), and the corresponding Vehicle Registration Response (RR).
The RQG is a Vehicle Registration Query to a region. It has the same requirements as a standard RQ. When the RQG is sent to Nlets; Nlets will take that RQG message and change the message type to RQ. States will not receive a RQG message type. Since the message type is changed to a RQ, the requesting state will receive a RR message back. The RQG can also be used for the Multi-state query.
Multi-State Query Functionality
Nlets supports the Multi-State Query functionality for the RQ message format. This functionality allows the inquiry to be automatically sent to all states that participate in the message type and returns a single merged response.
In order to send a Vehicle Registration using the Multi-State Query, the inquiry should be sent in its typical format to the destination NL. Nlets will take this query and send it to ALL states that support the RQ message key. Nlets then collects all relevant responses to this query, merges them together while suppressing the NO HIT responses, and sends them onto the querying user as a single response. These responses will also contain summary data indicating which states this query was sent to, which states responded with hits, which responded with no hits, and which states did not respond at all.
States receiving legacy text or GJXDM formats will see the summary data and state responses in a flattened text format (wrapped in XML for GJXDM), whereas states receiving responses in NIEM will receive the summary and state responses in a standardized XML structure detailed below.
An important detail to note is that if a response is received after Nlets has forwarded on the merged Multi-State response, the late response will be sent individually to the original user. This would be most likely to occur if a participating state happened to be 'down' at the time of the inquiry but came back up at a later time and responded.
Overview
To send a Vehicle Registration Query (RQ/RQG), a user must enter the License Plate, License Year, and License Type (See "Query by License Plate/Year/Type" below), or VIN, Vehicle Make (optional), and Vehicle Manufacture Year (optional) (See "Query by VIN" below).
Positive Vehicle Registration Responses (RR) may contain information including the license number, license type, license year, VIN, vehicle model, vehicle style, and vehicle color for up to two vehicle matches (See "Vehicle Registration Response" below).
Other possible responses to a query include:
- NOT ON FILE
- FILE NOT AVAILABLE
- TEMPORARILY UNAVAILABLE
Query Requirements
- Each Registration Query (RQ/RQG) can be sent to up to five state or regional codes.
- A destination code of "Z1" will result in the inquiry being directed to all states (sends a separate response for each state).
- A destination code of "NL" will result in the inquiry being directed to all states (sends a single response for all states).
- Any indicators or flags from a state DMV file that depict a vehicle record as stolen must be suppressed from interstate transmission over Nlets.
- To access information on diplomatic plates use the 2-character code "US".
- To access information on GSA plates use the 2-character code "GS".
Query Help
- Utilize the states help file for additional DMV ORI information.
- To obtain explanatory or supplementary information on a state's vehicle registration files, a user may send an Administrative Message to xxLICHELP (where xx = 2 character state code).
- A user also may determine who is providing automated responses to registration queries and who has a HELP file by sending an Administrative Message to "NLLICHELP".
- If a complete date of birth is unknown some states support inquiries on age. Consult state vehicle registration HELP file for details. The address is xxLICHELP (where xx=2 character state code).
- A Help file about GSA can be obtained by sending an Administrative message to GSADMHELP.
- A Help file about data returned from GSA can be obtained by sending an Administrative message to GSLICHELP.
More information on help files can be located in Help File Transactions.
Data Codes
- Codes used as input and/or output in the vehicle registration query/response generally match NCIC formats and content. Please refer to Part II of your NCIC Manual for code translation and instruction.
- If a state cannot conform to the NCIC codes with regard to vehicle make and vehicle model, an easily understandable notation may be substituted.
Vehicle Registration Query Field Requirements (RQ/RQG)
The table that follows describes requirements for Vehicle Registration Queries (RQ/RQG).
XML Tag: | Legacy
Prefix: |
Field
Size: |
Data
Requirements: |
Translation: |
---|---|---|---|---|
nc:IdentificationID
|
LIC/ | 1-10 | String |
License
|
nc:IdentificationCategoryText
|
LIT/ | 2-4 | See NCIC
Manual |
License type |
nc:Year
|
LIY/ | 10 | ccyy |
ccyy, License
|
nc:IdentificationID
|
VIN/ | 1-20 | Alphanumeric
only |
Vehicle
|
nc:VehicleMakeCode
|
VMA/ | 2-4 | See NCIC
Manual |
Vehicle make |
nc:ItemModelYearDate
|
VYR/ | 2-4 | See NCIC
Manual |
Vehicle model
|
Registration Name Query/Registration Name Response (RNQ/RNR)
This section provides an overview and details regarding the RNQ/RNR (query by name and its response).
Overview
To send a Vehicle Registration Query (RNQ), a user must enter the Name, Date of Birth (optional), and Age (optional) (See "Name Query" below).
Positive Vehicle Registration Reponses (RNR) may contain information including the License Number, License Type, License Year, VIN, Vehicle Model, Vehicle Style, and Vehicle Color for up to two vehicle matches (See Response below).
The other possible vehicle registration responses include:
- FILE NOT AVAILABLE
- NOT ON FILE
- TEMPORARILY UNAVAILABLE
Query Requirements
- Each Registration Query (RNQ) can be sent to no more than one state.
- To access information on diplomatic plates use the 2-character code "US".
Data Codes
- Codes used as input and/or output in the vehicle registration query/response generally match NCIC formats and content. Please refer to Part II of your NCIC Manual for code translation and instruction.
- If a state cannot conform to the NCIC codes with regard to vehicle make and vehicle model, an easily understandable notation may be substituted.
Vehicle Registration by Name Field Requirements (RNQ)
The table below describes requirements for Registration by Name Queries.
XML Tag: | Legacy
Prefix: |
Field
Size: |
Data
Requirements: |
Translation: |
---|---|---|---|---|
nc:PersonFullName
|
NAM/ | 1-30 |
Alpha Characters |
Person Name: This field
|
nc:Date
|
DOB/ | 8 |
ccyy-mm-dd
|
Date of Birth. This field,
|
nc:PersonAgeDescriptionText
|
AGE/ | 2 |
Numeric |
Age. If a complete
|
Vehicle Registration Name Field Requirements (RNR)
The RNR Field Requirements are identical to the RR Field Requirements.
GJXDM (DEPRECATED)
GJXDM has been deprecated. Please contact Nlets for additional assistance with GJXDM.
NIEM
Vehicle Registration NIEM Specifications
This section provides NIEM format and examples for Vehicle Registration Query by License Plate/Year/Type, or VIN to a state (RQ) or region (RQG), and the corresponding Vehicle Registration Response (RR).
Canadian vehicle registration queries are described in "Communicating with Canada".
Mexican vehicle registration queries are described in "Communicating with Mexico".
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: Vehicle Registration Query by License Plate, Year, Type (RQ,RQG), Vehicle Registration Query by VIN (RQ,RQG), Vehicle Registration Query by Name (RNQ), Vehicle Registration Response in Free Text (RR) and Standardized Vehicle Registration Response (RR).
Query Formats
Vehicle Registration Query by License Plate, Year, Type (RQ,RQG)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
nc:Vehicle
A motor-driven conveyance designed to carry its operator, and optionally passengers and cargo, over
land.
nc:ConveyanceRegistrationPlateIdentification
An identification on a metal plate fixed to a conveyance.
nc:IdentificationID
A value that identifies something.
This element will contain the license plate number to be queried
nc:IdentificationCategoryText
A kind of identification.
This element should contain the type of license plate being queried. Allowable values come
from the NCIC LIT code table.
nc:IdentificationExpirationDate
A date after which an identification is no longer valid.
nc:Year
A year.
This element's value should be the expiration date of the license plate, also known as the
plate year. The value should be in the format YYYY. For non-expiring plates NX or YYYY may
be entered.
n2:HistoryRequestIndicator
This optional element can be used to indicate that a registration history is requested, if
available. The element will only be passed onto XML states and will be stripped from queries to
legacy states. Value should be boolean.
Vehicle Registration Query by VIN (RQ,RQG)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
nc:Vehicle
A motor-driven conveyance designed to carry its operator, and optionally passengers and cargo, over
land.
nc:VehicleIdentification
A unique combination of alphanumeric characters that identifies a specific vehicle.
nc:IdentificationID
A value that identifies something.
This element will contain the VIN to be queried.
nc:VehicleMakeCode
A manufacturer of a vehicle.
This optional element will contain the make of the vehicle being queried. Allowable values come
from the NCIC VMA code table.
nc:ItemModelYearDate
A year in which an item was manufactured or produced.
This element will contain the year of the vehicle. Data should be formatted YYYY.
n2:HistoryRequestIndicator
This optional element can be used to indicate that a registration history is requested, if available.
The element will only be passed onto XML states and will be stripped from queries to legacy
states. Value should be boolean.
Vehicle Registration Query by Name (RNQ)
n2:NLETSInquiryData
This element will contain all elements specific to this transaction.
nc:Person
This element encapsulates the information about the person being queried
nc:PersonAgeDescriptionText
A description of the age of a person.
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.
Response Formats
Vehicle Registration Response in Free Text (RR)
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 vehicle registration response. Nlets recommends the use of
<nh2:DocumentControlFieldText><![CDATA[NL0000TEST]]></nh2:DocumentControlFieldText>
tags to ensure that the response does not contain any characters illegal in XML.
Vehicle Registration Response in CANDLE XML (RR)
The full tagged XML standard for Vehicle Registration Response is determined by The Collaboration of AAMVA and Nlets for Driver License Exchange (CANDLE) specification. The NIEM based version of the CANDLE specification has undergone two revisions. The original NIEM CANDLE revision from 2012 is referred to as CANDLE 2.0 and the latest 2021 revision of the CANDLE specification is referred to as CANDLE 3.0 Samples from both revisions are included below. New implementers of standardized Vehicle Registration Responses are encouraged to adopt the CANDLE 3.0 specification
CANDLE 2.0 Standardized Vehicle Registration Status Response (RR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Vehicle Registration Status (nrs2:RegistrationStatus)
This element will contain the standardized driver status response as defined in the Collaboration
of AAMVA and Nlets for Driver License Exchange (CANDLE) 2.0 specifications.
For CANDLE 2.0, nrs2 maps to the URI http://www.nlets.org/niem/nlets-registration-status/1.0
CANDLE 2.0 Standardized Vehicle Registration Match Response (RR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Vehicle Registration Match (nrm2:RegistrationMatch)
This element will contain a collection of summery Individual Matchs as defined in the Collaboration
of AAMVA and Nlets for Driver License Exchange (CANDLE) 2.0 specifications.
For CANDLE 2.0, nrm2 maps to the URI http://www.nlets.org/niem/nlets-registration-match/1.0
CANDLE 3.0 Standardized Vehicle Registration History Response (RR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Vehicle Registration History (nrh2:RegistrationHistory)
This element will contain the standardized driver history response as defined in the Collaboration
of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications.
For CANDLE 2.0, nrh2 maps to the URI http://www.nlets.org/niem/nlets-registration-history/2.0
CANDLE 3.0 Standardized Vehicle Registration Status Response (RR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Vehicle Registration Status (nrs2:RegistrationStatus)
This element will contain the standardized driver status response as defined in the Collaboration
of AAMVA and Nlets for Driver License Exchange (CANDLE) 3.0 specifications.
For CANDLE 3.0, nrs2 maps to the URI http://www.nlets.org/niem/nlets-registration-status/2.0
CANDLE 3.0 Standardized Vehicle Registration Match Response (RR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
Vehicle Registration Match (nrm2:RegistrationMatch)
This element will contain a collection of summery Individual Matchs as defined in the Collaboration
of AAMVA and Nlets for Driver License Exchange (CANDLE) 3.0 specifications.
For CANDLE 3.0, nrm2 maps to the URI http://www.nlets.org/niem/nlets-registration-match/2.0
Vehicle Registration NIEM Examples
Example 1: A Vehicle Registration query by license plate, year and type.
<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>RQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS47</nh2:OriginatingORIID>
<nh2:DestinationORIID>P4</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSFIRE1]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>13:57</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>13:57</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00010</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<nc:Vehicle>
<nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>ABC123</nc:IdentificationID>
<nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText>
<nc:IdentificationExpirationDate>
<nc:Year>2019</nc:Year>
</nc:IdentificationExpirationDate>
</nc:ConveyanceRegistrationPlateIdentification>
</nc:Vehicle>
</n2:NLETSInquiryData>
</n2:NLETS>
|
---|
Example 2: A Vehicle Registration query by VIN.
<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>RQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS47</nh2:OriginatingORIID>
<nh2:DestinationORIID>P4</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSFIRE2]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>13:58</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>13:58</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00011</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<nc:Vehicle>
<nc:VehicleIdentification>
<nc:IdentificationID>AAAAA11A11A111111</nc:IdentificationID>
</nc:VehicleIdentification>
</nc:Vehicle>
</n2:NLETSInquiryData>
</n2:NLETS>
|
---|
Example 3: A Vehicle Registration 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>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>CALIC0000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS49</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CROSSFIRE1]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>13:59</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>13:59</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01183</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData n2:key="RR">
<n2:ResponseText>DATE: 10/22/19 TIME: 13:59
INSURANCE INFORMATION UNKNOWN
REG VALID FROM: 01/26/01 TO 01/26/02
LIC#: abc123 YRMD:71 MAKE:CHEV BTM :PU VIN :VEHICLEIDNUMBER
R/O :SMITH JOHN, PO BOX 932336 CITY:SACRAMENTO C.C.:34
ZIP#:94000
SOLD:01/20/71 RCID:05/20/79 OCID:05/02/79 LOCD:G
RELEASE OF LIABILITY (REG. 138)
RECEIPT DATE:07/04/96 TRANSFER DATE:07/01/96 SELL PRICE:001500
BUYER:SMITH JOHN, 1234 FAKE AVE
CITY:SACRAMENTO SELLER:SAME AS R/O ON FILE
RELEASE OF LIABILITY (REG. 138)
RECEIPT DATE:11/08/11 TRANSFER DATE:11/01/11 SELL PRICE:000700
BUYER:SMITH JOHN, 1234 FAKE AVE
CITY:SACRAMENTO CA SELLER:SAME AS R/O ON FILE
FEDERAL, STATE OR LOCAL LAW ENFORCEMENT AGENCIES SHALL NOT USE ANY
NON-CRIMINAL HISTORY INFORMATION CONTAINED WITHIN THIS DATABASE FOR
IMMIGRATION ENFORCEMENT PURPOSES. THIS RESTRICTION DOES NOT PERTAIN
TO ANY INFORMATION THAT IS REGARDING A PERSON'S IMMIGRATION OR
CITIZENSHIP STATUS PURSUANT TO 8 U.S.C 1373 AND 1644
END
</n2:ResponseText>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 4: A Vehicle Registration query by Region. The response will be a standard Vehicle Registration response (RR).
<n2:NLETS xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0"
n2:version="4.00" xmlns:n2="http://www.nlets.org/niem/1.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RQG</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS47</nh2:OriginatingORIID>
<nh2:DestinationORIID>A1</nh2:DestinationORIID>
<nh2:DestinationORIID>B1</nh2:DestinationORIID>
<nh2:DestinationORIID>C1</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[CRO55F1R31]]></nh2:DocumentControlFieldText>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<nc:Vehicle>
<nc:VehicleIdentification>
<nc:IdentificationID>AAAAA11A11A111111</nc:IdentificationID>
</nc:VehicleIdentification>
</nc:Vehicle>
</n2:NLETSInquiryData>
</n2:NLETS>
|
---|
Example 5: A Vehicle Registration query 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>RNQ</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS47</nh2:OriginatingORIID>
<nh2:DestinationORIID>P4</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[RNQEXAMPLE]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:06</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:06</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00019</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RNQ">
<nc:Person>
<nc:PersonName>
<nc:PersonFullName>SMITH, JOHN</nc:PersonFullName>
</nc:PersonName>
</nc:Person>
</n2:NLETSInquiryData>
</n2:NLETS>
|
---|
Example 6: A CANDLE 2.0 Vehicle Registration Standard Response.
<n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/1.0" n2:version="2.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[RREXAMPLE1]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:09</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<n2c:Vehicle>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN12345678</nc:IdentificationID>
</nc:VehicleIdentification>
<nc:VehicleMakeCode>GIGI</nc:VehicleMakeCode>
<nc:VehicleModelCode>CRF</nc:VehicleModelCode>
<nc:ConveyanceRegistration>
<nc:RegistrationIdentification>
<nc:IdentificationID>LIC</nc:IdentificationID>
<nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText>
<nc:IdentificationExpirationDate>
<nc:Year>2001</nc:Year>
</nc:IdentificationExpirationDate>
</nc:RegistrationIdentification>
</nc:ConveyanceRegistration>
</n2c:Vehicle>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="RR">
<nrs2:RegistrationStatus>
<n2c:AdditionalInformation>
<n2c:StateElement>
<n2c:ElementFieldName>StateElement</n2c:ElementFieldName>
<n2c:ElementFieldValue>StateElement Value</n2c:ElementFieldValue>
</n2c:StateElement>
</n2c:AdditionalInformation>
<nrs2:StandardResponse>
<n2c:Vehicle>
<nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID>
<nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText>
<nc:ItemLengthMeasure>
<nc:MeasurePointValue>100</nc:MeasurePointValue>
<nc:MeasureUnitText>in</nc:MeasureUnitText>
</nc:ItemLengthMeasure>
<nc:ItemMakeName>Make</nc:ItemMakeName>
<nc:ItemModelName>Model</nc:ItemModelName>
<nc:ItemModelYearDate>2020</nc:ItemModelYearDate>
<nc:PropertyStyleText>PropertyStylw</nc:PropertyStyleText>
<nc:ConveyanceEngineQuantity>0</nc:ConveyanceEngineQuantity>
<nc:VehicleBrand>
<nc:VehicleBrandDate>
<nc:Year>2001</nc:Year>
</nc:VehicleBrandDate>
<nc:VehicleBrandCode>42</nc:VehicleBrandCode>
</nc:VehicleBrand>
<nc:VehicleBrand>
<nc:VehicleBrandDate>
<nc:Year>2001</nc:Year>
</nc:VehicleBrandDate>
<nc:VehicleBrandText>Text</nc:VehicleBrandText>
</nc:VehicleBrand>
<nc:VehicleBrander>
<nc:VehicleBranderIdentification>
<nc:IdentificationID>VehicleBranderID</nc:IdentificationID>
<nc:IdentificationCategoryText>VehicleBranderCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>VehicleBranderJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>NM</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>IL</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>VehicleBranderStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>VehicleBranderDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleBranderIdentification>
</nc:VehicleBrander>
<nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator>
<nc:VehicleDoorQuantity>0</nc:VehicleDoorQuantity>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN123456789</nc:IdentificationID>
<nc:IdentificationCategoryText>VINCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>VINJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>MB</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>LA</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>VIN</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>VINDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleIdentification>
<nc:VehicleInvoiceDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:VehicleInvoiceDate>
<nc:VehicleInvoiceIdentification>
<nc:IdentificationID>InvoiceIdentificationID</nc:IdentificationID>
<nc:IdentificationCategoryText>InvoiceIdentificationCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>InvoiceIdentificationJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>OK</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>NF</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>InvoiceIdentificationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>InvoiceIdentificationDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleInvoiceIdentification>
<nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator>
<nc:VehicleMakeCode>STAD</nc:VehicleMakeCode>
<nc:VehicleModelCode>V25</nc:VehicleModelCode>
<nc:VehicleMSRPAmount>0</nc:VehicleMSRPAmount>
<nc:VehicleOdometerReadingMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>ml</nc:MeasureUnitText>
</nc:VehicleOdometerReadingMeasure>
<n2c:VehicleOdometerReadingMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>ml</nc:MeasureUnitText>
<nc:ActivityDate>
<nc:Date>1957-08-13</nc:Date>
</nc:ActivityDate>
</n2c:VehicleOdometerReadingMeasure>
<nc:ItemOwnershipCategoryText>ItemOwnershipCategory</nc:ItemOwnershipCategoryText>
<nc:VehiclePassengerSafeQuantity>0</nc:VehiclePassengerSafeQuantity>
<nc:VehicleSeatingQuantity>0</nc:VehicleSeatingQuantity>
<nc:VehicleTitle>
<nc:TitleIdentification>
<nc:IdentificationID>TitleIdentification</nc:IdentificationID>
<nc:IdentificationCategoryText>TitleIdentificationCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>TitleIdentificationJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>ON</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>OH</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>TitleIdentificationStatusText</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>TitleIdentificationDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:TitleIdentification>
<nc:TitleIssueDate>
<nc:Date>1957-08-13</nc:Date>
</nc:TitleIssueDate>
<nc:TitleStatus>
<nc:StatusText>TitleStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>TitleStatusDescription</nc:StatusDescriptionText>
</nc:TitleStatus>
<n2c:TitleHolder>
<nc:EntityOrganization>
<nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:OrganizationLocation>
<nc:OrganizationName>NLETS </nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:OrganizationPrimaryContactInformation>
</nc:EntityOrganization>
</n2c:TitleHolder>
</nc:VehicleTitle>
<nc:VehicleTransmissionCategoryText>VehicleTransmissionCategoryText</nc:VehicleTransmissionCategoryText>
<nc:VehicleVINAText>VehicleVINAText</nc:VehicleVINAText>
<n2c:Lessee>
<nc:Organization>
<nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:OrganizationLocation>
<nc:OrganizationName>NLETS </nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:OrganizationPrimaryContactInformation>
</nc:Organization>
</n2c:Lessee>
<n2c:Lessor>
<nc:Organization>
<nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:OrganizationLocation>
<nc:OrganizationName>NLETS </nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:OrganizationPrimaryContactInformation>
</nc:Organization>
</n2c:Lessor>
<nc:ConveyanceRegistration>
<nc:RegistrationIdentification>
<nc:IdentificationID>RID123</nc:IdentificationID>
<nc:IdentificationCategoryText>RIDCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>RIDJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>HI</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>IN</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>RIDStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:StatusDate>
<nc:StatusDescriptionText>RIDDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:RegistrationIdentification>
<nc:RegistrationAuthorityName>RegistrationAuthorityName</nc:RegistrationAuthorityName>
<nc:RegistrationDuplicateQuantity>0</nc:RegistrationDuplicateQuantity>
<nc:RegistrationEffectiveDate>
<nc:Date>1957-08-13</nc:Date>
</nc:RegistrationEffectiveDate>
<nc:RegistrationExpirationDate>
<nc:Date>1957-08-13</nc:Date>
</nc:RegistrationExpirationDate>
<nc:RegistrationJurisdictionNCICLISCode>GB</nc:RegistrationJurisdictionNCICLISCode>
<n2c:RegistrationHolder>
<nc:EntityOrganization>
<nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:OrganizationLocation>
<nc:OrganizationName>NLETS </nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:OrganizationPrimaryContactInformation>
</nc:EntityOrganization>
</n2c:RegistrationHolder>
<nc:RegistrationStatus>
<nc:StatusText>RegistrationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText>
</nc:RegistrationStatus>
<nc:ConveyanceRegistrationDecal>
<nc:DecalID>Decal</nc:DecalID>
<nc:DecalColorText>RED</nc:DecalColorText>
<nc:DecalPeriodText>YEAR</nc:DecalPeriodText>
<nc:DecalYearDate>2001</nc:DecalYearDate>
<nc:DecalMonthDate>--12</nc:DecalMonthDate>
</nc:ConveyanceRegistrationDecal>
<nc:ConveyanceRegistrationGrossWeightMeasure>
<nc:MeasurePointValue>10000</nc:MeasurePointValue>
<nc:MeasureUnitText>GRM</nc:MeasureUnitText>
<nc:WeightUnitCode>GRM</nc:WeightUnitCode>
</nc:ConveyanceRegistrationGrossWeightMeasure>
<nc:ConveyanceRegistrationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:ConveyanceRegistrationLocation>
<nc:ConveyanceRegistrationPermanentIndicator>true</nc:ConveyanceRegistrationPermanentIndicator>
<nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>LIC123</nc:IdentificationID>
<nc:IdentificationCategoryText>LICCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>LICJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>VA</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>NH</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>LICStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:StatusDate>
<nc:StatusDescriptionText>LICDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:ConveyanceRegistrationPlateIdentification>
<nc:ConveyanceRegistrationPlateCategoryText>RegistrationPlateCategory</nc:ConveyanceRegistrationPlateCategoryText>
<nc:ConveyanceRegistrationStatus>
<nc:StatusText>RegistrationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText>
<nc:ConveyanceRegistrationStatusCode>00</nc:ConveyanceRegistrationStatusCode>
<nc:ConveyanceRegistrationStatusDetailText>RegistrationStatusStatusDetail</nc:ConveyanceRegistrationStatusDetailText>
</nc:ConveyanceRegistrationStatus>
</nc:ConveyanceRegistration>
<nc:CommercialVehicle>
<nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID>
<nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText>
<nc:ItemLengthMeasure>
<nc:MeasurePointValue>10000</nc:MeasurePointValue>
<nc:MeasureUnitText>ft</nc:MeasureUnitText>
</nc:ItemLengthMeasure>
<nc:ItemMakeName>Make</nc:ItemMakeName>
<nc:ItemModelName>Model</nc:ItemModelName>
<nc:ItemModelYearDate>2001</nc:ItemModelYearDate>
<nc:PropertyStyleText>Style</nc:PropertyStyleText>
<nc:ConveyanceEngineQuantity>0</nc:ConveyanceEngineQuantity>
<nc:VehicleBrand>
<nc:VehicleBrandDate>
<nc:Date>1957-08-13</nc:Date>
</nc:VehicleBrandDate>
<nc:VehicleBrandText>VehicleBrandText</nc:VehicleBrandText>
<nc:VehicleBrandCode>78</nc:VehicleBrandCode>
</nc:VehicleBrand>
<nc:VehicleBrander>
<nc:VehicleBranderIdentification>
<nc:IdentificationID>VehicleBranderID</nc:IdentificationID>
<nc:IdentificationCategoryText>VehicleBranderCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>VehicleBranderJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>NM</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>IL</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>VehicleBranderStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>VehicleBranderDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleBranderIdentification>
</nc:VehicleBrander>
<nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator>
<nc:VehicleDoorQuantity>0</nc:VehicleDoorQuantity>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN123456789</nc:IdentificationID>
<nc:IdentificationCategoryText>VINCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>VINJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>MB</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>LA</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>VIN</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>VINDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleIdentification>
<nc:VehicleInvoiceDate>
<nc:Date>1957-08-13</nc:Date>
</nc:VehicleInvoiceDate>
<nc:VehicleInvoiceIdentification>
<nc:IdentificationID>InvoiceIdentificationID</nc:IdentificationID>
<nc:IdentificationCategoryText>InvoiceIdentificationCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>InvoiceIdentificationJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>OK</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>NF</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>InvoiceIdentificationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>InvoiceIdentificationDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleInvoiceIdentification>
<nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator>
<nc:VehicleMakeCode>TREA</nc:VehicleMakeCode>
<nc:VehicleModelCode>M35</nc:VehicleModelCode>
<nc:VehicleMSRPAmount>0</nc:VehicleMSRPAmount>
<nc:VehicleOdometerReadingMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>ml</nc:MeasureUnitText>
</nc:VehicleOdometerReadingMeasure>
<n2c:VehicleOdometerReadingMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>ml</nc:MeasureUnitText>
<nc:ActivityDate>
<nc:Date>1957-08-13</nc:Date>
</nc:ActivityDate>
</n2c:VehicleOdometerReadingMeasure>
<nc:ItemOwnershipCategoryText>ItemOwnershipCategoryText</nc:ItemOwnershipCategoryText>
<nc:VehiclePassengerSafeQuantity>0</nc:VehiclePassengerSafeQuantity>
<nc:VehicleSeatingQuantity>0</nc:VehicleSeatingQuantity>
<nc:VehicleTransmissionCategoryText>VehicleTransmissionCategoryText</nc:VehicleTransmissionCategoryText>
<nc:VehicleVINAText>VehicleVINAText</nc:VehicleVINAText>
<nc:VehicleAxleQuantity>0</nc:VehicleAxleQuantity>
<nc:VehicleCurrentWeightMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>HGM</nc:MeasureUnitText>
<nc:WeightUnitCode>HGM</nc:WeightUnitCode>
</nc:VehicleCurrentWeightMeasure>
<nc:VehicleGrossLadenSumWeightMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>KGM</nc:MeasureUnitText>
<nc:WeightUnitCode>KGM</nc:WeightUnitCode>
</nc:VehicleGrossLadenSumWeightMeasure>
<nc:VehicleGrossLadenUnitWeightMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>STI</nc:MeasureUnitText>
<nc:WeightUnitCode>STI</nc:WeightUnitCode>
</nc:VehicleGrossLadenUnitWeightMeasure>
<nc:VehicleMaximumLoadWeightMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>MGM</nc:MeasureUnitText>
<nc:WeightUnitCode>MGM</nc:WeightUnitCode>
</nc:VehicleMaximumLoadWeightMeasure>
<nc:VehicleUnladenWeightMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>CWA</nc:MeasureUnitText>
<nc:WeightUnitCode>CWA</nc:WeightUnitCode>
</nc:VehicleUnladenWeightMeasure>
</nc:CommercialVehicle>
<nc:Insurance>
<nc:InsurancePolicyIdentification>
<nc:IdentificationID>InsurancePolicyID</nc:IdentificationID>
<nc:IdentificationCategoryText>InsurancePolicyCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>InsurancePolicyJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>VI</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>NV</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>InsurancePolicyStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>InsurancePolicyDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:InsurancePolicyIdentification>
<nc:InsuranceCarrierName>InsuranceCarrierName</nc:InsuranceCarrierName>
<nc:InsuranceEffectiveDate>
<nc:Date>1957-08-13</nc:Date>
</nc:InsuranceEffectiveDate>
<nc:InsuranceEndDate>
<nc:Date>1957-08-13</nc:Date>
</nc:InsuranceEndDate>
</nc:Insurance>
<nc:Engine>
<nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID>
<nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText>
<nc:ItemLengthMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>in</nc:MeasureUnitText>
</nc:ItemLengthMeasure>
<nc:ItemMakeName>Make</nc:ItemMakeName>
<nc:ItemModelName>Model</nc:ItemModelName>
<nc:ItemModelYearDate>2001</nc:ItemModelYearDate>
<nc:PropertyStyleText>Style</nc:PropertyStyleText>
<nc:EngineCylinderQuantity>0</nc:EngineCylinderQuantity>
<nc:EngineID>EngineID</nc:EngineID>
<nc:ConveyanceFuelCategoryText>ConveyanceFuelCategoryText</nc:ConveyanceFuelCategoryText>
<nc:EngineDisplacementMeasure>
<nc:MeasurePointValue>1000</nc:MeasurePointValue>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:EngineDisplacementMeasure>
<nc:EngineHorsepowerQuantity>0</nc:EngineHorsepowerQuantity>
</nc:Engine>
<nc:VehicleInspection>
<nc:ActivityIdentification>
<nc:IdentificationID>VehicleInspectionID</nc:IdentificationID>
<nc:IdentificationCategoryText>VehicleInspectionCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>VehicleInspectionJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>PE</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>WA</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>VehicleInspectionStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:StatusDate>
<nc:StatusDescriptionText>VehicleInspectionDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:ActivityIdentification>
<nc:ActivityDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:ActivityDate>
<nc:ActivityDescriptionText>ActivityDescriptionText</nc:ActivityDescriptionText>
<nc:VehicleInspectionAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:VehicleInspectionAddress>
<nc:VehicleInspectionInspectorIdentification>
<nc:IdentificationID>InspectorID</nc:IdentificationID>
<nc:IdentificationCategoryText>InspectorCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>InspectorJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>NV</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>GA</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>InspectorStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>Description</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleInspectionInspectorIdentification>
<nc:VehicleInspectionStationIdentification>
<nc:IdentificationID>StationIdentificationID</nc:IdentificationID>
<nc:IdentificationCategoryText>StationIdentificationCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>StationIdentificationJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>MB</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>NS</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>StationIdentificationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>StationIdentificationDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:VehicleInspectionStationIdentification>
</nc:VehicleInspection>
<n2c:LienHolder>
<nc:Lien>
<nc:LienDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:LienDate>
<nc:LienReleaseDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:LienReleaseDate>
</nc:Lien>
<nc:Organization>
<nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:OrganizationLocation>
<nc:OrganizationName>NLETS </nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:OrganizationPrimaryContactInformation>
</nc:Organization>
</n2c:LienHolder>
</n2c:Vehicle>
</nrs2:StandardResponse>
</nrs2:RegistrationStatus>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 7: A CANDLE 2.0 Vehicle Registration Match Response (Registration).
<n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/1.0" n2:version="2.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[RREXAMPLE1]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:09</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<n2c:Vehicle>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN12345678</nc:IdentificationID>
</nc:VehicleIdentification>
<nc:VehicleMakeCode>GIGI</nc:VehicleMakeCode>
<nc:VehicleModelCode>CRF</nc:VehicleModelCode>
<nc:ConveyanceRegistration>
<nc:RegistrationIdentification>
<nc:IdentificationID>LIC</nc:IdentificationID>
<nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText>
<nc:IdentificationExpirationDate>
<nc:Year>2001</nc:Year>
</nc:IdentificationExpirationDate>
</nc:RegistrationIdentification>
</nc:ConveyanceRegistration>
</n2c:Vehicle>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="RR">
<nrm2:RegistrationMatch>
<nrm2:IndividualMatch>
<nc:ConveyanceRegistration>
<nc:RegistrationIdentification>
<nc:IdentificationID>RID123</nc:IdentificationID>
<nc:IdentificationCategoryText>RIDCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>RIDJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>HI</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>IN</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>RIDStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:StatusDate>
<nc:StatusDescriptionText>RIDDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:RegistrationIdentification>
<nc:RegistrationAuthorityName>RegistrationAuthorityName</nc:RegistrationAuthorityName>
<nc:RegistrationDuplicateQuantity>0</nc:RegistrationDuplicateQuantity>
<nc:RegistrationEffectiveDate>
<nc:Date>1957-08-13</nc:Date>
</nc:RegistrationEffectiveDate>
<nc:RegistrationExpirationDate>
<nc:Date>1957-08-13</nc:Date>
</nc:RegistrationExpirationDate>
<nc:RegistrationJurisdictionNCICLISCode>GB</nc:RegistrationJurisdictionNCICLISCode>
<n2c:RegistrationHolder>
<nc:EntityOrganization>
<nc:OrganizationCategoryText>NLETS CAT</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:OrganizationLocation>
<nc:OrganizationName>NLETS </nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:OrganizationPrimaryContactInformation>
</nc:EntityOrganization>
</n2c:RegistrationHolder>
<nc:RegistrationStatus>
<nc:StatusText>RegistrationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText>
</nc:RegistrationStatus>
<nc:ConveyanceRegistrationLocation>
<nc:LocationAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>1918 W Whispering Wind Dr</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>Phoenix</nc:LocationCityName>
<nc:LocationCountyName>Mericopa</nc:LocationCountyName>
<nc:LocationStateNCICLSTACode>AZ</nc:LocationStateNCICLSTACode>
<nc:LocationStateName>Arizona</nc:LocationStateName>
<nc:LocationCountryName>USA</nc:LocationCountryName>
<nc:LocationPostalCode>85085</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:LocationAddress>
</nc:ConveyanceRegistrationLocation>
<nc:ConveyanceRegistrationPermanentIndicator>true</nc:ConveyanceRegistrationPermanentIndicator>
<nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>LIC123</nc:IdentificationID>
<nc:IdentificationCategoryText>LICCategory</nc:IdentificationCategoryText>
<nc:IdentificationJurisdictionText>LICJurisdiction</nc:IdentificationJurisdictionText>
<j:IdentificationJurisdictionNCICLSTACode>VA</j:IdentificationJurisdictionNCICLSTACode>
<j:DrivingJurisdictionAuthorityNCICLSTACode>NH</j:DrivingJurisdictionAuthorityNCICLSTACode>
<nc:IdentificationStatus>
<nc:StatusText>LICStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
<nc:Year>2001</nc:Year>
</nc:StatusDate>
<nc:StatusDescriptionText>LICDescription</nc:StatusDescriptionText>
</nc:IdentificationStatus>
</nc:ConveyanceRegistrationPlateIdentification>
<nc:ConveyanceRegistrationPlateCategoryText>RegistrationPlateCategory</nc:ConveyanceRegistrationPlateCategoryText>
<nc:ConveyanceRegistrationStatus>
<nc:StatusText>RegistrationStatus</nc:StatusText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText>
<nc:ConveyanceRegistrationStatusCode>00</nc:ConveyanceRegistrationStatusCode>
<nc:ConveyanceRegistrationStatusDetailText>RegistrationStatusStatusDetail</nc:ConveyanceRegistrationStatusDetailText>
</nc:ConveyanceRegistrationStatus>
</nc:ConveyanceRegistration>
</nrm2:IndividualMatch>
</nrm2:RegistrationMatch>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 8: A CANDLE 2.0 Vehicle Registration Match Response (Vehicle).
<n2:NLETS xmlns:n2="http://www.nlets.org/niem/1.0" xmlns:nc="http://niem.gov/niem/niem-core/2.0" xmlns:j="http://niem.gov/niem/domains/jxdm/4.1" xmlns:nh2="http://www.nlets.org/niem/nlets-hdr/1.0" xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/1.0" n2:version="2.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[RREXAMPLE1]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:09</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<n2c:Vehicle>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN12345678</nc:IdentificationID>
</nc:VehicleIdentification>
<nc:VehicleMakeCode>GIGI</nc:VehicleMakeCode>
<nc:VehicleModelCode>CRF</nc:VehicleModelCode>
<nc:ConveyanceRegistration>
<nc:RegistrationIdentification>
<nc:IdentificationID>LIC</nc:IdentificationID>
<nc:IdentificationCategoryText>PC</nc:IdentificationCategoryText>
<nc:IdentificationExpirationDate>
<nc:Year>2001</nc:Year>
</nc:IdentificationExpirationDate>
</nc:RegistrationIdentification>
</nc:ConveyanceRegistration>
</n2c:Vehicle>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="RR">
<nrm2:RegistrationMatch>
<nrm2:IndividualMatch>
<nc:Vehicle>
<nc:ItemOwnerAppliedID>ItemOwnerAppliedID</nc:ItemOwnerAppliedID>
<nc:ConveyanceColorPrimaryText>RED</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceColorSecondaryText>GREEN</nc:ConveyanceColorSecondaryText>
<nc:ItemLengthMeasure>
<nc:MeasurePointValue>100</nc:MeasurePointValue>
<nc:MeasureUnitText>in</nc:MeasureUnitText>
</nc:ItemLengthMeasure>
<nc:ItemMakeName>Make</nc:ItemMakeName>
<nc:ItemModelName>Model</nc:ItemModelName>
<nc:ItemModelYearDate>2021</nc:ItemModelYearDate>
<nc:PropertyStyleText>PropertyStylw</nc:PropertyStyleText>
<nc:ConveyanceEngineQuantity>0</nc:ConveyanceEngineQuantity>
<nc:VehicleBrand>
<nc:VehicleBrandDate>
<nc:Year>2001</nc:Year>
</nc:VehicleBrandDate>
<nc:VehicleBrandCode>42</nc:VehicleBrandCode>
</nc:VehicleBrand>
<nc:VehicleBrand>
<nc:VehicleBrandDate>
<nc:Year>2001</nc:Year>
</nc:VehicleBrandDate>
<nc:VehicleBrandText>Text</nc:VehicleBrandText>
</nc:VehicleBrand>
<nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator>
<nc:VehicleDoorQuantity>0</nc:VehicleDoorQuantity>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN123456789</nc:IdentificationID>
</nc:VehicleIdentification>
<nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator>
<nc:VehicleMakeCode>STAD</nc:VehicleMakeCode>
<nc:VehicleModelCode>V25</nc:VehicleModelCode>
<nc:VehicleMSRPAmount>0</nc:VehicleMSRPAmount>
<nc:ItemOwnershipCategoryText>ItemOwnershipCategory</nc:ItemOwnershipCategoryText>
<nc:VehiclePassengerSafeQuantity>0</nc:VehiclePassengerSafeQuantity>
<nc:VehicleSeatingQuantity>0</nc:VehicleSeatingQuantity>
<nc:VehicleTransmissionCategoryText>String</nc:VehicleTransmissionCategoryText>
<nc:VehicleVINAText>String</nc:VehicleVINAText>
</nc:Vehicle>
</nrm2:IndividualMatch>
</nrm2:RegistrationMatch>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 9: A CANDLE 3.0 Vehicle Registration Standard Response.
<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/2.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/2.0" n2:version="2.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID>
<nh2:DocumentControlFieldText>CANDLE30RR</nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:09</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<n2c:Vehicle>
<nc:ItemModelYearDate>2001</nc:ItemModelYearDate>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN12345678</nc:IdentificationID>
</nc:VehicleIdentification>
<n2c:VehicleMakeText>VehicleMake</n2c:VehicleMakeText>
<n2c:ConveyanceRegistration>
<j:RegistrationExpirationDate>
<nc:YearDate>2001</nc:YearDate>
</j:RegistrationExpirationDate>
<j:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>LIC123</nc:IdentificationID>
</j:ConveyanceRegistrationPlateIdentification>
<j:ConveyanceRegistrationPlateCategoryText>PC</j:ConveyanceRegistrationPlateCategoryText>
</n2c:ConveyanceRegistration>
</n2c:Vehicle>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="RR">
<nrs2:RegistrationStatus>
<n2c:AdditionalInformation>
<n2c:StateElement>
<n2c:ElementFieldName>Field Name</n2c:ElementFieldName>
<n2c:ElementFieldValue>Field Value</n2c:ElementFieldValue>
</n2c:StateElement>
</n2c:AdditionalInformation>
<n2c:Caveat>
<nc:CaveatText>Caveat Text</nc:CaveatText>
</n2c:Caveat>
<nrs2:StandardResponse>
<n2c:Vehicle>
<nc:ConveyanceColorPrimaryText>Red</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceColorSecondaryText>Green</nc:ConveyanceColorSecondaryText>
<nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator>
<nc:ItemLengthMeasure>
<nc:MeasureValueText>10</nc:MeasureValueText>
<nc:MeasureUnitText>ft</nc:MeasureUnitText>
</nc:ItemLengthMeasure>
<nc:ItemModelYearDate>2001</nc:ItemModelYearDate>
<nc:ItemOwnerAppliedID>Owner Applied ID</nc:ItemOwnerAppliedID>
<nc:ItemOwnershipCategoryText>Ownership Category</nc:ItemOwnershipCategoryText>
<nc:ItemStyleText>1J</nc:ItemStyleText>
<nc:ConveyanceEngineQuantity>10000</nc:ConveyanceEngineQuantity>
<nc:ConveyanceFuelCategoryText>FuelCategory</nc:ConveyanceFuelCategoryText>
<nc:VehicleCMVIndicator>false</nc:VehicleCMVIndicator>
<nc:VehicleDoorQuantity>4</nc:VehicleDoorQuantity>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN1234567890</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:VehicleIdentification>
<n2c:VehicleMakeText>TOYT</n2c:VehicleMakeText>
<n2c:VehicleModelText>CRO</n2c:VehicleModelText>
<nc:VehicleMSRPAmount>
<nc:Amount>1000</nc:Amount>
</nc:VehicleMSRPAmount>
<nc:VehicleOdometerReadingMeasure>
<nc:MeasureValueText>12000</nc:MeasureValueText>
<nc:MeasureUnitText>M</nc:MeasureUnitText>
</nc:VehicleOdometerReadingMeasure>
<nc:VehiclePassengerSafeQuantity>4</nc:VehiclePassengerSafeQuantity>
<nc:VehicleSeatingQuantity>5</nc:VehicleSeatingQuantity>
<nc:VehicleTransmissionCategoryText>TransmissionCategory</nc:VehicleTransmissionCategoryText>
<nc:VehicleAxleQuantity>4</nc:VehicleAxleQuantity>
<nc:VehicleCurrentWeightMeasure>
<nc:MeasureValueText>3150</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleCurrentWeightMeasure>
<nc:VehicleGrossLadenSumWeightMeasure>
<nc:MeasureValueText>3150</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleGrossLadenSumWeightMeasure>
<nc:VehicleGrossLadenUnitWeightMeasure>
<nc:MeasureValueText>3150</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleGrossLadenUnitWeightMeasure>
<nc:VehicleMaximumLoadWeightMeasure>
<nc:MeasureValueText>3150</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleMaximumLoadWeightMeasure>
<nc:VehicleUnladenWeightMeasure>
<nc:MeasureValueText>3150</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleUnladenWeightMeasure>
<j:VehicleAugmentation>
<j:VehicleInvoiceDate>
<nc:Date>1957-08-13</nc:Date>
</j:VehicleInvoiceDate>
<j:VehicleInvoiceIdentification>
<nc:IdentificationID>VehicleInvoiceID</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>VehicleInvoiceJurisdiction</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:VehicleInvoiceIdentification>
<j:VehicleVINAText>VehicleVINAText</j:VehicleVINAText>
<j:VehicleBrand>
<j:VehicleBrandDate>
<nc:Date>1957-08-13</nc:Date>
</j:VehicleBrandDate>
<j:VehicleBrandText>07</j:VehicleBrandText>
</j:VehicleBrand>
<j:VehicleBrander>
<j:VehicleBranderIdentification>
<nc:IdentificationID>VehicleBranderID</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>VehicleBranderJurisdiction</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:VehicleBranderIdentification>
</j:VehicleBrander>
<j:VehicleTitle>
<n2c:TitleHolder>
<nc:GenericEntity>
<nc:EntityName>Nlets 1</nc:EntityName>
<nc:EntityContactInformation>
<nc:ContactMailingAddress>
<nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressCountyName>Maricopa</nc:AddressCountyName>
<nc:AddressState>
<nc:StateName>AZ</nc:StateName>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>US</nc:CountryName>
</nc:AddressCountry>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:ContactMailingAddress>
</nc:EntityContactInformation>
<nc:EntityDescriptionText>Nlets</nc:EntityDescriptionText>
</nc:GenericEntity>
</n2c:TitleHolder>
<j:TitleIdentification>
<nc:IdentificationID>TitleIdentification</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>TitleIdentificationJurisdiction</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:TitleIdentification>
<j:TitleIssueDate>
<nc:Date>1957-08-13</nc:Date>
</j:TitleIssueDate>
<j:TitleStatus>
<nc:StatusText>TitleStatus</nc:StatusText>
<nc:StatusDescriptionText>TitleStatusDescription</nc:StatusDescriptionText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
</j:TitleStatus>
</j:VehicleTitle>
</j:VehicleAugmentation>
<n2c:ConveyanceRegistration>
<j:RegistrationAuthorityName>UT</j:RegistrationAuthorityName>
<j:RegistrationDuplicateQuantity>0</j:RegistrationDuplicateQuantity>
<j:RegistrationEffectiveDate>
<nc:Date>1957-08-13</nc:Date>
</j:RegistrationEffectiveDate>
<j:RegistrationExpirationDate>
<nc:Date>1957-08-13</nc:Date>
</j:RegistrationExpirationDate>
<n2c:RegistrationHolder>
<nc:GenericEntity>
<nc:EntityName>Nlets 3</nc:EntityName>
<nc:EntityContactInformation>
<nc:ContactMailingAddress>
<nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressCountyName>Maricopa</nc:AddressCountyName>
<nc:AddressState>
<nc:StateName>AZ</nc:StateName>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>US</nc:CountryName>
</nc:AddressCountry>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:ContactMailingAddress>
</nc:EntityContactInformation>
<nc:EntityDescriptionText>Nlets</nc:EntityDescriptionText>
</nc:GenericEntity>
</n2c:RegistrationHolder>
<j:RegistrationIdentification>
<nc:IdentificationID>RID12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:RegistrationIdentification>
<j:RegistrationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</j:RegistrationJurisdiction>
<j:RegistrationStatus>
<nc:StatusText>Registration Status</nc:StatusText>
<nc:StatusDescriptionText>Registration Status Description</nc:StatusDescriptionText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
</j:RegistrationStatus>
<j:ConveyanceRegistrationDecal>
<nc:DecalID>DCL1234</nc:DecalID>
<nc:DecalColorText>Red</nc:DecalColorText>
<nc:DecalPeriodText>Period</nc:DecalPeriodText>
<nc:DecalYearDate>2001</nc:DecalYearDate>
<nc:DecalMonthDate>--12</nc:DecalMonthDate>
</j:ConveyanceRegistrationDecal>
<j:ConveyanceRegistrationGrossWeightMeasure>
<nc:MeasureValueText>3214</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</j:ConveyanceRegistrationGrossWeightMeasure>
<j:ConveyanceRegistrationLocation>
<nc:LocationName>AZ</nc:LocationName>
</j:ConveyanceRegistrationLocation>
<j:ConveyanceRegistrationPermanentIndicator>true</j:ConveyanceRegistrationPermanentIndicator>
<j:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>LIC123</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:ConveyanceRegistrationPlateIdentification>
<j:ConveyanceRegistrationPlateCategoryText>Plate Category</j:ConveyanceRegistrationPlateCategoryText>
<j:ConveyanceRegistrationStatus>
<nc:StatusText>RegistrationStatus</nc:StatusText>
<nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<n2c:ConveyanceRegistrationStatusText>RegistrationStatus</n2c:ConveyanceRegistrationStatusText>
<j:ConveyanceRegistrationStatusDetailText>RegistrationDetai</j:ConveyanceRegistrationStatusDetailText>
</j:ConveyanceRegistrationStatus>
<n2c:TemporaryTagIndicator>true</n2c:TemporaryTagIndicator>
<n2c:DealerPlateIndicator>true</n2c:DealerPlateIndicator>
<n2c:RegistrationYear>2001</n2c:RegistrationYear>
</n2c:ConveyanceRegistration>
<j:CommercialVehicle>
<nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator>
<nc:ItemOwnerAppliedID>OwnerApplied</nc:ItemOwnerAppliedID>
<nc:ItemOwnershipCategoryText>OwnershipCategory</nc:ItemOwnershipCategoryText>
<nc:ConveyanceEngineQuantity>20000</nc:ConveyanceEngineQuantity>
<nc:ConveyanceFuelCategoryText>FuelCategory</nc:ConveyanceFuelCategoryText>
<nc:VehicleCMVIndicator>true</nc:VehicleCMVIndicator>
<nc:VehicleDoorQuantity>4</nc:VehicleDoorQuantity>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:VehicleIdentification>
<n2c:VehicleMakeText>MAKV</n2c:VehicleMakeText>
<n2c:VehicleModelText>MOD</n2c:VehicleModelText>
<nc:VehicleMSRPAmount>
<nc:Amount>1000</nc:Amount>
</nc:VehicleMSRPAmount>
<nc:VehicleOdometerReadingMeasure>
<nc:MeasureValueText>123456</nc:MeasureValueText>
<nc:MeasureUnitText />
</nc:VehicleOdometerReadingMeasure>
<nc:VehiclePassengerSafeQuantity>4</nc:VehiclePassengerSafeQuantity>
<nc:VehicleSeatingQuantity>4</nc:VehicleSeatingQuantity>
<nc:VehicleTransmissionCategoryText>TransmissionCategory</nc:VehicleTransmissionCategoryText>
<nc:VehicleAxleQuantity>4</nc:VehicleAxleQuantity>
<nc:VehicleCurrentWeightMeasure>
<nc:MeasureValueText>3216</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleCurrentWeightMeasure>
<nc:VehicleGrossLadenSumWeightMeasure>
<nc:MeasureValueText>3216</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleGrossLadenSumWeightMeasure>
<nc:VehicleGrossLadenUnitWeightMeasure>
<nc:MeasureValueText>3216</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleGrossLadenUnitWeightMeasure>
<nc:VehicleMaximumLoadWeightMeasure>
<nc:MeasureValueText>3216</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleMaximumLoadWeightMeasure>
<nc:VehicleUnladenWeightMeasure>
<nc:MeasureValueText>3216</nc:MeasureValueText>
<nc:MeasureUnitText>lb</nc:MeasureUnitText>
</nc:VehicleUnladenWeightMeasure>
</j:CommercialVehicle>
<nc:Insurance>
<nc:InsurancePolicyIdentification>
<nc:IdentificationID>ISN123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:InsurancePolicyIdentification>
<nc:InsuranceCarrierName>Carrier</nc:InsuranceCarrierName>
<nc:InsuranceEffectiveDateRange>
<nc:StartDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StartDate>
<nc:EndDate>
<nc:Date>1957-08-13</nc:Date>
</nc:EndDate>
</nc:InsuranceEffectiveDateRange>
</nc:Insurance>
<j:Engine>
<nc:ItemLeaseIndicator>true</nc:ItemLeaseIndicator>
<nc:ItemOwnerAppliedID>ItemOwner</nc:ItemOwnerAppliedID>
<nc:ItemOwnershipCategoryText>Category</nc:ItemOwnershipCategoryText>
<j:EngineCylinderQuantity>0</j:EngineCylinderQuantity>
<j:EngineID>EngineID</j:EngineID>
<j:EngineDisplacementMeasure>
<nc:MeasureValueText>321</nc:MeasureValueText>
<nc:MeasureUnitText>cc</nc:MeasureUnitText>
</j:EngineDisplacementMeasure>
<j:EngineHorsepowerQuantity>123</j:EngineHorsepowerQuantity>
</j:Engine>
<j:VehicleInspection>
<nc:ActivityIdentification>
<nc:IdentificationID>VSAID12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:ActivityIdentification>
<nc:ActivityDate>
<nc:Date>1957-08-13</nc:Date>
</nc:ActivityDate>
<nc:ActivityDescriptionText>Description</nc:ActivityDescriptionText>
<j:VehicleInspectionAddress>
<nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressCountyName>Maricopa</nc:AddressCountyName>
<nc:AddressState>
<nc:StateName>AZ</nc:StateName>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>US</nc:CountryName>
</nc:AddressCountry>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</j:VehicleInspectionAddress>
<j:VehicleInspectionInspectorIdentification>
<nc:IdentificationID>VID123456789</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:VehicleInspectionInspectorIdentification>
<j:VehicleInspectionStationIdentification>
<nc:IdentificationID>VISID12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:VehicleInspectionStationIdentification>
</j:VehicleInspection>
<n2c:LienHolder>
<j:Lien>
<j:LienDate>
<nc:Date>1957-08-13</nc:Date>
</j:LienDate>
<j:LienReleaseDate>
<nc:Date>1957-08-13</nc:Date>
</j:LienReleaseDate>
</j:Lien>
<nc:GenericEntity>
<nc:EntityName>Nlets 5</nc:EntityName>
<nc:EntityContactInformation>
<nc:ContactTelephoneNumber>
<nc:FullTelephoneNumber>
<nc:TelephoneNumberFullID>623-308-3531</nc:TelephoneNumberFullID>
</nc:FullTelephoneNumber>
</nc:ContactTelephoneNumber>
</nc:EntityContactInformation>
<nc:EntityDescriptionText>Nlets</nc:EntityDescriptionText>
</nc:GenericEntity>
</n2c:LienHolder>
<n2c:Lessor>
<nc:EntityOrganization>
<nc:OrganizationCategoryText>Category</nc:OrganizationCategoryText>
<nc:OrganizationLocation>
<nc:LocationName>AZ</nc:LocationName>
</nc:OrganizationLocation>
<nc:OrganizationName>Nlets 6</nc:OrganizationName>
<nc:OrganizationPrimaryContactInformation>
<nc:ContactMailingAddress>
<nc:AddressFullText>1918 W Whispering Wind Dr</nc:AddressFullText>
<nc:AddressCityName>Phoenix</nc:AddressCityName>
<nc:AddressCountyName>Maricopa</nc:AddressCountyName>
<nc:AddressState>
<nc:StateName>AZ</nc:StateName>
</nc:AddressState>
<nc:AddressCountry>
<nc:CountryName>US</nc:CountryName>
</nc:AddressCountry>
<nc:AddressPostalCode>85085</nc:AddressPostalCode>
</nc:ContactMailingAddress>
</nc:OrganizationPrimaryContactInformation>
</nc:EntityOrganization>
</n2c:Lessor>
</n2c:Vehicle>
</nrs2:StandardResponse>
</nrs2:RegistrationStatus>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 10: A CANDLE 3.0 Vehicle Registration Match Response (Registration).
<?xml version="1.0" encoding="utf-16"?>
<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/2.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/2.0" n2:version="2.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID>
<nh2:DocumentControlFieldText>CANDLE30RR</nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:09</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData n2:key="RR">
<nrm2:RegistrationMatch>
<n2c:Caveat>
<nc:CaveatText>Caveat Text</nc:CaveatText>
</n2c:Caveat>
<nrm2:IndividualMatch>
<n2c:ConveyanceRegistration>
<j:RegistrationAuthorityName>UT</j:RegistrationAuthorityName>
<j:RegistrationDuplicateQuantity>0</j:RegistrationDuplicateQuantity>
<j:RegistrationEffectiveDate>
<nc:YearDate>2001</nc:YearDate>
</j:RegistrationEffectiveDate>
<j:RegistrationExpirationDate>
<nc:YearDate>2001</nc:YearDate>
</j:RegistrationExpirationDate>
<n2c:RegistrationHolder>
<n2c:Person>
<nc:PersonBirthDate>
<nc:Date>1957-08-13</nc:Date>
</nc:PersonBirthDate>
<nc:PersonEthnicityText>W</nc:PersonEthnicityText>
<nc:PersonEyeColorText>BRO</nc:PersonEyeColorText>
<nc:PersonHairColorText>BRO</nc:PersonHairColorText>
<nc:PersonHeightMeasure>
<nc:MeasureValueText>511</nc:MeasureValueText>
<nc:MeasureUnitText>ft</nc:MeasureUnitText>
</nc:PersonHeightMeasure>
<nc:PersonName>
<nc:PersonGivenName>Given</nc:PersonGivenName>
<nc:PersonMiddleName>Middle</nc:PersonMiddleName>
<nc:PersonSurName>SurName</nc:PersonSurName>
<nc:PersonFullName>SurName, Given Middle</nc:PersonFullName>
</nc:PersonName>
<nc:PersonRaceText>W</nc:PersonRaceText>
<nc:PersonSexText>M</nc:PersonSexText>
<nc:PersonWeightMeasure>
<nc:MeasureValueText>250</nc:MeasureValueText>
<nc:MeasureUnitText>lbs</nc:MeasureUnitText>
</nc:PersonWeightMeasure>
<n2c:DriverLicense>
<j:DriverLicenseIdentification>
<nc:IdentificationID>OLN12345678</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:DriverLicenseIdentification>
</n2c:DriverLicense>
</n2c:Person>
</n2c:RegistrationHolder>
<j:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>LIC123</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</j:ConveyanceRegistrationPlateIdentification>
<j:ConveyanceRegistrationPlateCategoryText>Plate Category</j:ConveyanceRegistrationPlateCategoryText>
<j:ConveyanceRegistrationStatus>
<nc:StatusText>RegistrationStatus</nc:StatusText>
<nc:StatusDescriptionText>RegistrationStatusDescription</nc:StatusDescriptionText>
<nc:StatusDate>
<nc:Date>1957-08-13</nc:Date>
</nc:StatusDate>
<n2c:ConveyanceRegistrationStatusText>RegistrationStatus</n2c:ConveyanceRegistrationStatusText>
<j:ConveyanceRegistrationStatusDetailText>RegistrationDetai</j:ConveyanceRegistrationStatusDetailText>
</j:ConveyanceRegistrationStatus>
</n2c:ConveyanceRegistration>
</nrm2:IndividualMatch>
</nrm2:RegistrationMatch>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 10: A CANDLE 3.0 Vehicle Registration Match Response (Vehicle).
<?xml version="1.0" encoding="utf-16"?>
<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/2.0" xmlns:nc="http://release.niem.gov/niem/niem-core/5.0/" xmlns:j="http://release.niem.gov/niem/domains/jxdm/7.0/" xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/2.0" n2:version="2.0">
<n2:NLETSMessageHeader>
<nh2:MessageKeyCodeText>RR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZNLETS44</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS44</nh2:DestinationORIID>
<nh2:DocumentControlFieldText>CANDLE30RR</nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:09</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:09</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01210</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData n2:key="RR">
<nrm2:RegistrationMatch>
<n2c:Caveat>
<nc:CaveatText>Caveat Text</nc:CaveatText>
</n2c:Caveat>
<nrm2:IndividualMatch>
<n2c:Vehicle>
<nc:ConveyanceColorPrimaryText>Red</nc:ConveyanceColorPrimaryText>
<nc:ConveyanceColorSecondaryText>Green</nc:ConveyanceColorSecondaryText>
<nc:ItemModelYearDate>2001</nc:ItemModelYearDate>
<nc:VehicleIdentification>
<nc:IdentificationID>VIN1234567890</nc:IdentificationID>
<nc:IdentificationJurisdiction>
<nc:JurisdictionText>AZ</nc:JurisdictionText>
</nc:IdentificationJurisdiction>
</nc:VehicleIdentification>
<n2c:VehicleMakeText>TOYT</n2c:VehicleMakeText>
<n2c:VehicleModelText>CRO</n2c:VehicleModelText>
<nc:VehiclePassengerSafeQuantity>4</nc:VehiclePassengerSafeQuantity>
<nc:VehicleSeatingQuantity>5</nc:VehicleSeatingQuantity>
<nc:VehicleTransmissionCategoryText>TransmissionCategory</nc:VehicleTransmissionCategoryText>
<nc:VehicleAxleQuantity>4</nc:VehicleAxleQuantity>
</n2c:Vehicle>
</nrm2:IndividualMatch>
</nrm2:RegistrationMatch>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Parsed Vehicle Registration NIEM Specifications
This section provides NIEM format and examples for Parsed Vehicle Registration Response to a state (PRR),
Nlets now provides the option for users to receive fully tagged NIEM formatted Registration Responses from all states via our message parsing service. RRs destined to an individual terminal or an entire state can be redirected to the message parsing service to be converted to a Parsed Registration Response (PRR).
The Parsed Registration Response is structured similarly to a standard CANDLE 2.0 Registration Response with the addition of some parsing-related elements and the removal of some cardinalities and enumerations.
The parsing service can be setup to parse all statewide RRs or to parse RRs for any number of individual ORIs.
Any standardized message that is received will also be transformed into a text response in the OriginalResponseText element of a PRR.
To leverage this service or for more information, contact the Nlets Control Center at 1-800-528-4020.
Benefits and Potential
This parsing technology has a number of real-world benefits. For members, parsed registration responses enable switch vendors to convert the fully tagged XML into a simple, human-readable format. Standardized responses also enable states to create advanced technological policies and procedures based on the data.
Nlets Strategic Partners can also benefit from this parsed data. A number of traffic enforcement strategic partners already maintain their own parsers for the 45 states that return registration responses in unstructured text. This new technology eliminates that time-consuming process and enables our partners to focus their energy on developing and maintaining technology that supports law enforcement.
Element Dictionary
Transaction types detailed below include: Standardized Parsed Vehicle Registration Response (PRR) and Standardized Parsed List Response (PRR).
Response Formats
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.
Standardized Parsed Vehicle Registration Status Response (PRR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
QualityCommentText (nc:QualityCommentText)
This element will contain notes on any issue encountered during the parsing of the Text Response.
An example of some of the issues that might be encountered and notated here include:
An indication that the original response could only be partially parsed.
An indication that the original response could not be parsed.
An indication that the original response contains content that is not part of the CANDLE RR specification.
In this case, it will also include a note to reference the OriginalTextResponse for additional information.
OriginalTextResponse (n2:OriginalTextResponse)
This element will contain the original, unaltered, text response from the incoming RR. If any issues
were encountered during the parsing of the original text response, you can refer to this element for any
additional information. Content in the original text response that is outside of the scope of a standard
CANDLE RR specification will not be parsed and only be located in this element.
Vehicle Registration Status (nrs2:RegistrationStatus)
This element will contain the standardized Registration status response as defined in the
Collaboration of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications.
Standardized Parsed Vehicle Registration Match List Response (PRR)
Response Data (n2:NLETSResponseData)
This element will contain all elements specific to this transaction.
QualityCommentText (nc:QualityCommentText)
This element will contain notes on any issue encountered during the parsing of the Text Response.
OriginalTextResponse (n2:OriginalTextResponse)
This element will contain the original, unaltered, text response from the incoming RR.
Registration Matches (nrm2:RegistrationMatch)
This element will contain the standardized Registration match list response as defined in the
Collaboration of AAMVA and Nlets for Driver License Exchange (CANDLE) specifications.
Parsed Vehicle Registration NIEM Examples
Example 1: A Parsed Vehicle Registration Status 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>PRR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>AZ007C100</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS47</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[PRREXAMPLE]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>10/22/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>14:19</nh2:MessageReceiveTime>
<nh2:MessageSendDate>10/22/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>14:19</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>01226</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSInquiryData n2:key="RQ">
<n2c:Vehicle xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0">
<n2c:ConveyanceRegistrationPlateIdentification>
<IdentificationExpirationDate xmlns="http://release.niem.gov/niem/niem-core/4.0/">
<n2:DateText>2015</n2:DateText>
</IdentificationExpirationDate>
<IdentificationID xmlns="http://release.niem.gov/niem/niem-core/4.0/">ABC###</IdentificationID>
<IdentificationCategoryText xmlns="http://release.niem.gov/niem/niem-core/4.0/">PC</IdentificationCategoryText>
</n2c:ConveyanceRegistrationPlateIdentification>
</n2c:Vehicle>
</n2:NLETSInquiryData>
<n2:NLETSResponseData n2:key="PRR">
<nrs2:RegistrationStatus xmlns:nrs2="http://www.nlets.org/niem/nlets-registration-status/1.0">
<n2c:AdditionalInformation xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0">
<n2c:StateElement>
<n2c:ElementFieldName>MESSAGES1</n2c:ElementFieldName>
<n2c:ElementFieldValue> PLATES NOT VALID FOR HIGHWAY USE</n2c:ElementFieldValue>
</n2c:StateElement>
<n2c:StateElement>
<n2c:ElementFieldName>MESSAGES2</n2c:ElementFieldName>
<n2c:ElementFieldValue> PLATE IS FOR CREDIT ONLY PREVIOUS VEH INFO BELOW</n2c:ElementFieldValue>
</n2c:StateElement>
</n2c:AdditionalInformation>
<nrs2:StandardResponse>
<n2c:Vehicle xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0">
<nc:ItemModelYearDate>2000</nc:ItemModelYearDate>
<nc:PropertyStyleText>4DSD</nc:PropertyStyleText>
<nc:VehicleMakeCode>TOYT</nc:VehicleMakeCode>
<nc:VehicleIdentification>
<nc:IdentificationID>12345678912752545</nc:IdentificationID>
</nc:VehicleIdentification>
<nc:ConveyanceRegistration>
<nc:RegistrationExpirationDate>
<nc:Date>2017-08-31</nc:Date>
</nc:RegistrationExpirationDate>
<n2c:RegistrationHolder>
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>123 FAKE LN APT 20B</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>TEMPE</nc:LocationCityName>
<nc:LocationStateName>AZ</nc:LocationStateName>
<nc:LocationPostalCode>852827036</nc:LocationPostalCode>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<n2c:Person>
<nc:PersonName>
<nc:PersonFullName>SMITH,W,JOHN</nc:PersonFullName>
</nc:PersonName>
<nc:DriverLicense>
<nc:DriverLicenseIdentification>
<nc:IdentificationID>D0#######</nc:IdentificationID>
</nc:DriverLicenseIdentification>
</nc:DriverLicense>
</n2c:Person>
</n2c:RegistrationHolder>
<nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>ABC###</nc:IdentificationID>
</nc:ConveyanceRegistrationPlateIdentification>
</nc:ConveyanceRegistration>
</n2c:Vehicle>
</nrs2:StandardResponse>
</nrs2:RegistrationStatus>
<n2:OriginalTextResponse>LIC/ABC###.LIY/2015.LIT/PC.
LIC:ABC### EXPIRE: 08/31/2017
NAM:SMITH,W,JOHN CUST#:D0#######
ADR:123 FAKE LN APT 20B
CTY:TEMPE ST:AZ ZIP:852827036
MSGS: PLATES NOT VALID FOR HIGHWAY USE
MSGS: PLATE IS FOR CREDIT ONLY PREVIOUS VEH INFO BELOW
VIN:12345678912752545 VYR:2000 VMA:TOYT VST:4DSD</n2:OriginalTextResponse>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Example 2: A Parsed Vehicle Registration Match List 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>PRR</nh2:MessageKeyCodeText>
<nh2:OriginatingORIID>CTVIN0000</nh2:OriginatingORIID>
<nh2:DestinationORIID>AZNLETS47</nh2:DestinationORIID>
<nh2:DocumentControlFieldText><![CDATA[NL0000TEST]]></nh2:DocumentControlFieldText>
<nh2:MessageReceiveDate>11/15/2019</nh2:MessageReceiveDate>
<nh2:MessageReceiveTime>08:21</nh2:MessageReceiveTime>
<nh2:MessageSendDate>11/15/2019</nh2:MessageSendDate>
<nh2:MessageSendTime>08:21</nh2:MessageSendTime>
<nh2:ReceiveMessageNumeric>00000</nh2:ReceiveMessageNumeric>
<nh2:SendMessageNumeric>00284</nh2:SendMessageNumeric>
</n2:NLETSMessageHeader>
<n2:NLETSResponseData n2:key="PRR">
<n2:OriginalTextResponse>SMITH JOHN M DOB/810807 SEX/M
PO BOX 1111 STONINGTON CT
LIC/ABC12 LIY/1602 LIT/TM VIN/AAAAA11A11A111111
VYR/09 VMA/TOYOT VMO/TACOMA D VST/CW VCO/GRY
*
SMITH JOHN M DOB/810807 SEX/M
PO BOX 1111 STONINGTON CT
LIC/ABC1234 LIY/1808 LIT/ZZ VIN/AAAAA11A11A111111
VYR/09 VMA/TOYOT VMO/TACOMA D VST/CW VCO/GRY
</n2:OriginalTextResponse>
<nrm2:RegistrationMatch xmlns:nrm2="http://www.nlets.org/niem/nlets-registration-match/1.0">
<nrm2:IndividualMatch>
<nc:ConveyanceRegistration>
<nc:RegistrationExpirationDate>
<n2:DateText>1602</n2:DateText>
</nc:RegistrationExpirationDate>
<n2c:RegistrationHolder xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0">
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>PO BOX 1111</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>STONINGTON</nc:LocationCityName>
<nc:LocationStateName>CT</nc:LocationStateName>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<n2c:Person>
<nc:PersonBirthDate>
<n2:DateText>810807</n2:DateText>
</nc:PersonBirthDate>
<nc:PersonName>
<nc:PersonFullName>SMITH JOHN M</nc:PersonFullName>
</nc:PersonName>
<nc:PersonSexCode>M</nc:PersonSexCode>
</n2c:Person>
</n2c:RegistrationHolder>
<nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>ABC12</nc:IdentificationID>
</nc:ConveyanceRegistrationPlateIdentification>
<nc:ConveyanceRegistrationPlateCategoryText>TM</nc:ConveyanceRegistrationPlateCategoryText>
</nc:ConveyanceRegistration>
<nc:Vehicle>
<nc:ConveyanceColorPrimaryText>GRY</nc:ConveyanceColorPrimaryText>
<nc:ItemModelYearDate>09</nc:ItemModelYearDate>
<nc:PropertyStyleText>CW</nc:PropertyStyleText>
<nc:VehicleMakeText>TOYOT</nc:VehicleMakeText>
<nc:VehicleModelText>TACOMA D</nc:VehicleModelText>
<nc:VehicleIdentification>
<nc:IdentificationID>AAAAA11A11A111111</nc:IdentificationID>
</nc:VehicleIdentification>
</nc:Vehicle>
</nrm2:IndividualMatch>
<nrm2:IndividualMatch>
<nc:ConveyanceRegistration>
<nc:RegistrationExpirationDate>
<n2:DateText>1808</n2:DateText>
</nc:RegistrationExpirationDate>
<n2c:RegistrationHolder xmlns:n2c="http://www.nlets.org/niem/nlets-core/1.0">
<nc:ContactMailingAddress>
<nc:StructuredAddress>
<nc:LocationStreet>
<nc:StreetFullText>PO BOX 1111</nc:StreetFullText>
</nc:LocationStreet>
<nc:LocationCityName>STONINGTON</nc:LocationCityName>
<nc:LocationStateName>CT</nc:LocationStateName>
</nc:StructuredAddress>
</nc:ContactMailingAddress>
<n2c:Person>
<nc:PersonBirthDate>
<n2:DateText>810807</n2:DateText>
</nc:PersonBirthDate>
<nc:PersonName>
<nc:PersonFullName>SMITH JOHN M</nc:PersonFullName>
</nc:PersonName>
<nc:PersonSexCode>M</nc:PersonSexCode>
</n2c:Person>
</n2c:RegistrationHolder>
<nc:ConveyanceRegistrationPlateIdentification>
<nc:IdentificationID>ABC1234</nc:IdentificationID>
</nc:ConveyanceRegistrationPlateIdentification>
<nc:ConveyanceRegistrationPlateCategoryText>ZZ</nc:ConveyanceRegistrationPlateCategoryText>
</nc:ConveyanceRegistration>
<nc:Vehicle>
<nc:ConveyanceColorPrimaryText>GRY</nc:ConveyanceColorPrimaryText>
<nc:ItemModelYearDate>09</nc:ItemModelYearDate>
<nc:PropertyStyleText>CW</nc:PropertyStyleText>
<nc:VehicleMakeText>TOYOT</nc:VehicleMakeText>
<nc:VehicleModelText>TACOMA D</nc:VehicleModelText>
<nc:VehicleIdentification>
<nc:IdentificationID>AAAAA11A11A111111</nc:IdentificationID>
</nc:VehicleIdentification>
</nc:Vehicle>
</nrm2:IndividualMatch>
</nrm2:RegistrationMatch>
</n2:NLETSResponseData>
</n2:NLETS>
|
---|
Legacy (DEPRECATED)
Vehicle Registration Legacy Specifications
This section provides Legacy format and examples for Vehicle Registration Query by License Plate/Year/Type, or VIN to a state (RQ), and the corresponding Vehicle Registration Response (RR), and the Vehicle Registration Query by License Plate/Year/Type, or VIN to a region (RQG). An alternative Vehicle Registration Query is by name (RNQ) with the corresponding Vehicle Registration Response (RNR).
Canadian vehicle registration queries are described in "Communicating with Canada".
Mexican vehicle registration queries are described in "Communicating with Mexico".
Formats for Vehicle Registration queries and responses are described in the sections that follow.
Query Formats
- All inquiries and responses are in a fixed format.
- All messages are preceded by a standard input header.
- If a regional code is used, the message type should be RQG. If it is not, Nlets will change it to RQG and handle it at a lower priority.
- States receiving an RQG will respond with an RR.
To send a vehicle registration query, enter the following:
RQ. or RQG. |
---|
Sending ORI followed by a period. |
Destination ORI followed by a period (up to 5 2-character state codes or regional codes). |
If needed, optional control field. |
TXT |
Carriage return, line feed, delete control character (optional). |
Enter either: |
-"LIC/" followed by license plate number (string) and a period.
|
OR- |
-"VIN/" followed by vehicle information number (and a period if VMA or VYR is present).
|
- No imbedded spaces and no special characters (i.e. hyphens) should be in the inquiry.
- All data elements (i.e. license or vehicle ID number) are preceded by a prefix and terminated by a period. The final character should not be a period (this conforms to NCIC message structure).
- Control characters are permitted throughout the text of the message and should be ignored by the queried state when examining the inquiry.
- Nlets provides access to the Department of State Diplomatic License file. Queries are formatted exactly the same as for a state except the 2-character code used is "US".
The format for vehicle registration query on a license number is:
Entry | # Char. | Explanation |
---|---|---|
RQ. or RQG. | 2 | Message type followed by a period. |
Message Header | 13-36 | Standard input message header may include control field
and up to 5 addresses (state or regional codes). |
TXT | 3 | Fixed filed prefix to beginning of message. |
CR,LF,DEL | 3 | Control characters (optional). |
LIC/ | 4 | Prefix to identify license plate. |
License number | 1-10 | License number, followed by a period. |
LIY/ | 4 | Prefix to identify license year. |
License year | 2-4 | License year followed by a period; 2-4 numeric digits
designating year of current license or NX, for non-expiring. |
LIT/ | 4 | Prefix to identify license type. |
License type | 2 | License type; 2 character designating type of license. |
The format for a vehicle registration query on vehicle identification number is:
Entry | # Char. | Explanation |
---|---|---|
RQ. or RQG. | 2 | Message type followed by a period. |
Message Header | 13-36 | Standard input message header may include control field
and up to 5 addresses (state or regional codes). |
TXT | 3 | Fixed filed prefix to beginning of message. |
CR,LF,DEL | 3 | Control characters (optional). |
VIN/ | 4 | Prefix to identify VIN. |
Vehicle ID # | 1-20 | Vehicle ID # followed by a period. |
VMA/ | 4 | Prefix to identify vehicle make. |
Vehicle make | 2-4 | Vehicle make followed by a period (optional). |
VYR/ | 4 | Prefix to identify vehicle year. |
Vehicle year | 2-4 | Vehicle year of manufacture. |
The format for a vehicle registration query by name is presented below. Note that the message key is different then a normal vehicle registration query.
Entry | # Char. | Explanation |
---|---|---|
RNQ. | 3 | Message type followed by a period |
Message Header | 13-24 | Standard input message header, may include control field
but only a single 2 character state code |
TXT | 3 | Fixed filed prefix to beginning of message |
CR,LF,DEL | 3 | Control characters (optional) |
NAM/ | 4 | Prefix to identify name |
Name | Max. 30 |
This field must include at least a first and last name in the
|
DOB/ | 4 | Prefix to identify date of birth (optional) |
Date of Birth | 6 or 8 | This field, if used, must include the complete date of birth. |
AGE/ | 4 | Prefix to identify age (optional) |
AGE | 2 |
If a complete date of birth is unknown some states support
|
Response Formats
- Should the information be unavailable, a standard message is returned by the state.
- If the inquiry was processed and there was no information on file, a standard "no record" message is returned. The format for each of these follows the positive response format.
- If a data field presented in the format is unavailable, the prefix, data element, and period should be omitted from the response.
- The message should be compacted to eliminate spaces resulting from missing or unavailable data elements. An example of this would be vehicle color. Some states do not have this information on their database.
All responses to RNQ inquiries must have a message type of "RNR" but otherwise are identical to RQ responses (RR).
The only discriminators between RQ/RR and RQG examples are as follows:
- The destination Agency ORI in a RQG must be a regional code.
- The message type must indicate a region message by including "G".
Vehicle Registration Legacy Examples
Example 1: A Vehicle Registration query by license plate, year and type.
RQ.AZNLETS20.CA.TXT
|
---|
Example 2: A Vehicle Registration query by VIN.
RQ.AZNLETS20.CA.TXT
|
---|
Example 3: A Vehicle Registration response.
RR.CALIC0000
|
---|
Example 4: A Vehicle Registration query by Region. The response will be a standard Vehicle Registration response (RR).
RQG.AZNLETS20.A1,B1,C1.TXT
|
---|
Example 5: A Vehicle Registration query by name.
RNQ.AZNLETS20.AZ.TXT
|
---|
Example 6: A Vehicle Registration response by name.
RNR.AZLIC0000
|
---|
Downloads
Queries
File | Last Updated |
---|---|
Download RQ Schema | N/A |
Download RQ Stylesheet | N/A |
Download RQG Schema | N/A |
Download RQG Stylesheet | N/A |
Download RNQ Schema | N/A |
Download RNQ Stylesheet | N/A |
CANDLE 2.0
File | Last Updated |
---|---|
Download PRR Schema | N/A |
Download PRR Stylesheet | 2/19/2020 |
Download RR Schema | N/A |
Download RR Stylesheet | 11/3/2021 |
Download RNR Schema | 02/20/2020 |
Download RNR Stylesheet | 09/29/2021 |
CANDLE 2.0 Vehicle Registration Specs | N/A |
CANDLE 3.0
File | Last Updated |
---|---|
Download RR Schema | N/A |
Download RR Stylesheet | N/A |
Download RNR Schema | N/A |
Download RNR Stylesheet | N/A |
CANDLE 3.0 Vehicle Registration Specs | N/A |