ietf-rats / ietf-corim-cddl

This repository is abandoned. The adopted I-D can be found at:
https://github.com/ietf-rats-wg/draft-ietf-rats-corim/
2 stars 0 forks source link

typographical consistency #7

Closed thomas-fossati closed 3 years ago

thomas-fossati commented 3 years ago

This is to track the "typographical consistency" task.

The following issues that were filed in the draft-birkholz repo are subsumed here:

thomas-fossati commented 3 years ago

CoMID has been done in #8

CoRIM is still TODO.

nedmsmith commented 3 years ago

CDDL doesn't have the ability to declare namespaces (e.g. comid, coswid etc.) We use the convention to prepend the namespace name with a dot separator (e.g. comid.language). We don't plan to apply this to type definitions.

CDDL may omit the convention if it is clear which namespace is being used.

CDDL 2.0 will have namespace support. In the interim anything prefixed with 'namespace.xxxx' will be understood by the 2.0 parser. CDDL 2.0 will automatically assign the namespace context when no 'namespace.' prefix is provided.