1 Definition
A code uniquely identifying a CAV instance.
2 Functional Requirements
The CAV identification system carries the following information:
- Country where the CAV was registered (optional).
- Registration number in the country (optional).
- CAV manufacturer identifier.
- CAV model identifier.
- M-Instance Identifier (option).
The governance of CAV Identifiers is a vital element. However, it is out of scope of this Technical Specification.
3 Syntax
https://schemas.mpai.community/CAV2/V1.0/data/CAVIdentifier.json
4 Semantics
Label | Size | Description |
Header | N1 Bytes | |
– Standard | 9 Bytes | The characters “MMM-CID-” |
– Version | N2 Bytes | Major version – 1 or 2 Bytes |
– Dot-separator | 1 Byte | The character “.” |
– Subversion | N3 Bytes | Minor version – 1 or 2 Bytes |
CAVIdentifier | N4 Bytes | Identifier of CAV instance. |
CAVIdentifierData | N5 Bytes | Set of Data in CAVIdentifier |
– CountryID | 2 Bytes | 2-character country identifier |
– RegistrationID | N6 Bytes | CAV Registration ID in country |
– ManufacturerID | N7 Bytes | ManufacturerID |
– ModelID | N8 Bytes | ModelID |
– MInstanceID | N9 Bytes | Identifier of CAV’s M-Instance. |
DescrMetadata | N10 Bytes | Descriptive Metadata |
5 Data Formats and Attributes
None known.
6 To Respondents
Respondents are requested to:
- Comment, or extend, or reformulate the functional requirements.
- Propose Data Formats and Attributes.