xmlns:atom="http://www.w3.org/2005/Atom" xmlns:atom="http://www.w3.org/2005/Atom"

Please note that the date you requested in the address for this web page is not an actual date upon which a change occurred to this item of legislation. You are being shown the legislation from , which is the first date before then upon which a change was made.

ANNEX I CU.K.Requirements for construction, testing, installation, and inspection

Appendix 1

DATA DICTIONARY U.K.

1.INTRODUCTIONU.K.

This appendix specifies data formats, data elements, and data structures for use within the recording equipment and tachograph cards.

1.1. Approach for definitions of data types U.K.

This appendix uses Abstract Syntax Notation One (ASN.1) to define data types. This enables simple and structured data to be defined without implying any specific transfer syntax (encoding rules) which will be application and environment dependent.

ASN.1 type naming conventions are done in accordance with ISO/IEC 8824-1. This implies that:

If an ASN.1 type is already defined as part of another standard and if it is relevant for usage in the recording equipment, then this ASN.1 type will be defined in this appendix.

To enable several types of encoding rules, some ASN.1 types in this appendix are constrained by value range identifiers. The value range identifiers are defined in paragraph 3 and Appendix 2.

1.2. References U.K.

The following references are used in this Appendix:

ISO 639

Code for the representation of names of languages. First Edition: 1988.

ISO 3166

Codes for the representation of names of countries and their subdivisions — Part 1: Country codes, 2013

ISO 3779

Road vehicles — Vehicle identification number (VIN) — Content and structure. 2009

ISO/IEC 7816-5

Identification cards — Integrated circuit cards — Part 5: Registration of application providers.

Second edition: 2004.

ISO/IEC 7816-6

Identification cards — Integrated circuit cards — Part 6: Interindustry data elements for interchange, 2004 + Technical Corrigendum 1: 2006

ISO/IEC 8824-1

Information technology — Abstract Syntax Notation One (ASN.1): Specification of basic notation. 2008 + Technical Corrigendum 1: 2012 and Technical Corrigendum 2: 2014.

ISO/IEC 8825-2

Information technology — ASN.1 encoding rules: Specification of Packed Encoding Rules (PER). 2008.

ISO/IEC 8859-1

Information technology — 8 bit single-byte coded graphic character sets — Part 1: Latin alphabet No.1. First edition: 1998.

ISO/IEC 8859-7

Information technology — 8 bit single-byte coded graphic character sets — Part 7: Latin/Greek alphabet. 2003.

ISO 16844-3

Road vehicles — Tachograph systems — Motion Sensor Interface. 2004 + Technical Corrigendum 1: 2006..

TR-03110-3

BSI / ANSSI Technical Guideline TR-03110-3, Advanced Security Mechanisms for Machine Readable Travel Documents and eIDAS Token — Part 3 Common Specifications, version 2.20, 3. February 2015

2.DATA TYPE DEFINITIONSU.K.

For any of the following data types, the default value for an ‘unknown’ or a ‘not applicable’ content will consist in filling the data element with ‘FF’ bytes.

All data types are used for Generation 1 and Generation 2 applications unless otherwise specified.

[F1For card data types used for Generation 1 and Generation 2 applications, the size specified in this Appendix is the one for Generation 2 application. The size for Generation 1 application is supposed to be already known by the reader. The Annex IC requirement numbers related to such data types cover both Generation 1 and Generation 2 applications.]

2.1. ActivityChangeInfo U.K.

This data type enables to code, within a two bytes word, a slot status at 00:00 and/or a driver status at 00:00 and/or changes of activity and/or changes of driving status and/or changes of card status for a driver or a co-driver. This data type is related to Annex 1C requirements 105, 266, 291, 320, 321, 343, and 344.

Value assignment — Octet Aligned: ‘scpaattttttttttt’B (16 bits)U.K.

For Data Memory recordings (or slot status):

‘s’B

Slot:

  • ‘0’B: DRIVER,

  • ‘1’B: CO-DRIVER,

‘c’B

Driving status:

  • ‘0’B: SINGLE,

  • ‘1’B: CREW,

‘p’B

Driver (or workshop) card status in the relevant slot:

  • ‘0’B: INSERTED, a card is inserted,

  • ‘1’B: NOT INSERTED, no card is inserted (or a card is withdrawn),

‘aa’B

Activity:

  • ‘00’B: BREAK/REST,

  • ‘01’B: AVAILABILITY,

  • ‘10’B: WORK,

  • ‘11’B: DRIVING,

‘ttttttttttt’B

Time of the change: Number of minutes since 00h00 on the given day.

For Driver (or Workshop) card recordings (and driver status):

‘s’B

Slot (not relevant when ‘p’=1 except note below):

  • ‘0’B: DRIVER,

  • ‘1’B: CO-DRIVER,

‘c’B

Driving status (case ‘p’=0) or

Following activity status (case ‘p’=1):

  • ‘0’B: SINGLE,

  • ‘0’B: UNKNOWN

  • ‘1’B: CREW,

  • ‘1’B: KNOWN (=manually entered)

‘p’B

Card status:

  • ‘0’B: INSERTED, the card is inserted in a recording equipment,

  • ‘1’B: NOT INSERTED, the card is not inserted (or the card is withdrawn),

‘aa’B

Activity (not relevant when ‘p’=1 and ‘c’=0 except note below):

  • ‘00’B: BREAK/REST,

  • ‘01’B: AVAILABILITY,

  • ‘10’B: WORK,

  • ‘11’B: DRIVING,

‘ttttttttttt’B

Time of the change: Number of minutes since 00h00 on the given day.

Note for the case ‘card withdrawal’: U.K.

When the card is withdrawn:

As a result of a manual entry, the bits ‘c’ and ‘aa’ of the word (stored in a card) may be overwritten later to reflect the entry.

2.2. Address U.K.

An address.

codePage specifies a character set defined in Chapter 4,

address is an address encoded using the specified character set.

2.3. AESKey U.K.

Generation 2:

An AES key with a length of 128, 192 or 256 bits.

Value assignment: not further specified.

2.4. AES128Key U.K.

Generation 2:

An AES128 key.

length denotes the length of the AES128 key in octets.

aes128Key is an AES key with a length of 128 bits.

Value assignment:

The length shall have the value 16.

2.5. AES192Key U.K.

Generation 2:

An AES192 key.

length denotes the length of the AES192 key in octets.

aes192Key is an AES key with a length of 192 bits.

Value assignment:

The length shall have the value 24.

2.6. AES256Key U.K.

Generation 2:

An AES256 key.

length denotes the length of the AES256 key in octets.

aes256Key is an AES key with a length of 256 bits.

Value assignment:

The length shall have the value 32.

2.7. BCDString U.K.

BCDString is applied for Binary Code Decimal (BCD) representation. This data type is used to represent one decimal digit in one semi octet (4 bits). BCDString is based on the ISO/IEC 8824-1 ‘CharacterStringType’.

BCDString uses an ‘hstring’ notation. The leftmost hexadecimal digit shall be the most significant semi octet of the first octet. To produce a multiple of octets, zero trailing semi octets shall be inserted, as needed, from the leftmost semi octet position in the first octet.

Permitted digits are: 0, 1, .. 9.

2.8. CalibrationPurpose U.K.

Code explaining why a set of calibration parameters was recorded. This data type is related to Annex 1B requirements 097 and 098 and Annex 1C requirements 119.

Value assignment:

2.9. CardActivityDailyRecord U.K.

Information, stored in a card, related to the driver activities for a particular calendar day. This data type is related to Annex 1C requirements 266, 291, 320 and 343.

activityPreviousRecordLength is the total length in bytes of the previous daily record. The maximum value is given by the length of the OCTET STRING containing these records (see CardActivityLengthRange Appendix 2 paragraph 4). When this record is the oldest daily record, the value of activityPreviousRecordLength must be set to 0.

activityRecordLength is the total length in bytes of this record. The maximum value is given by the length of the OCTET STRING containing these records.

activityRecordDate is the date of the record.

activityDailyPresenceCounter is the daily presence counter for the card this day.

activityDayDistance is the total distance travelled this day.

activityChangeInfo is the set of ActivityChangeInfo data for the driver this day. It may contain at maximum 1440 values (one activity change per minute). This set always includes the activityChangeInfo coding the driver status at 00:00.

2.10. CardActivityLengthRange U.K.

Number of bytes in a driver or a workshop card, available to store driver activity records.

Value assignment: see Appendix 2.

2.11. CardApprovalNumber U.K.

Type approval number of the card.

Value assignment:

The approval number shall be provided as published on the corresponding European Commission web site, i.e. for example including hyphens if any. The approval number shall be left-aligned.

2.12. CardCertificate U.K.

Generation 1:

Certificate of the public key of a card.

2.13. CardChipIdentification U.K.

Information, stored in a card, related to the identification of the card's Integrated Circuit (IC) (Annex 1C requirement 249). The icSerialNumber together with the icManufacturingReferences identifies the card chip uniquely. The icSerialNumber alone does not uniquely identify the card chip.

icSerialNumber is the IC serial number.

icManufacturingReferences is the IC manufacturer specific identifier.

2.14. CardConsecutiveIndex U.K.

A card consecutive index (definition h)).

Value assignment: (see Annex 1C chapter 7)

Order for increase: ‘0, …, 9, A, …, Z, a, …, z’

2.15. CardControlActivityDataRecord U.K.

Information, stored in a driver or workshop card, related to the last control the driver has been subject to (Annex 1C requirements 274, 299, 327, and 350).

controlType is the type of the control.

