vehicle_3_REQ_RPS_LEA_Use_Case_last_pos_by_ignition_off.xml 5.02 KB
Newer Older
<?xml version="1.0" encoding="utf-8"?>
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" xmlns:delivery="http://uri.etsi.org/03120/common/2019/10/Delivery" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common">
  
  <Header>
//Sender OEM
    <SenderIdentifier>
      <CountryCode>DE</CountryCode>
      <UniqueIdentifier>OEM01-IQF01</UniqueIdentifier>
    </SenderIdentifier>

//Receiver LEA
    <ReceiverIdentifier>
      <CountryCode>DE</CountryCode>
      <UniqueIdentifier>LEA01-IC01</UniqueIdentifier>
    </ReceiverIdentifier>
	
//Information about transaction
    <TransactionIdentifier>8854cfad-44ac-43b8-99ae-530b690b43da</TransactionIdentifier>
    <Timestamp>2021-01-11T13:37:01.000000Z</Timestamp>
    <Version>
      <ETSIVersion>V1.11.1</ETSIVersion>
      <NationalProfileOwner>DE</NationalProfileOwner>
      <NationalProfileVersion>v1.0</NationalProfileVersion>
    </Version>

  </Header>
//Request Payload
	<Payload>
		<RequestPayload>
			<ActionRequests>
				<ActionRequest>
					<ActionIdentifier>0</ActionIdentifier>
					<DELIVER>
						//Object: Responce ID
						<Identifier>7dbbc880-8750-4d3c-abe7-ea4a17646045</Identifier>
						<HI1Object xsi:type="delivery:DeliveryObject">
							//More objects possible
							<ObjectIdentifier>7dbbc880-8750-4d3c-abe7-ea4a17646045</ObjectIdentifier>
							<AssociatedObjects>
								//Reference to Request ID
								<AssociatedObject>2b36a78b-b628-416d-bd22-404e68a0cd36</AssociatedObject>							
							</AssociatedObjects>
							<delivery:Reference>
								<delivery:LDID>DE-LEA01-1234567890</delivery:LDID> 
							</delivery:Reference>
							<delivery:DeliveryID>d1079830-8e9a-4731-8fb7-36b9b961eb72</delivery:DeliveryID>
							//SequenceNumber until Last Sequence
							<delivery:SequenceNumber>1</delivery:SequenceNumber>
							<delivery:LastSequence>true</delivery:LastSequence> 
							
							//Automotive based Manifest: Each OEM, common Dicitonaries
							<delivery:Manifest>
								<delivery:Specification>
									<task:DictionaryOwner>3GPP</task:DictionaryOwner>
									<task:DictionaryName>ManifestSpecification</task:DictionaryName>
									<task:Value>CARDBResponse</task:Value>
								</delivery:Specification>
							</delivery:Manifest> 

							//######################################
							//From here Automotive specific
							//######################################
							
							//Example: Answer of Req: Last known position
							<delivery:Delivery>
								<delivery:XMLData>
									<carMessage> xmlns="http://uri.etsi.org/XXX658XXX">
									
										//More items on each sequence possible
										<recordNumber>1</recordNumber>
										<vehicleRecord>
											<vehicleServiceUsage>
												<VehiclePartyInformation>
													<Type>
													// Data type <GPS/>
														<other>GPS</other>
													</Type>
												</VehiclePartyInformation>
											</vehicleServiceUsage>
											//Can also be covered with the countryCode
											<countryCode>DE</countryCode>
											
											<Access>
												//Data Source 
												<nwAccessType>
													<Backend/>
												</nwAccessType>
												//Primary request data
												<naDeviceId>VIN=WAZZQ3589423894</naDeviceId>
											
												<location>
													<geoCoordinates>
														<latitude>N520103</latitude>
														<longitude>E0082520</longitude>
														<mapDatum>
															<wGS84/>
														</mapDatum>
														<timeOfLocation>20210603120000+0200</timeOfLocation>
													</geoCoordinates>
													<userLocationInformation>abcdefg</userLocationInformation>
												</location>
												
												//Additional information 
												<gprsInformation>
													<iMSI>5555555555555555f7</iMSI>
													<mSISDN>xxxxxxxxxxxx</mSISDN>
												</gprsInformation>
												
												<triggerevent>EVENT_IGNITION_OFF</triggerevent>
												
												
											</Access>

										</vehicleRecord>
										
										//nationalRecord - Reference to Request ID
										<nationalRecordPayload>
											<STPO>
												<stpo100k>2022JS55555</stpo100k> 
											</STPO>
										</nationalRecordPayload>

										<nationalResponsePayload>
											<countryCode>DE</countryCode>
											<additionalInformation>"Searchvalue"="VIN=WAZZQ3589423894";"Searchevent"="EVENT_IGNITION_OFF"</additionalInformation>
										</nationalResponsePayload>
									</carMessage>
															
								</delivery:XMLData>
								
							</delivery:Delivery>
							
							//######################################
							//End specific automotive area
							//######################################		
							
							
						</HI1Object>
					</DELIVER>
				</ActionRequest>
			
				<ActionRequest>
					<ActionIdentifier>1</ActionIdentifier>
					<DELIVER>
					//...
					</DELIVER>
				</ActionRequest>
			
			</ActionRequests>
		</RequestPayload>
	</Payload>
</HI1Message>