| rfc9741v3.txt | rfc9741.txt | |||
|---|---|---|---|---|
| skipping to change at line 139 ¶ | skipping to change at line 139 ¶ | |||
| with respect to control operators, "target" refers to the left-hand- | with respect to control operators, "target" refers to the left-hand- | |||
| side operand and "controller" to the right-hand-side operand. "Tool" | side operand and "controller" to the right-hand-side operand. "Tool" | |||
| refers to tools along the lines of that described in Appendix F of | refers to tools along the lines of that described in Appendix F of | |||
| [RFC8610]. Note also that the data model underlying CDDL provides | [RFC8610]. Note also that the data model underlying CDDL provides | |||
| for text strings as well as byte strings as two separate types, which | for text strings as well as byte strings as two separate types, which | |||
| are then collectively referred to as "strings". | are then collectively referred to as "strings". | |||
| The term "opinionated" is used in this document to explain that the | The term "opinionated" is used in this document to explain that the | |||
| selection of operators included is somewhat frugal, based on opinions | selection of operators included is somewhat frugal, based on opinions | |||
| about what the preferred (and likely) usage scenarios will be. | about what the preferred (and likely) usage scenarios will be. | |||
| Specifically, not including a potential choice doesn’t by itself | Specifically, not including a potential choice doesn't by itself | |||
| intend to express that the choice is unacceptable; it might still be | intend to express that the choice is unacceptable; it might still be | |||
| added in a future registration if these opinions evolve. | added in a future registration if these opinions evolve. | |||
| 2. Text Conversion | 2. Text Conversion | |||
| 2.1. Byte Strings: Base 16 (Hex), Base 32, Base 45, and Base 64 | 2.1. Byte Strings: Base 16 (Hex), Base 32, Base 45, and Base 64 | |||
| A CDDL model often defines data that are byte strings in essence but | A CDDL model often defines data that are byte strings in essence but | |||
| need to be transported in various encoded forms, such as base64 or | need to be transported in various encoded forms, such as base64 or | |||
| hex. This section defines a number of control operators to model | hex. This section defines a number of control operators to model | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. | ||||