controlTime is the date and time of the control.

controlCardNumber is the FullCardNumber of the control officer having performed the control.

controlVehicleRegistration is the VRN and registering Member State of the vehicle in which the control happened.

controlDownloadPeriodBegin and controlDownloadPeriodEnd is the period downloaded, in case of downloading.

2.16. CardCurrentUse U.K.

Information about the actual usage of the card (Annex 1C requirement 273, 298, 326, and 349).

sessionOpenTime is the time when the card is inserted for the current usage. This element is set to zero at card removal.

sessionOpenVehicle is the identification of the currently used vehicle, set at card insertion. This element is set to zero at card removal.

2.17. CardDriverActivity U.K.

Information, stored in a driver or a workshop card, related to the activities of the driver (Annex 1C requirements 267, 268, 292, 293, 321 and 344).

activityPointerOldestDayRecord is the specification of the begin of the storage place (number of bytes from the beginning of the string) of the oldest complete day record in the activityDailyRecords string. The maximum value is given by the length of the string.

activityPointerNewestRecord is the specification of the begin of the storage place (number of bytes from the beginning of the string) of the most recent day record in the activityDailyRecords string. The maximum value is given by the length of the string.

activityDailyRecords is the space available to store the driver activity data (data structure: CardActivityDailyRecord) for each calendar day where the card has been used.

Value assignment: this octet string is cyclically filled with records of CardActivityDailyRecord. At the first use storing is started at the first byte of the string. All new records are appended at the end of the previous one. When the string is full, storing continues at the first byte of the string independently of a break being inside a data element. Before placing new activity data in the string (enlarging current activityDailyRecord, or placing a new activityDailyRecord) that replaces older activity data, activityPointerOldestDayRecord must be updated to reflect the new location of the oldest complete day record, and activityPreviousRecordLength of this (new) oldest complete day record must be reset to 0.

2.18. CardDrivingLicenceInformation U.K.

Information, stored in a driver card, related to the card holder driver licence data (Annex 1C requirement 259 and 284).

drivingLicenceIssuingAuthority is the authority responsible for issuing the driving licence.

drivingLicenceIssuingNation is the nationality of the authority that issued the driving licence.

drivingLicenceNumber is the number of the driving licence.

[F22.19. CardEventData U.K.

Generation 1:

Information, stored in a driver or workshop card, related to the events associated with the card holder (Annex IC requirements 260 and 318).

CardEventData is a sequence, ordered by ascending value of EventFaultType, of cardEventRecords (except security breach attempts related records which are gathered in the last set of the sequence).

cardEventRecords is a set of event records of a given event type (or category for security breach attempts events).

Generation 2:

Information, stored in a driver or workshop card, related to the events associated with the card holder (Annex IC requirements 285 and 341).

CardEventData is a sequence, ordered by ascending value of EventFaultType, of cardEventRecords (except security breach attempts related records which are gathered in the last set of the sequence).

cardEventRecords is a set of event records of a given event type (or category for security breach attempts events).]

2.20. CardEventRecord U.K.

Information, stored in a driver or a workshop card, related to an event associated to the card holder (Annex 1C requirements 261, 286, 318 and 341).

eventType is the type of the event.

eventBeginTime is the date and time of beginning of event.

eventEndTime is the date and time of end of event.

eventVehicleRegistration is the VRN and registering Member State of vehicle in which the event happened.

2.21. CardFaultData U.K.

Information, stored in a driver or a workshop card, related to the faults associated to the card holder (Annex 1C requirements 263, 288, 318, and 341).

CardFaultData is a sequence of Recording Equipment faults set of records followed by card faults set of records.

cardFaultRecords is a set of fault records of a given fault category (Recording Equipment or card).

2.22. CardFaultRecord U.K.

Information, stored in a driver or a workshop card, related to a fault associated to the card holder (Annex 1C requirement 264, 289, 318, and 341).

faultType is the type of the fault.

faultBeginTime is the date and time of beginning of fault.

faultEndTime is the date and time of end of fault.

faultVehicleRegistration is the VRN and registering Member State of vehicle in which the fault happened.

2.23. CardIccIdentification U.K.

Information, stored in a card, related to the identification of the integrated circuit (IC) card (Annex 1C requirement 248).

clockStop is the Clockstop mode as defined in appendix 2.

cardExtendedSerialNumber is the IC card unique serial number as further specified by the ExtendedSerialNumber data type.

cardApprovalNumber is the type approval number of the card.

cardPersonaliserID is the card personaliser ID encoded as ManufacturerCode.

embedderIcAssemblerId provides information about the embedder/IC assembler.

icIdentifier is the Identifier of the IC on the card and its IC manufacturer as defined in ISO/IEC 7816-6.

2.24. CardIdentification U.K.

Information, stored in a card, related to the identification of the card (Annex 1C requirements 255, 280, 310, 333, 359, 365, 371, and 377).

cardIssuingMemberState is the code of the Member State issuing the card.

cardNumber is the card number of the card.

cardIssuingAuthorityName is the name of the authority having issued the Card.

cardIssueDate is the issue date of the Card to the current holder.

cardValidityBegin is the first date of validity of the card.

cardExpiryDate is the date when the validity of the card ends.

2.25. CardMACertificate U.K.

Generation 2:

Certificate of the card public key for mutual authentication with a VU. The structure of this certificate is specified in Appendix 11.

2.26. CardNumber U.K.

A card number as defined by definition g).

driverIdentification is the unique identification of a driver in a Member State.

ownerIdentification is the unique identification of a company or a workshop or a control body within a member state.

cardConsecutiveIndex is the card consecutive index.

cardReplacementIndex is the card replacement index.

cardRenewalIndex is the card renewal index.

The first sequence of the choice is suitable to code a driver card number, the second sequence of the choice is suitable to code workshop, control, and company card numbers.

2.27. CardPlaceDailyWorkPeriod U.K.

Information, stored in a driver or a workshop card, related to the places where daily work periods begin and/or end (Annex 1C requirements 272, 297, 325, and 348).

placePointerNewestRecord is the index of the last updated place record.

Value assignment: Number corresponding to the numerator of the place record, beginning with ‘0’ for the first occurrence of the place records in the structure.

placeRecords is the set of records containing the information related to the places entered.

2.28. CardPrivateKey U.K.

Generation 1:

The private key of a card.

2.29. CardPublicKey U.K.

The public key of a card.

[F22.30. CardRenewalIndex U.K.

A card renewal index (definition i)).

Value assignment : (see this Annex chapter 7).

0

First issue.

Order for increase: 0, …, 9, A, …, Z ]

2.31. CardReplacementIndex U.K.

A card replacement index (definition j)).

Value assignment: (see this Annex chapter VII).

‘0’

Original card.

Order for increase: ‘0, …, 9, A, …, Z’

2.32. CardSignCertificate U.K.

Generation 2:

Certificate of the card public key for signature. The structure of this certificate is specified in Appendix 11.

2.33. CardSlotNumber U.K.

Code to distinguish between the two slots of a Vehicle Unit.

Value assignment: not further specified.

2.34. CardSlotsStatus U.K.

Code indicating the type of cards inserted in the two slots of the vehicle unit.

Value assignment — Octet Aligned: ‘ccccdddd’B

‘cccc’B

Identification of the type of card inserted in the co-driver slot,

‘dddd’B

Identification of the type of card inserted in the driver slot,

with the following identification codes:

‘0000’B

no card is inserted,

‘0001’B

a driver card is inserted,

‘0010’B

a workshop card is inserted,

‘0011’B

a control card is inserted,

‘0100’B

a company card is inserted.

2.35. CardSlotsStatusRecordArray U.K.

Generation 2:

The CardSlotsStatus plus metadata as used in the download protocol.

recordType denotes the type of the record (CardSlotsStatus). Value Assignment: See RecordType

recordSize is the size of the CardSlotsStatus in bytes.

noOfRecords is the number of records in the set records.

records is the set of CardSlotsStatus records.

2.36. CardStructureVersion U.K.

Code indicating the version of the implemented structure in a tachograph card.

Value assignment: ‘aabb’H:

‘aa’H

Index for changes of the structure.

  • ‘00’H for Generation 1 applications

  • ‘01’H for Generation 2 applications

‘bb’H

Index for changes concerning the use of the data elements defined for the structure given by the high byte.

  • ‘00’H for this version of Generation 1 applications

  • ‘00’H for this version of Generation 2 applications

2.37. CardVehicleRecord U.K.

Information, stored in a driver or workshop card, related to a period of use of a vehicle during a calendar day (Annex 1C requirements 269, 294, 322, and 345).

2.38. CardVehiclesUsed U.K.

Information, stored in a driver or workshop card, related to the vehicles used by the card holder (Annex 1C requirements 270, 295, 323, and 346).

vehiclePointerNewestRecord is the index of the last updated vehicle record.

Value assignment: Number corresponding to the numerator of the vehicle record, beginning with ‘0’ for the first occurrence of the vehicle records in the structure.

cardVehicleRecords is the set of records containing information on vehicles used.

2.39. CardVehicleUnitRecord U.K.

Generation 2:

Information, stored in a driver or workshop card, related to a vehicle unit that was used (Annex 1C requirement 303 and 351).

timeStamp is the beginning of the period of use of the vehicle unit (i.e. first card insertion in the vehicle unit for the period).

manufacturerCode identifies the manufacturer of the Vehicle Unit.

deviceID identifies the Vehicle Unit type of a manufacturer. The value is manufacturer specific.

vuSoftwareVersion is the software version number of the Vehicle Unit.

