This repository was archived by the owner on Feb 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomid-code-points.cddl
More file actions
83 lines (69 loc) · 1.57 KB
/
comid-code-points.cddl
File metadata and controls
83 lines (69 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
; concise-mid-tag
comid.language = 0
comid.tag-identity = 1
comid.entities = 2
comid.linked-tags = 3
comid.triples = 4
; tag-identity-map
comid.tag-id = 0
comid.tag-version = 1
; entity-map
comid.entity-name = 0
comid.reg-id = 1
comid.role = 2
; linked-tag-map
comid.linked-tag-id = 0
comid.tag-rel = 1
; triples-map
comid.reference-triples = 0
comid.endorsed-triples = 1
comid.identity-triples = 2
comid.attest-key-triples = 3
; environment-map
comid.class = 0
comid.instance = 1
comid.group = 2
; class-map
comid.class-id = 0
comid.vendor = 1
comid.model = 2
comid.layer = 3
comid.index = 4
; measurement-map
comid.mkey = 0
comid.mval = 1
comid.authorized-by = 2
; measurement-values-map
comid.ver = 0
comid.svn = 1
comid.digests = 2
comid.flags = 3
comid.raw-value = 4
comid.raw-value-mask = 5
comid.mac-addr = 6
comid.ip-addr = 7
comid.serial-number = 8
comid.ueid = 9
comid.uuid = 10
comid.name = 11
; version-map
comid.version = 0
comid.version-scheme = 1
; The current CoMID has additional triples that augment the
; triples of the target CoMID.
comid.supplements = 0
; The current CoMID contains corrections to a previously
; issued CoMID. This tag replaces the target tag. The tag-id
; remains unchanged. The tag-version is incremented.
comid.replaces = 1
comid.tag-creator = 0
comid.creator = 1
comid.maintainer = 2
; flags-map
comid.operational-flag-configured = 0
comid.operational-flag-secure = 1
comid.operational-flag-recovery = 2
comid.operational-flag-debug = 3
comid.operational-flag-replay-protected = 4
comid.operational-flag-integrity-protected = 5
; vim: set tw=60 ts=2 et: