Italy: Vehicle Details
You can specify details about vehicle registration and the distance covered.
Use the VehicleDetails (Extn) Extension to specify this information.
Use the FirstRegistrationDate (Extn) Extension to specify the date on which the vehicle was first registered.
Use the TotalDistanceCovered (Extn) Extension to specify the distance covered by car in kilometres. You can also specify a journey by boat or plane in hours.
Note
Data related to vehicles referred to in Article 38, paragraph 4 of Decree Law 331 of 1993.
Italian Specifications
Element | Italian Specification |
---|---|
FirstRegistrationDate | 2.3.1 (DatiVeicoli/Data) |
TotalDistanceCovered | 2.3.2 (TotalePercorso) |
Elements
Element | Description |
---|---|
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ProcessDetails/VehicleDetails/FirstRegistrationDate | Specify the date on which the vehicle was first registered. |
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ ProcessDetails/VehicleDetails/TotalDistanceCovered | Specify the distance covered by car, plane or train in kilometres. You can also specify a journey by boat or plane in hours. |
Example
<ubl:Invoice>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:InvoiceExtension>
<!-- Code omitted for clarity -->
<vrbl:ProcessDetails>
<!-- Code omitted for clarity -->
<vrbl:VehicleDetails>
<!-- Code omitted for clarity -->
<vrbl:FirstRegistrationDate>2018-06-10</vrbl:FirstRegistrationDate>
<vrbl:TotalDistanceCovered>95000</vrbl:TotalDistanceCovered>
<!-- Code omitted for clarity -->
</vrbl:VehicleDetails>
<!-- Code omitted for clarity -->
</vrbl:ProcessDetails>
<!-- Code omitted for clarity -->
</vrbl:InvoiceExtension>
</cec:ExtensionContent>
</cec:UBLExtension>
</cec:UBLExtensions>
</ubl:Invoice>
Updated about 1 month ago