2.40. CardVehicleUnitsUsed U.K.

Generation 2:

Information, stored in a driver or workshop card, related to the vehicle units used by the card holder (Annex 1C requirement 306 and 352).

vehicleUnitPointerNewestRecord is the index of the last updated vehicle unit record.

Value assignment: Number corresponding to the numerator of the vehicle unit record, beginning with ‘0’ for the first occurrence of the vehicle unit records in the structure.

cardVehicleUnitRecords is the set of records containing information on vehicle units used.

2.41. Certificate U.K.

The certificate of a public key issued by a Certification Authority.

2.42. CertificateContent U.K.

Generation 1:

The (clear) content of the certificate of a public key according to Appendix 11 common security mechanisms.

certificateProfileIdentifier is the version of the corresponding certificate.

Value assignment: ‘01h’ for this version.

certificationAuthorityReference identifies the Certification Authority issuing the certificate. It also references the Public Key of this Certification Authority.

certificateHolderAuthorisation identifies the rights of the certificate holder.

certificateEndOfValidity is the date when the certificate expires administratively.

certificateHolderReference identifies the certificate holder. It also references his Public Key.

publicKey is the public key that is certified by this certificate.

2.43. CertificateHolderAuthorisation U.K.

Identification of the rights of a certificate holder.

2.44. CertificateRequestID U.K.

Unique identification of a certificate request. It can also be used as a Vehicle Unit Public Key Identifier if the serial number of the vehicle Unit to which the key is intended is not known at certificate generation time.

requestSerialNumber is a serial number for the certificate request, unique for the manufacturer and the month below.

requestMonthYear is the identification of the month and the year of the certificate request.

Value assignment: BCD coding of Month (two digits) and Year (two last digits).

crIdentifier: is an identifier to distinguish a certificate request from an extended serial number.

Value assignment: ‘FFh’.

manufacturerCode: is the numerical code of the manufacturer requesting the certificate.

2.45. CertificationAuthorityKID U.K.

Identifier of the Public Key of a Certification Authority (a Member State or the European Certification Authority).

nationNumeric is the numerical nation code of the Certification Authority.

nationAlpha is the alphanumerical nation code of the Certification Authority.

keySerialNumber is a serial number to distinguish the different keys of the Certification Authority in the case keys are changed.

additionalInfo is a two byte field for additional coding (Certification Authority specific).

caIdentifier is an identifier to distinguish a Certification Authority Key Identifier from other Key Identifiers.

Value assignment: ‘01h’.

2.46. CompanyActivityData U.K.

Information, stored in a company card, related to activities performed with the card (Annex 1C requirement 373 and 379).

companyPointerNewestRecord is the index of the last updated companyActivityRecord.

Value assignment: Number corresponding to the numerator of the company activity record, beginning with ‘0’ for the first occurrence of the company activity record in the structure.

companyActivityRecords is the set of all company activity records.

companyActivityRecord is the sequence of information related to one company activity.

companyActivityType is the type of the company activity.

companyActivityTime is the date and time of the company activity.

cardNumberInformation is the card number and the card issuing Member State of the card downloaded, if any.

vehicleRegistrationInformation is the VRN and registering Member State of the vehicle downloaded or locked in or out.

downloadPeriodBegin and downloadPeriodEnd is the period downloaded from the VU, if any.

2.47. CompanyActivityType U.K.

Code indicating an activity carried out by a company using its company card.

2.48. CompanyCardApplicationIdentification U.K.

Information, stored in a company card related to the identification of the application of the card (Annex 1C requirement 369 and 375).

typeOfTachographCardId is specifying the implemented type of card.

cardStructureVersion is specifying the the version of the structure that is implemented in the card.

noOfCompanyActivityRecords is the number of company activity records the card can store.

2.49. CompanyCardHolderIdentification U.K.

Information, stored in a company card, related to the cardholder identification (Annex 1C requirement 372 and 378).

companyName is the name of the holder company.

companyAddress is the address of the holder company.

cardHolderPreferredLanguage is the preferred language of the card holder.

2.50. ControlCardApplicationIdentification U.K.

Information, stored in a control card related to the identification of the application of the card (Annex 1C requirement 357 and 363).

typeOfTachographCardId is specifying the implemented type of card.

cardStructureVersion is specifying the version of the structure that is implemented in the card.

noOfControlActivityRecords is the number of control activity records the card can store.

2.51. ControlCardControlActivityData U.K.

Information, stored in a control card, related to control activity performed with the card (Annex 1C requirement 361 and 367).

controlPointerNewestRecord is the index of the last updated control activity record.

Value assignment: Number corresponding to the numerator of the control activity record, beginning with ‘0’ for the first occurrence of the control activity record in the structure.

controlActivityRecords is the set of all control activity records.

controlActivityRecord is the sequence of information related to one control.

controlType is the type of the control.

controlTime is the date and time of the control.

controlledCardNumber is the card number and the card issuing Member State of the card controlled.

controlledVehicleRegistration is the VRN and registering Member State of the vehicle in which the control happened.

controlDownloadPeriodBegin and controlDownloadPeriodEnd is the period eventually downloaded.

2.52. ControlCardHolderIdentification U.K.

Information, stored in a control card, related to the identification of the cardholder (Annex 1C requirement 360 and 366).

controlBodyName is the name of the control body of the card holder.

controlBodyAddress is the address of the control body of the card holder.

cardHolderName is the name and first name(s) of the holder of the Control Card.

cardHolderPreferredLanguage is the preferred language of the card holder.

2.53. ControlType U.K.

Code indicating the activities carried out during a control. This data type is related to Annex 1C requirements 126, 274, 299, 327, and 350.

2.54. CurrentDateTime U.K.

The current date and time of the recording equipment.

Value assignment: not further specified.

2.55. CurrentDateTimeRecordArray U.K.

Generation 2:

The current date and time plus metadata as used in the download protocol.

recordType denotes the type of the record (CurrentDateTime). Value Assignment: See RecordType

recordSize is the size of the CurrentDateTime in bytes.

noOfRecords is the number of records in the set records.

records is a set of current date and time records.

2.56. DailyPresenceCounter U.K.

Counter, stored in a driver or workshop card, increased by one for each calendar day the card has been inserted in a VU. This data type is related to Annex 1C requirements 266, 299, 320, and 343.

Value assignment: Consecutive Number with maximum value = 9 999, starting again with 0. At the time of first issuing of the card the number is set to 0.

2.57. Datef U.K.

Date expressed in a readily printable numeric format.

Value assignment:

yyyy

Year

mm

Month

dd

Day

‘00000000’H

denotes explicitly no date.

2.58. DateOfDayDownloaded U.K.

Generation 2:

The date and time of the download.

Value assignment: not further specified.

2.59. DateOfDayDownloadedRecordArray U.K.

Generation 2:

The date and time of the download plus metadata as used in the download protocol.

recordType denotes the type of the record (DateOfDayDownloaded). Value Assignment: See RecordType

recordSize is the size of the CurrentDateTime in bytes.

noOfRecords is the number of records in the set records.

records is the set of date and time of the download records.

2.60. Distance U.K.

A distance travelled (result of the calculation of the difference between two vehicle's odometer values in kilometers).

Value assignment: Unsigned binary. Value in km in the operational range 0 to 9 999 km.

2.61. DriverCardApplicationIdentification U.K.

Information, stored in a driver card related to the identification of the application of the card (Annex 1C requirement 253 and 278).

2.62. DriverCardHolderIdentification U.K.

Information, stored in a driver card, related to the identification of the cardholder (Annex 1C requirement 256 and 281).

cardHolderName is the name and first name(s) of the holder of the Driver Card.

cardHolderBirthDate is the date of birth of the holder of the Driver Card.

cardHolderPreferredLanguage is the preferred language of the card holder.

[F22.63. Reserved for future use] U.K.
2.64. EGFCertificate U.K.

Generation 2:

Certificate of the external GNSS facility public key for mutual authentication with a VU. The structure of this certificate is specified in Appendix 11.

2.65. EmbedderIcAssemblerId U.K.

Provides information about the IC embedder.

countryCode is the 2 letter country code of the module embedder according to ISO 3166.

moduleEmbedder identifies the module embedder.

manufacturerInformation for manufacturer internal usage.

2.66. EntryTypeDailyWorkPeriod U.K.

Code to distinguish between begin and end for an entry of a daily work period place and condition of the entry.

2.67. EquipmentType U.K.

Code to distinguish different types of equipment for the tachograph application.

2.68. EuropeanPublicKey U.K.

Generation 1:

The European public key.

2.69. EventFaultRecordPurpose U.K.

Code explaining why an event or a fault has been recorded.

Value assignment:

one of the 10 most recent (or last) events or faults

the longest event for one of the last 10 days of occurrence

one of the 5 longest events over the last 365 days

the last event for one of the last 10 days of occurrence

the most serious event for one of the last 10 days of occurrence

one of the 5 most serious events over the last 365 days

the first event or fault having occurred after the last calibration

an active/on-going event or fault

RFU

manufacturer specific

2.70. EventFaultType U.K.

Code qualifying an event or a fault.

Value assignment:

[F22.71. ExtendedSealIdentifier U.K.

Generation 2:

The extended seal identifier uniquely identifies a seal (Annex IC requirement 401).

manufacturerCode is a code of the manufacturer of the seal.

sealIdentifier is an identifier for the seal which is unique for the manufacturer.]

2.72. ExtendedSerialNumber U.K.

Unique identification of an equipment. It can also be used as an equipment Public Key Identifier.

2.73. FullCardNumber U.K.

Code fully identifying a tachograph card.

cardType is the type of the tachograph card.

cardIssuingMemberState is the code of the Member State having issued the card.

cardNumber is the card number.

2.74. FullCardNumberAndGeneration U.K.

Generation 2:

Code fully identifying a tachograph card and its generation.

fullcardNumber identifies the tachograph card.

generation indicates the generation of the tachograph card used.

2.75. Generation U.K.

Generation 2:

Indicates the generation of tachograph used.

Value assignment:

‘00’H

RFU

‘01’H

Generation 1

‘02’H

Generation 2

‘03’H .. ‘FF’H

RFU

2.76. GeoCoordinates U.K.

Generation 2:

The geo-coordinates are encoded as integers. These integers are multiples of the ±DDMM.M encoding for the latitude and ±DDDMM.M for the longitude. Here ±DD respectively ±DDD denotes the degrees and MM.M the minutes.

latitude is encoded as a multiple (factor 10) of the ±DDMM.M representation.

longitude is encoded as a multiple (factor 10) of the ±DDDMM.M representation.

2.77. GNSSAccuracy U.K.

Generation 2:

The accuracy of the GNSS position data (definition eee)). This accuracy is encoded as integer and is a multiple (factor 10) of the X.Y value provided by the GSA NMEA sentence.

[F22.78. GNSSAccumulatedDriving U.K.

Generation 2:

Information, stored in a driver or workshop card, related to the GNSS position of the vehicle if the accumulated driving time reaches a multiple of three hours (Annex IC requirement 306 and 354).

gnssADPointerNewestRecord is the index of the last updated GNSS accumulated driving record.

Value assignment is the number corresponding to the numerator of the GNSS accumulated driving record, beginning with '0' for the first occurrence of the GNSS accumulated driving record in the structure.

gnssAccumulatedDrivingRecords is the set of records containing the date and time the accumulated driving reaches a multiple of three hours and information on the position of the vehicle.

2.79. GNSSAccumulatedDrivingRecord U.K.

Generation 2:

Information, stored in a driver or workshop card, related to the GNSS position of the vehicle if the accumulated driving time reaches a multiple of three hours (Annex IC requirement 305 and 353)

timeStamp is the date and time when the accumulated driving time reaches a multiple of three hours.

gnssPlaceRecord contains information related to the position of the vehicle.

vehicleOdometerValue is the odometer value when the accumulated driving time reaches a multiple of three hours.]

2.80. GNSSPlaceRecord U.K.

Generation 2:

Information related to the GNSS position of the vehicle (Annex 1C requirements 108, 109, 110, 296, 305, 347, and 353).

timeStamp is the date and time when the GNSS position of the vehicle was determined.

gnssAccuracy is the accuracy of the GNSS position data.

geoCoordinates is the recorded location using GNSS.

2.81. HighResOdometer U.K.

Odometer value of the vehicle: Accumulated distance travelled by the vehicle during its operation.

Value assignment: Unsigned binary. Value in 1/200 km in the operating range 0 to 21 055 406 km.

2.82. HighResTripDistance U.K.

A distance travelled during all or part of a journey.

Value assignment: Unsigned binary. Value in 1/200 km in the operating range 0 to 21 055 406 km.

2.83. HolderName U.K.

The surname and first name(s) of a card holder.

holderSurname is the surname (family name) of the holder. This surname does not include titles.

Value assignment: When a card is not personal, holderSurname contains the same information as companyName or workshopName or controlBodyName.

holderFirstNames is the first name(s) and initials of the holder.

2.84. InternalGNSSReceiver U.K.

Generation 2:

Information if the GNSS receiver is internal or external to the vehicle unit. True means that the GNSS receiver is internal to the VU. False means that the GNSS receiver is external.

2.85. K-ConstantOfRecordingEquipment U.K.

Constant of the recording equipment (definition m)).

Value assignment: Pulses per kilometer in the operating range 0 to 64 255 pulses/km.

[F22.86. KeyIdentifier U.K.

A unique identifier of a Public Key used to reference and select the key. It also identifies the holder of the key.

The first choice is suitable to reference the public key of a Vehicle Unit, of a tachograph card or of an external GNSS facility.

The second choice is suitable to reference the public key of a Vehicle Unit (in cases where the serial number of the Vehicle Unit cannot be known at certificate generation time).

The third choice is suitable to reference the public key of a Member State.]

2.87. KMWCKey U.K.

Generation 2:

AES key and its associated key version used for VU — Motion Sensor pairing. For details see Appendix 11.

kMWCKey is the length of the AES key concatenated with the key which is used for VU — Motion Sensor pairing.

keyVersion denotes the key version of the AES key.

2.88. Language U.K.

Code identifying a language.

Value assignment: Two-letter lower-case coding according to ISO 639.

2.89. LastCardDownload U.K.

Date and time, stored on a driver card, of last card download (for other purposes than control) Annex 1C requirement 257 and 282. This date is updateable by a VU or any card reader.

Value assignment: not further specified.

2.90. LinkCertificate U.K.

Generation 2:

The link certificate between European Root CA key pairs.

2.91. L-TyreCircumference U.K.

Effective circumference of the wheel tyres (definition u)).

Value assignment: Unsigned binary, value in 1/8 mm in the operating range 0 to 8 031 mm.

[F22.92. MAC U.K.

Generation 2:

A cryptographic check sum of 8, 12 or 16 bytes length corresponding to the cipher suites specified in Appendix 11.]

2.93. ManualInputFlag U.K.

Code identifying whether a cardholder has manually entered driver activities at card insertion or not (Annex 1B requirement 081 and Annex 1C requirement 102).

Value assignment: not further specified.

2.94. ManufacturerCode U.K.

Code identifying a manufacturer of type approved equipment.

The laboratory competent for interoperability tests maintains and publishes the list of manufacturer codes on its web site (Annex 1C requirement 454).

ManufacturerCodes are provisionally assigned to developers of tachograph equipment on application to the laboratory competent for interoperability tests.

2.95. ManufacturerSpecificEventFaultData U.K.

Generation 2:

Manufacturer specific error codes simplify the error analysis and maintenance of vehicle units.

manufacturerCode identifies the manufacturer of the Vehicle Unit.

manufacturerSpecificErrorCode is an error code specific to the manufacturer.

2.96. MemberStateCertificate U.K.

The certificate of the public key of a member state issued by the European certification authority.

2.97. MemberStateCertificateRecordArray U.K.

Generation 2:

The member state certificate plus metadata as used in the download protocol.

recordType denotes the type of the record (MemberStateCertificate). Value Assignment: See RecordType

recordSize is the size of the MemberStateCertificate in bytes.

noOfRecords is the number of records in the set records. The value shall be set to 1 as the certficates may have different lengths.

records is the set of member state certificates.

2.98. MemberStatePublicKey U.K.

Generation 1:

The public key of a Member State.

2.99. Name U.K.

A name.

codePage specifies a character set defined in Chapter 4,

name is a name encoded using the specified character set.

2.100. NationAlpha U.K.

Alphabetic reference to a country shall be in accordance with the distinguishing signs used on vehicles in international traffic (United Nations Vienna Convention on Road Traffic, 1968).

The Nation Alpha and Numeric codes shall be held on a list maintained on the website of the laboratory appointed to carry out interoperability testing, as set out in Annex 1C requirement 440.

2.101. NationNumeric U.K.

Numerical reference to a country.

Value assignment: see data type 2.100 (NationAlpha).

Any amendment or updating of the Nation Alpha or Numeric specification described in the above paragraph shall only be made out after the appointed laboratory has obtained the views of type approved digital and smart tachograph vehicle unit manufacturers.

2.102. NoOfCalibrationRecords U.K.

Number of calibration records, a workshop card can store.

2.103. NoOfCalibrationsSinceDownload U.K.

Counter indicating the number of calibrations performed with a workshop card since its last download (Annex 1C requirement 317 and 340).

Value assignment: Not specified further.

2.104. NoOfCardPlaceRecords U.K.

Number of place records a driver or workshop card can store.

2.105. NoOfCardVehicleRecords U.K.

Number of vehicles used records a driver or workshop card can store.

Value assignment: see Appendix 2.

2.106. NoOfCardVehicleUnitRecords U.K.

Generation 2:

Number of vehicle units used records a driver or workshop card can store.

Value assignment: see Appendix 2.

2.107. NoOfCompanyActivityRecords U.K.

Number of company activity records, a company card can store.

Value assignment: see Appendix 2.

2.108. NoOfControlActivityRecords U.K.

Number of control activity records, a control card can store.

Value assignment: see Appendix 2.

2.109. NoOfEventsPerType U.K.

Number of events per type of event a card can store.

Value assignment: see Appendix 2.

2.110. NoOfFaultsPerType U.K.

Number of faults per type of fault a card can store.

Value assignment: see Appendix 2.

[F22.111. NoOfGNSSADRecords U.K.

Generation 2:

Number of GNSS accumulated driving records a card can store.

Value assignment: see Appendix 2.]

2.112. NoOfSpecificConditionRecords U.K.

Generation 2:

Number of specific condition records a card can store.

Value assignment: see Appendix 2.

2.113. OdometerShort U.K.

Odometer value of the vehicle in a short form.

Value assignment: Unsigned binary. Value in km in the operating range 0 to 9 999 999 km.

2.114. OdometerValueMidnight U.K.

The vehicle's odometer value at midnight on a given day (Annex 1B requirement 090 and Annex 1C requirement 113).

Value assignment: not further specified.

2.115. OdometerValueMidnightRecordArray U.K.

Generation 2:

The OdometerValueMidnight plus metadata used in the download protocol.

recordType denotes the type of the record (OdometerValueMidnight). Value Assignment: See RecordType

recordSize is the size of the OdometerValueMidnight in bytes.

noOfRecords is the number of records in the set records.

records is the set of OdometerValueMidnight records.

2.116. OverspeedNumber U.K.

Number of over speeding events since the last over speeding control.

Value assignment: 0 means that no over speeding event has occurred since the last over speeding control, 1 means that one over speeding event has occurred since the last over speeding control …255 means that 255 or more over speeding events have occurred since the last over speeding control.

2.117. PlaceRecord U.K.

Information related to a place where a daily work period begins or ends (Annex 1C requirements 108, 271, 296, 324, and 347).

2.118. PreviousVehicleInfo U.K.

Information related to the vehicle previously used by a driver when inserting his card in a vehicle unit (Annex 1B requirement 081 and Annex 1C requirement 102).

2.119. PublicKey U.K.

Generation 1:

A public RSA key.

rsaKeyModulus is the Modulus of the key pair.

rsaKeyPublicExponent is the public exponent of the key pair.

2.120. RecordType U.K.

Generation 2:

Reference to a record type. This data type is used in RecordArrays.

Value assignment:

ActivityChangeInfo,

CardSlotsStatus,

CurrentDateTime,

MemberStateCertificate,

OdometerValueMidnight,

DateOfDayDownloaded,

SensorPaired,

Signature,

SpecificConditionRecord,

VehicleIdentificationNumber,

VehicleRegistrationNumber,

VuCalibrationRecord,

VuCardIWRecord,

VuCardRecord,

VuCertificate,

VuCompanyLocksRecord,

VuControlActivityRecord,

VuDetailedSpeedBlock,

VuDownloadablePeriod,

VuDownloadActivityData,

VuEventRecord,

[F2VuGNSSADRecord,]

VuITSConsentRecord,

VuFaultRecord,

VuIdentification,

VuOverSpeedingControlData,

VuOverSpeedingEventRecord,

VuPlaceDailyWorkPeriodRecord,

VuTimeAdjustmentGNSSRecord,

VuTimeAdjustmentRecord,

VuPowerSupplyInterruptionRecord,

SensorPairedRecord,

SensorExternalGNSSCoupledRecord,

RFU,

Manufacturer specific.

2.121. RegionAlpha U.K.

Alphabetic reference to a region within a specified country.

2.122. RegionNumeric U.K.

Numerical reference to a region within a specified country.

2.123. RemoteCommunicationModuleSerialNumber U.K.

Generation 2:

Serial number of the Remote Communication Module.

2.124. RSAKeyModulus U.K.

Generation 1:

The modulus of a RSA key pair.

Value assignment: Unspecified.

2.125. RSAKeyPrivateExponent U.K.

Generation 1:

The private exponent of a RSA key pair.

Value assignment: Unspecified.

2.126. RSAKeyPublicExponent U.K.

Generation1:

The public exponent of a RSA key pair.

Value assignment: Unspecified.

2.127. RtmData U.K.

Generation2:

For the definition of this data type see Appendix 14.

2.128. SealDataCard U.K.

Generation 2:

This data type stores information about the seals that are attached to the different components of a vehicle and is intended for storage on a card. This data type is related to Annex 1C requirement 337.

noOfSealRecords is the number of records in sealRecords.

sealRecords is a set of seal records.

2.129. SealDataVu U.K.

Generation 2:

This data type stores information about the seals that are attached to the different components of a vehicle and is intended for storage in a Vehicle Unit.

sealRecords is a set of seal records. If there are less than 5 seals available the value of the EquipmentType in all unused sealRecords shall be set to 16, i.e. unused.

2.130. SealRecord U.K.

Generation 2:

This data type stores information about a seal that is attached to a component. This data type is related to Annex 1C requirement 337.

equipmentType identifies the type of equipment the seal is attached to.

extendedSealIdentifier is the identifier of the seal attached to the equipment.

2.131. SensorApprovalNumber U.K.

Type approval number of the sensor.

2.132. SensorExternalGNSSApprovalNumber U.K.

Generation 2:

Type approval number of the external GNSS facility.

Value assignment:

The approval number shall be provided as published on the corresponding European Commission web site, i.e. for example including hyphens if any. The approval number shall be left-aligned.

2.133. SensorExternalGNSSCoupledRecord U.K.

Generation 2:

Information, stored in a vehicle unit, related to the identification of the external GNSS facility coupled with the vehicle unit (Annex 1C requirement 100).

sensorSerialNumber is the serial number of the external GNSS facility coupled with the vehicle unit.

sensorApprovalNumber is the approval number of this external GNSS facility.

sensorCouplingDate is a date of coupling of this external GNSS facility with the vehicle unit.

2.134. SensorExternalGNSSIdentification U.K.

Generation 2:

Information related to the identification of the external GNSS facility (Annex 1C requirement 98).

sensorSerialNumber is the extended serial number of the external GNSS facility.

sensorApprovalNumber is the approval number of the external GNSS facility.

sensorSCIdentifier is the identifier of the security component of the external GNSS facility.

sensorOSIdentifier is the identifier of the operating system of the external GNSS facility.

2.135. SensorExternalGNSSInstallation U.K.

Generation 2:

Information, stored in an external GNSS facility, related to the installation of the external GNSS sensor (Annex 1C requirement 123).

sensorCouplingDateFirst is the date of the first coupling of external GNSS facility with a vehicle unit.

firstVuApprovalNumber is the approval number of the first vehicle unit coupled with the external GNSS facility.

firstVuSerialNumber is the serial number of the first vehicle unit paired with the external GNSS facility.

sensorCouplingDateCurrent is the date of the current coupling of external GNSS facility with a vehicle unit.

currentVuApprovalNumber is the approval number of the vehicle unit currently coupled with the external GNSS facility.

currentVUSerialNumber is the serial number of the vehicle unit currently coupled with the external GNSS facility.

2.136. SensorExternalGNSSOSIdentifier U.K.

Generation 2:

Identifier of the operating system of the external GNSS facility.

Value assignment: manufacturer specific.

2.137. SensorExternalGNSSSCIdentifier U.K.

Generation 2:

This type is used e.g. to identify the cryptographic module of the external GNSS facility.

Identifier of the security component of the external GNSS facility.

Value assignment: component manufacturer specific.

2.138. SensorGNSSCouplingDate U.K.

Generation 2:

Date of a coupling of the external GNSS facility with a vehicle unit.

Value assignment: Unspecified.

2.139. SensorGNSSSerialNumber U.K.

Generation 2:

This type is used to store the serial number of the GNSS receiver both when it is inside the VU and when it is outside the VU.

Serial number of the GNSS receiver.

2.140. SensorIdentification U.K.

Information, stored in a motion sensor, related to the identification of the motion sensor (Annex 1B requirement 077 and Annex 1C requirement 95).

sensorSerialNumber is the extended serial number of the motion sensor (includes part number and manufacturer code).

sensorApprovalNumber is the approval number of the motion sensor.

sensorSCIdentifier is the identifier of the security component of the motion sensor.

sensorOSIdentifier is the identifier of the operating system of the motion sensor.

2.141. SensorInstallation U.K.

Information, stored in a motion sensor, related to the installation of the motion sensor (Annex 1B requirement 099 and Annex 1C requirement 122).

sensorPairingDateFirst is the date of the first pairing of the motion sensor with a vehicle unit.

firstVuApprovalNumber is the approval number of the first vehicle unit paired with the motion sensor.

firstVuSerialNumber is the serial number of the first vehicle unit paired with the motion sensor.

sensorPairingDateCurrent is the date of the current pairing of the motion sensor with the vehicle unit.

currentVuApprovalNumber is the approval number of the vehicle unit currently paired with the motion sensor.

currentVUSerialNumber is the serial number of the vehicle unit currently paired with the motion sensor.

2.142. SensorInstallationSecData U.K.

Information, stored in a workshop card, related to the security data needed for pairing motion sensors to vehicle units (Annex 1C requirement 308 and 331).

2.143. SensorOSIdentifier U.K.

Identifier of the operating system of the motion sensor.

Value assignment: manufacturer specific.

2.144. SensorPaired U.K.

Generation 1:

Information, stored in a vehicle unit, related to the identification of the motion sensor paired with the vehicle unit (Annex 1B requirement 079).

sensorSerialNumber is the serial number of the motion sensor currently paired with the vehicle unit.

sensorApprovalNumber is the approval number of the motion sensor currently paired with the vehicle unit.

sensorPairingDateFirst is the date of the first pairing with a vehicle unit of the motion sensor currently paired with the vehicle unit.

2.145. SensorPairedRecord U.K.

Generation 2:

Information, stored in a vehicle unit, related to the identification of a motion sensor paired with the vehicle unit (Annex 1C requirement 97).

sensorSerialNumber is the serial number of a motion sensor paired with the vehicle unit.

sensorApprovalNumber is the approval number of this motion sensor.

sensorPairingDate is a date of pairing of this motion sensor with the vehicle unit.

2.146. SensorPairingDate U.K.

Date of a pairing of the motion sensor with a vehicle unit.

Value assignment: Unspecified.

2.147. SensorSCIdentifier U.K.

Identifier of the security component of the motion sensor.

Value assignment: component manufacturer specific.

2.148. SensorSerialNumber U.K.

Serial number of the motion sensor.

2.149. Signature U.K.

A digital signature.

2.150. SignatureRecordArray U.K.

Generation 2:

A set of signatures plus metadata used in the download protocol.

recordType denotes the type of the record (Signature). Value Assignment: See RecordType

recordSize is the size of the Signature in bytes.

noOfRecords is the number of records in the set records. The value shall be set to 1 as the signatures may have different lengths.

records is the set of signatures.

2.151. SimilarEventsNumber U.K.

The number of similar events for one given day (Annex 1B requirement 094 and Annex 1C requirement 117).

Value assignment: 0 is not used, 1 means that only one event of that type has occurred and has been stored on that day, 2 means that 2 events of that type has occurred on that day (one only has been stored), …255 means that 255 or more events of that type have occurred on that day.

2.152. SpecificConditionRecord U.K.

Information, stored in a driver card, a workshop card or a vehicle unit, related to a specific condition (requirements Annex 1C 130, 276, 301, 328, and 355).

entryTime is the date and time of the entry.

specificConditionType is the code identifying the specific condition.

2.153. SpecificConditions U.K.

Information, stored in a driver card, a workshop card or a vehicle unit, related to a specific condition (Annex 1C requirement 131, 277, 302, 329, and 356).

Generation 2:

conditionPointerNewestRecord is the index of the last updated specific condition record.

Value assignment: Number corresponding to the numerator of the specific condition record, beginning with ‘0’ for the first occurrence of the specific condition record in the structure.

specificConditionRecords is the set of records containing information on the specific conditions recorded.

2.154. SpecificConditionType U.K.

Code identifying a specific condition (Annex 1B requirements 050b, 105a, 212a and 230a and Annex 1C requirements 62).

2.155. Speed U.K.

Speed of the vehicle (km/h).

Value assignment: kilometers per hour in the operational range 0 to 220 km/h.

2.156. SpeedAuthorised U.K.

Maximum authorised Speed of the vehicle (definition hh)).

2.157. SpeedAverage U.K.

Average speed in a previously defined duration (km/h).

2.158. SpeedMax U.K.

Maximum speed measured in a previously defined duration.

2.159. TachographPayload U.K.

Generation 2:

For the definition of this data type see Appendix 14.

[F22.160. Reserved for future use] U.K.
2.161. TDesSessionKey U.K.

Generation 1:

A triple DES session key.

Value assignment: not further specified.

[F22.162. TimeReal U.K.

Code for a combined date and time field, where the date and time are expressed as seconds past 00h.00m.00s. on 1 January 1970 UTC.

Value assignment Octet aligned : Number of seconds since midnight 1 January 1970 UTC.

The max. possible date/time is in the year 2106.]

2.163. TyreSize U.K.

Designation of tyre dimensions.

Value assignment: in accordance with Directive 92/23 (EEC) 31/03/92 O.J. L129 p.95.

2.164. VehicleIdentificationNumber U.K.

Vehicle Identification Number (VIN) referring to the vehicle as a whole, normally chassis serial number or frame number.

Value assignment: As defined in ISO 3779.

2.165. VehicleIdentificationNumberRecordArray U.K.

Generation 2:

The Vehicle Idenification Number plus metadata as used in the download protocol.

recordType denotes the type of the record (VehicleIdentificationNumber). Value Assignment: See RecordType

recordSize is the size of the VehicleIdentificationNumber in bytes.

noOfRecords is the number of records in the set records.

records is the set of vehicle identification numbers.

2.166. VehicleRegistrationIdentification U.K.

Identification of a vehicle, unique for Europe (VRN and Member State).

vehicleRegistrationNation is the nation where the vehicle is registered.

vehicleRegistrationNumber is the registration number of the vehicle (VRN).

2.167. VehicleRegistrationNumber U.K.

Registration number of the vehicle (VRN). The registration number is assigned by the vehicle licensing authority.

codePage specifies a character set defined in Chapter 4,

vehicleRegNumber is a VRN encoded using the specified character set.

Value assignment: Country specific.

2.168. VehicleRegistrationNumberRecordArray U.K.

Generation 2:

The Vehicle Registration Number plus metadata as used in the download protocol.

recordType denotes the type of the record (VehicleRegistrationNumber). Value Assignment: See RecordType

recordSize is the size of the VehicleRegistrationNumber in bytes.

noOfRecords is the number of records in the set records.

records is the set of vehicle registration numbers.

2.169. VuAbility U.K.

Generation 2:

Information stored in a VU on the ability of the VU to use generation 1 tachograph cards or not (Annex 1C requirement 121).

Value assignmentOctet Aligned:‘xxxxxxxa’B (8 bits)

For the ability to support of generation 1:

‘a’B

Ability to support generation 1 tachograph cards:

  • ‘0’ B Generation 1 is supported,

  • ‘1’B Generation1 is not supported,

‘xxxxxxx’B

RFU

2.170. VuActivityDailyData U.K.

Generation 1:

Information, stored in a VU, related to changes of activity and/or changes of driving status and/or changes of card status for a given calendar day (Annex 1B requirement 084 and Annex 1C requirement 105, 106, 107) and to slots status at 00:00 that day.

noOfActivityChanges is the number of ActivityChangeInfo words in the activityChangeInfos set.

activityChangeInfos is the set of ActivityChangeInfo words stored in the VU for the day. It always includes two ActivityChangeInfo words giving the status of the two slots at 00:00 that day.

2.171. VuActivityDailyRecordArray U.K.

Generation 2:

Information, stored in a VU, related to changes of activity and/or changes of driving status and/or changes of card status for a given calendar day (Annex 1C requirement 105, 106, 107) and to slots status at 00:00 that day.

recordType denotes the type of the record (ActivityChangeInfo). Value Assignment: See RecordType

recordSize is the size of the ActivityChangeInfo in bytes.

noOfRecords is the number of records in the set records.

records is the set of ActivityChangeInfo words stored in the VU for the day. It always includes two ActivityChangeInfo words giving the status of the two slots at 00:00 that day.

2.172. VuApprovalNumber U.K.

Type approval number of the vehicle unit.

2.173. VuCalibrationData U.K.

Generation 1:

Information, stored in a vehicle unit, related to the calibrations of the recording equipment (Annex 1B requirement 098).

noOfVuCalibrationRecords is the number of records contained in the vuCalibrationRecords set.

vuCalibrationRecords is the set of calibration records.

2.174. VuCalibrationRecord U.K.

Information, stored in a vehicle unit, related a calibration of the recording equipment (Annex 1B requirement 098 and Annex 1C requirement 119 and 120).

2.175. VuCalibrationRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to the calibrations of the recording equipment (Annex 1C requirement 119 and 120).

recordType denotes the type of the record (VuCalibrationRecord). Value Assignment: See RecordType

recordSize is the size of the VuCalibrationRecord in bytes.

noOfRecords is the number of records in the set records.

records is the set of calibration records.

2.176. VuCardIWData U.K.

Generation 1:

Information, stored in a vehicle unit, related to insertion and withdrawal cycles of driver cards or of workshop cards in the vehicle unit (Annex 1B requirement 081 and Annex 1C requirement 103).

noOfIWRecords is the number of records in the set vuCardIWRecords.

vuCardIWRecords is a set of records related to card insertion withdrawal cycles.

2.177. VuCardIWRecord U.K.

Information, stored in a vehicle unit, related to an insertion and withdrawal cycle of a driver card or of a workshop card in the vehicle unit (Annex 1B requirement 081 and Annex 1C requirement 102).

2.178. VuCardIWRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to insertion and withdrawal cycles of driver cards or of workshop cards in the vehicle unit (Annex 1C requirement 103).

recordType denotes the type of the record (VuCardIWRecord). Value Assignment: See RecordType

recordSize is the size of the VuCardIWRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of records related to card insertion withdrawal cycles.

[F22.179. VuCardRecord U.K.

Generation 2:

Information, stored in a vehicle unit, about a tachograph card used (Annex IC requirement 132).

cardNumberAndGenerationInformation is the full card number and generation of the card used (data type 2.74).

cardExtendedSerialNumber as read from the file EF_ICC under the MF of the card.

cardStructureVersion as read from the file EF_Application_Identification under the DF_Tachograph_G2.

cardNumber as read from the file EF_Identification under the DF_Tachograph_G2.]

2.180. VuCardRecordArray U.K.

Generation 2:

Information stored in a vehicle unit about the tachograph cards used with this VU. This information is intended for the analysis of VU — card problems (Annex 1C requirement 132).

recordType denotes the type of the record (VuCardRecord). Value Assignment: See RecordType

recordSize is the size of the VuCardRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of records related to the tachograph cards used with the VU.

2.181. VuCertificate U.K.

Certificate of the public key of a vehicle unit.

2.182. VuCertificateRecordArray U.K.

Generation 2:

The VU certificate plus metadata as used in the download protocol.

recordType denotes the type of the record (VuCertificate). Value Assignment: See RecordType

recordSize is the size of the VuCertificate in bytes.

noOfRecords is the number of records in the set records. The value shall be set to 1 as the certificates may have different lengths.

records is a set of VU certificates.

2.183. VuCompanyLocksData U.K.

Generation 1:

Information, stored in a vehicle unit, related to company locks (Annex 1B requirement 104).

noOfLocks is the number of locks listed in vuCompanyLocksRecords.

vuCompanyLocksRecords is the set of company locks records.

2.184. VuCompanyLocksRecord U.K.

Information, stored in a vehicle unit, related to one company lock (Annex 1B requirement 104 and Annex 1C requirement 128).

2.185. VuCompanyLocksRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to company locks (Annex 1C requirement 128).

recordType denotes the type of the record (VuCompanyLocksRecord). Value Assignment: See RecordType

recordSize is the size of the VuCompanyLocksRecord in bytes.

noOfRecords is the number of records in the set records. Value 0..255.

records is the set of company locks records.

2.186. VuControlActivityData U.K.

Generation 1:

Information, stored in a vehicle unit, related to controls performed using this VU (Annex 1B requirement 102).

noOfControls is the number of controls listed in vuControlActivityRecords.

vuControlActivityRecords is the set of control activity records.

2.187. VuControlActivityRecord U.K.

Information, stored in a vehicle unit, related to a control performed using this VU (Annex 1B requirement 102 and Annex 1C requirement 126).

2.188. VuControlActivityRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to controls performed using this VU (Annex 1C requirement 126).

recordType denotes the type of the record (VuControlActivityRecord). Value Assignment: See RecordType

recordSize is the size of the VuControlActivityRecord in bytes.

noOfRecords is the number of records in the set records.

records is the set of VU control activity records.

2.189. VuDataBlockCounter U.K.

Counter, stored in a card, identifying sequentially the insertion withdrawal cycles of the card in vehicle units.

Value assignment: Consecutive Number with max, value 9 999, starting again with 0.

2.190. VuDetailedSpeedBlock U.K.

Information, stored in a vehicle unit, related to the vehicle's detailed speed for a minute during which the vehicle has been moving (Annnex 1B requirement 093 and Annex 1C requirement 116).

speedBlockBeginDate is the date and time of the first speed value within the block.

speedsPerSecond is the chronological sequence of measured speeds every seconds for the minute starting at speedBlockBeginDate (included).

2.191. VuDetailedSpeedBlockRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to the detailed speed of the vehicle.

recordType denotes the type of the record (VuDetailedSpeedBlock). Value Assignment: See RecordType

recordSize is the size of the VuDetailedSpeedBlock in bytes.

noOfRecords is the number of records in the set records.

records is the set of detailed speed blocks.

2.192. VuDetailedSpeedData U.K.

Generation 1:

Information, stored in a vehicle unit, related to the detailed speed of the vehicle.

noOfSpeedBlocks is the number of speed blocks in the vuDetailedSpeedBlocks set.

vuDetailedSpeedBlocks is the set of detailed speed blocks.

2.193. VuDownloadablePeriod U.K.

Oldest and latest dates for which a vehicle unit holds data related to drivers activities (Annex 1B requirements 081, 084 or 087 and Annex 1C requirements 102, 105, 108).

minDownloadableTime is the oldest card insertion or activity change or place entry date and time stored in the VU.

maxDownloadableTime is the latest card withdrawal or activity change or place entry date and time stored in the VU.

2.194. VuDownloadablePeriodRecordArray U.K.

Generation 2:

The VUDownloadablePeriod plus metadata used in the download protocol.

recordType denotes the type of the record (VuDownloadablePeriod). Value Assignment: See RecordType

recordSize is the size of the VuDownloadablePeriod in bytes.

noOfRecords is the number of records in the set records.

records is the set of VuDownloadablePeriod records.

2.195. VuDownloadActivityData U.K.

Information, stored in a vehicle unit, related to its last download (Annex 1B requirement 105 and Annex 1C requirement 129).

2.196. VuDownloadActivityDataRecordArray U.K.

Generation 2:

Information related to the last VU download (Annex 1C requirement 129).

recordType denotes the type of the record (VuDownloadActivityData). Value Assignment: See RecordType

recordSize is the size of the VuDownloadActivityData in bytes.

noOfRecords is the number of records in the set records.

records is the set of download activity data records.

2.197. VuEventData U.K.

Generation 1:

Information, stored in a vehicle unit, related to events (Annex 1B requirement 094 except over speeding event).

noOfVuEvents is the number of events listed in the vuEventRecords set.

vuEventRecords is a set of events records.

2.198. VuEventRecord U.K.

Information, stored in a vehicle unit, related to an event (Annex 1B requirement 094 and Annex 1C requirement 117 except over speeding event).

2.199. VuEventRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to events (Annex 1C requirement 117 except over speeding event).

recordType denotes the type of the record (VuEventRecord). Value Assignment: See RecordType

recordSize is the size of the VuEventRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of events records.

2.200. VuFaultData U.K.

Generation 1:

Information, stored in a vehicle unit, related to faults (Annex 1B requirement 096).

noOfVuFaults is the number of faults listed in the vuFaultRecords set.

vuFaultRecords is a set of faults records.

2.201. VuFaultRecord U.K.

Information, stored in a vehicle unit, related to a fault (Annex 1B requirement 096 and Annex 1C requirement 118).

2.202. VuFaultRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to faults (Annex 1C requirement 118).

recordType denotes the type of the record (VuFaultRecord). Value Assignment: See RecordType

recordSize is the size of the VuFaultRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of faults records.

[F22.203. VuGNSSADRecord U.K.

Generation 2:

Information, stored in a vehicle unit, related to the GNSS position of the vehicle if the accumulated driving time reaches a multiple of three hours (Annex IC requirement 108, 110).

timeStamp is the date and time when the accumulated driving time reaches a multiple of three hours.

cardNumberAndGenDriverSlot identifies the card including its generation which is inserted in the driver slot.

cardNumberAndGenCodriverSlot identifies the card including its generation which is inserted in the co-driver slot.

gnssPlaceRecord contains information related to the position of the vehicle.

vehicleOdometerValue is the odometer value when the accumulated driving time reaches a multiple of three hours.

2.204. VuGNSSADRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to the GNSS position of the vehicle if the accumulated driving time reaches a multiple of three hours (Annex IC requirement 108 and 110).

recordType denotes the type of the record (VuGNSSADRecord).

Value Assignment : See RecordType.

recordSize is the size of the VuGNSSADRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of GNSS accumulated driving records.]

2.205. VuIdentification U.K.

Information, stored in a vehicle unit, related to the identification of the vehicle unit (Annex 1B requirement 075 and Annex 1C requirement 93 and 121).

2.206. VuIdentificationRecordArray U.K.

Generation 2:

The VuIdentification plus metadata used in the download protocol.

recordType denotes the type of the record (VuIdentification). Value Assignment: See RecordType

recordSize is the size of the VuIdentification in bytes.

noOfRecords is the number of records in the set records.

records is a set of VuIdentification records.

2.207. VuITSConsentRecord U.K.

Generation 2:

Information stored in a vehicle unit, related to the consent of a driver to use Intelligent Transport Systems.

cardNumberAndGen identifies the card including its generation. This must be a driver card or a workshop card.

consent is a flag which indicates whether the driver has given his consent on the usage of Intelligent Transport Systems with this vehicle / vehicle unit.

Value assignment:

TRUE

indicates the driver's consent to use Intelligent Transport Systems

FALSE

indicates the driver's denial to use Intelligent Transport Systems

2.208. VuITSConsentRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to drivers' consent on the usage of Intelligent Transport Systems (Annex 1C requirement 200).

recordType denotes the type of the record (VuITSConsentRecord). Value Assignment: See RecordType

recordSize is the size of the VuITSConsentRecord in bytes.

noOfRecords is the number of records in the set records.

records is the set of ITS consent records.

2.209. VuManufacturerAddress U.K.

Address of the manufacturer of the vehicle unit.

Value assignment: Unspecified.

2.210. VuManufacturerName U.K.

Name of the manufacturer of the vehicle unit.

Value assignment: Unspecified.

2.211. VuManufacturingDate U.K.

Date of manufacture of the vehicle unit.

Value assignment: Unspecified.

2.212. VuOverSpeedingControlData U.K.

Information, stored in a vehicle unit, related to over speeding events since the last over speeding control (Annex 1B requirement 095 and Annex 1C requirement 117).

lastOverspeedControlTime is the date and time of the last over speeding control.

firstOverspeedSince is the date and time of the first over speeding following this over speeding control.

numberOfOverspeedSince is the number of over speeding events since the last over speeding control.

2.213. VuOverSpeedingControlDataRecordArray U.K.

Generation 2:

The VuOverSpeedingControlData plus metadata used in the download protocol.

recordType denotes the type of the record (VuOverSpeedingControlData). Value Assignment: See RecordType

recordSize is the size of the VuOverSpeedingControlData in bytes.

noOfRecords is the number of records in the set records.

records is a set of over speeding control data records.

2.214. VuOverSpeedingEventData U.K.

Generation 1:

Information, stored in a vehicle unit, related to over speeding events (Annex 1B requirement 094).

noOfVuOverSpeedingEvents is the number of events listed in the vuOverSpeedingEventRecords set.

vuOverSpeedingEventRecords is a set of over speeding events records.

2.215. VuOverSpeedingEventRecord U.K.
2.216. VuOverSpeedingEventRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to over speeding events (Annex 1C requirement 117).

recordType denotes the type of the record (VuOverSpeedingEventRecord). Value Assignment: See RecordType

recordSize is the size of the VuOverSpeedingEventRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of over speeding events records.

2.217. VuPartNumber U.K.

Part number of the vehicle unit.

Value assignment: VU manufacturer specific.

2.218. VuPlaceDailyWorkPeriodData U.K.

Generation 1:

Information, stored in a vehicle unit, related to places where drivers begin or end a daily work period (Annex 1B requirement 087 and Annex 1C requirement 108 and 110).

noOfPlaceRecords is the number of records listed in the vuPlaceDailyWorkPeriodRecords set.

vuPlaceDailyWorkPeriodRecords is a set of place related records.

2.219. VuPlaceDailyWorkPeriodRecord U.K.
2.220. VuPlaceDailyWorkPeriodRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to places where drivers begin or end a daily work period (Annex 1C requirement 108 and 110).

recordType denotes the type of the record (VuPlaceDailyWorkPeriodRecord). Value Assignment: See RecordType

recordSize is the size of the VuPlaceDailyWorkPeriodRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of place related records.

2.221. VuPrivateKey U.K.

Generation 1:

The private key of a vehicle unit.

2.222. VuPublicKey U.K.

Generation 1:

The public key of a vehicle unit.

2.223. VuSerialNumber U.K.

Serial number of the vehicle unit (Annex 1B requirement 075 and Annex 1C requirement 93).

2.224. VuSoftInstallationDate U.K.

Date of installation of the vehicle unit software version.

Value assignment: Unspecified.

2.225. VuSoftwareIdentification U.K.

Information, stored in a vehicle unit, related to the software installed.

vuSoftwareVersion is the software version number of the Vehicle Unit.

vuSoftInstallationDate is the software version installation date.

2.226. VuSoftwareVersion U.K.

Software version number of the vehicle unit.

Value assignment: Unspecified.

2.227. VuSpecificConditionData U.K.

Generation 1:

Information, stored in a vehicle unit, related to specific conditions.

noOfSpecificConditionRecords is the number of records listed in the specificConditionRecords set.

specificConditionRecords is a set of specific conditions related records.

2.228. VuSpecificConditionRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to specific conditions (Annex 1C requirement 130).

recordType denotes the type of the record (SpecificConditionRecord). Value Assignment: See RecordType

recordSize is the size of the SpecificConditionRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of specific conditions related records.

2.229. VuTimeAdjustmentData U.K.

Generation 1:

Information, stored in a vehicle unit, related to time adjustments performed outside the frame of a regular calibration (Annex 1B requirement 101).

noOfVuTimeAdjRecords is the number of records in vuTimeAdjustmentRecords.

vuTimeAdjustmentRecords is a set of time adjustment records.

[F22.230. Reserved for future use U.K.
2.231. Reserved for future use] U.K.
2.232. VuTimeAdjustmentRecord U.K.

Information, stored in a vehicle unit, related a time adjustment performed outside the frame of a regular calibration (Annex 1B requirement 101 and Annex 1C requirement 124 and 125).

2.233. VuTimeAdjustmentRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to time adjustments performed outside the frame of a regular calibration (Annex 1C requirement 124 and 125).

recordType denotes the type of the record (VuTimeAdjustmentRecord). Value Assignment: See RecordType

recordSize is the size of the VuTimeAdjustmentRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of time adjustment records.

2.234. WorkshopCardApplicationIdentification U.K.

Information, stored in a workshop card related to the identification of the application of the card (Annex 1C requirement 307 and 330).

2.235. WorkshopCardCalibrationData U.K.

Information, stored in a workshop card, related to workshop activity performed with the card (Annex 1C requirements 314, 316, 337, and 339).

calibrationTotalNumber is the total number of calibrations performed with the card.

calibrationPointerNewestRecord is the index of the last updated calibration record.

Value assignment: Number corresponding to the numerator of the calibration record, beginning with ‘0’ for the first occurrence of the calibration records in the structure.

calibrationRecords is the set of records containing calibration and/or time adjustment information.

2.236. WorkshopCardCalibrationRecord U.K.

Information, stored in a workshop card, related to a calibration performed with the card (Annex 1C requirement 314 and 337).

2.237. WorkshopCardHolderIdentification U.K.

Information, stored in a workshop card, related to the identification of the cardholder (Annex 1C requirement 311 and 334).

workshopName is name of the workshop of the card holder.

workshopAddress is the address of the workshop of the card holder.

cardHolderName is the name and first name(s) of the holder (e.g. the name of the mechanic).

cardHolderPreferredLanguage is the preferred language of the card holder.

2.238. WorkshopCardPIN U.K.

Personal identification number of the Workshop Card (Annex 1C requirement 309 and 332).

Value assignment: The PIN known to the cardholder, right padded with ‘FF’ bytes up to 8 bytes.

2.239. W-VehicleCharacteristicConstant U.K.

Characteristic coefficient of the vehicle (definition k)).

Value assignment: Impulses per kilometer in the operating range 0 to 64 255 pulses/km.

2.240. VuPowerSupplyInterruptionRecord U.K.

Generation 2:

Information, stored in a vehicle unit, related to Power Supply Interruption events (Annex 1C requirement 117).

eventType is the type of the event.

eventRecordPurpose is the purpose for which this event has been recorded.

eventBeginTime is the date and time of beginning of event.

eventEndTime is the date and time of end of event.

cardNumberAndGenDriverSlotBegin identifies the card including its generation inserted in the driver slot at the beginning of the event.

cardNumberAndGenDriverSlotEnd identifies the card including its generation inserted in the driver slot at the end of the event.

cardNumberAndGenCodriverSlotBegin identifies the card including its generation inserted in the co-driver slot at the beginning of the event.

cardNumberAndGenCodriverSlotEnd identifies the card including its generation inserted in the co-driver slot at the end of the event.

similarEventsNumber is the number of similar events that day.

2.241. VuPowerSupplyInterruptionRecordArray U.K.

Generation 2:

Information, stored in a vehicle unit, related to Power Supply Interruption events (Annex 1C requirement 117).

recordType denotes the type of the record (VuPowerSupplyInterruptionRecord). Value Assignment: See RecordType

recordSize is the size of the VuPowerSupplyInterruptionRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of power supply interruption events records.

2.242. VuSensorExternalGNSSCoupledRecordArray U.K.

Generation 2:

A set of SensorExternalGNSSCoupledRecord plus metadata used in the download protocol.

recordType denotes the type of the record (SensorExternalGNSSCoupledRecord). Value Assignment: See RecordType

recordSize is the size of the SensorExternalGNSSCoupledRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of Sensor External GNSS Coupled records.

2.243. VuSensorPairedRecordArray U.K.

Generation 2:

A set of SensorPairedRecord plus metadata used in the download protocol.

recordType denotes the type of the record (SensorPairedRecord). Value Assignment: See RecordType

recordSize is the size of the SensorPairedRecord in bytes.

noOfRecords is the number of records in the set records.

records is a set of sensor paired records.

3.VALUE AND SIZE RANGE DEFINITIONSU.K.

Definition of variable values used for definitions in paragraph 2.

4.CHARACTER SETSU.K.

IA5Strings use the ASCII characters as defined by ISO/IEC 8824-1. For readability and for easy referencing the value assignment is given below. The ISO/IEC 8824-1 supersedes this informative note in case of discrepancy.

Other character strings (Address, Name, VehicleRegistrationNumber) use, in addition, characters from the decimal character code range 161 — 255 of the following 8-bit, standard character sets, specified by the Code Page number:Standard Character SetCode Page(Decimal)
ISO/IEC 8859-1 Latin-1 Western European1
ISO/IEC 8859-2 Latin-2 Central European2
ISO/IEC 8859-3 Latin-3 South European3
ISO/IEC 8859-5 Latin / Cyrillic5
ISO/IEC 8859-7 Latin / Greek7
ISO/IEC 8859-9 Latin-5 Turkish9
ISO/IEC 8859-13 Latin-7 Baltic Rim13
ISO/IEC 8859-15 Latin-915
ISO/IEC 8859-16 Latin-10 South Eastern European16
KOI8-R Latin / Cyrillic80
KOI8-U Latin / Cyrillic85
5.ENCODINGU.K.

When encoded with ASN.1 encoding rules, all data types defined shall be encoded according to ISO/IEC 8825-2, aligned variant.

6.OBJECT IDENTIFIERS UND APPLICATION IDENTIFIERSU.K.
6.1. Object Identifiers U.K.

The Object Identifiers (OIDs) listed in this chapter are only relevant for generation 2. These OIDs are specified in TR-03110-3 and repeated here for the sake of completeness. These OIDs are contained in the subtree of bsi-de:

VU Authentication protocol identifiers U.K.

Example: Suppose VU Authentication is to be done with SHA-384, then the object identifier to use is (in ASN.1 notation) . The value of this object identifier in dot notation is .

Dot notationByte notation
‘04 00 7F 00 07 02 02 02 02 03’
‘04 00 7F 00 07 02 02 02 02 04’
‘04 00 7F 00 07 02 02 02 02 05’
Chip Authentication protocol identifiers U.K.

Example: Suppose Chip Authentication is to be done by using the ECDH algorithm, resulting in an AES session key length of 128 bits. This session key will subsequently be used in the CBC mode of operation to ensure data confidentiality and with the CMAC algorithm to ensure data authenticity. Therefore, the object identifier to use is (in ASN.1 notation) . The value of this object identifier in dot notation is .

Dot notationByte notation
‘04 00 7F 00 07 02 02 03 02 02’
‘04 00 7F 00 07 02 02 03 02 03’
‘04 00 7F 00 07 02 02 03 02 04’
6.2. Application Identifiers U.K.

Generation 2:

The Application Identifier (AID) for the External GNSS Facility (Generation 2) is given by ‘FF 44 54 45 47 4D’. This is a proprietary AID according to ISO/IEC 7816-4.

Note: The last 5 bytes encode DTEGM for smart Tachograph External GNSS Facility.U.K.

The Application Identifier for the generation 2 tachograph card application is given by ‘FF 53 4D 52 44 54’. This is a proprietary AID according to ISO/IEC 7816-4.