<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.23 (Ruby 3.4.1) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-bormann-cbor-notable-tags-12" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="Notable CBOR Tags">Notable CBOR Tags</title>
    <seriesInfo name="Internet-Draft" value="draft-bormann-cbor-notable-tags-12"/>
    <author initials="C." surname="Bormann" fullname="Carsten Bormann">
      <organization>Universität Bremen TZI</organization>
      <address>
        <postal>
          <street>Postfach 330440</street>
          <city>Bremen</city>
          <code>D-28359</code>
          <country>Germany</country>
        </postal>
        <phone>+49-421-218-63921</phone>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <date year="2025" month="February" day="12"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 129?>

<t>The Concise Binary Object Representation (CBOR, RFC 8949) is a data
format whose design goals include the possibility of extremely small
code size, fairly small message size, and extensibility without the
need for version negotiation.</t>
      <t>In CBOR, one point of extensibility is the definition of CBOR tags.
RFC 8949's original edition, RFC 7049, defined a basic set of 16 tags as well
as a registry that can be used to contribute additional tag
definitions <xref target="IANA.cbor-tags"/>.
Since RFC 7049 was published, at the time of writing some 190
definitions of tags and ranges of tags have been added to that
registry.</t>
      <!-- TAG_REPORT_SQUASH_RANGES=1 tag-report.rb minus the 16 -->

<t>The present document provides a roadmap to a large subset of these tag
definitions.  Where applicable, it points to an IETF standards or
standard development document
that specifies the tag.  Where no such document exists, the intention
is to collect specification information from the sources of the
registrations.  After some more development, the present document is
intended to be useful as a reference document for the IANA
registrations of the CBOR tags the definitions of which have been
collected.</t>
    </abstract>
    <note>
      <name>Note to Readers</name>
      <?line 156?>

<t>This is an individual submission to the CBOR working group of the
IETF, <eref target="https://datatracker.ietf.org/wg/cbor/about/">https://datatracker.ietf.org/wg/cbor/about/</eref>.
Discussion currently takes places on the github repository
<eref target="https://github.com/cabo/notable-tags">https://github.com/cabo/notable-tags</eref>.
If the CBOR WG believes this is a useful document, discussion is
likely to move to the CBOR WG mailing list and a github repository at
the CBOR WG github organization, <eref target="https://github.com/cbor-wg">https://github.com/cbor-wg</eref>.</t>
      <t>The current version is true work in progress; some of the sections
haven't been filled in yet, and in particular, permission has not been
obtained from all authors of registered tag definitions to copy over their text.</t>
    </note>
  </front>
  <middle>
    <?line 171?>

<section anchor="intro">
      <name>Introduction</name>
      <t>(TO DO, expand on text from abstract here; move references here and
neuter them in the abstract as per <xref section="4.3" sectionFormat="of" target="RFC7322"/>.)</t>
      <t>The selection of the tags presented here is somewhat arbitrary;
considerations such as how wide the scope and area of application of a
tag definition is combine with an assessment how "ready to use" the
tag definition is (i.e., is the tag specification in a state where it
can be used).</t>
      <t>This document can only be a snapshot of a subset of the current registrations.
The most up to date set of registrations is always available in the
registry "<xref section="CBOR Tags" relative="#cbor-tags" sectionFormat="bare" target="IANA.cbor-tags"/>" <xref target="IANA.cbor-tags"/>.</t>
      <section anchor="terms">
        <name>Terminology</name>
        <t>The definitions of <xref target="STD94"/> apply.
Specifically: The term "byte" is used in its now customary sense as a synonym for
"octet"; "byte strings" are CBOR data items carrying a sequence of
zero or more (binary) bytes, while "text strings" are CBOR data items carrying a
sequence of zero or more Unicode scalar values (code points that can
be part of a string of Unicode characters), encoded in UTF-8 <xref target="STD63"/>.
Where bit arithmetic is explained, this document uses the notation
familiar from the programming language C (<xref target="C"/>, including C++14's <tt>0bnnn</tt>
binary literals <xref target="Cplusplus20"/>), except that superscript notation
(example for two to the power of 64: 2<sup>64</sup>) denotes exponentiation; in
the plain text version of this document, superscript notation is
rendered in paragraph text by C-incompatible surrogate notation as
seen in this example.
Ranges expressed using <tt>..</tt> are inclusive of the limits given.
<!-- , and in display math by a crude plain text representation. -->
Type names such as "int", "bigint" or "decfrac" are taken from
<xref section="D" sectionFormat="of" target="RFC8610"/>, the Concise Data Definition Language (CDDL).</t>
        <t><cref anchor="cpa">RFC-Editor: This document uses the CPA (code point allocation)
  convention described in [I-D.bormann-cbor-draft-numbers].  For
  each usage of the term "CPA", please remove the prefix "CPA"
  from the indicated value and replace the residue with the value
  assigned by IANA; perform an analogous substitution for all other
  occurrences of the prefix "CPA" in the document.  Finally,
  please remove this note.</cref></t>
      </section>
    </section>
    <section anchor="rfc-7049-original-cbor-specification">
      <name>RFC 7049 (original CBOR specification)</name>
      <t><xref target="RFC7049"/> defines a number of tags that are listed here for
convenience only.</t>
      <table anchor="origtags">
        <name>Tag numbers defined in RFC 7049</name>
        <thead>
          <tr>
            <th align="left">Tag number</th>
            <th align="left">Tag content</th>
            <th align="left">Short Description</th>
            <th align="left">Section of RFC 7049</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">0</td>
            <td align="left">UTF-8 string</td>
            <td align="left">Standard date/time string</td>
            <td align="left">2.4.1</td>
          </tr>
          <tr>
            <td align="left">1</td>
            <td align="left">multiple</td>
            <td align="left">Epoch-based date/time</td>
            <td align="left">2.4.1</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">byte string</td>
            <td align="left">Positive bignum</td>
            <td align="left">2.4.2</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">byte string</td>
            <td align="left">Negative bignum</td>
            <td align="left">2.4.2</td>
          </tr>
          <tr>
            <td align="left">4</td>
            <td align="left">array</td>
            <td align="left">Decimal fraction</td>
            <td align="left">2.4.3</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">array</td>
            <td align="left">Bigfloat</td>
            <td align="left">2.4.3</td>
          </tr>
          <tr>
            <td align="left">21</td>
            <td align="left">multiple</td>
            <td align="left">Expected conversion to base64url encoding</td>
            <td align="left">2.4.4.2</td>
          </tr>
          <tr>
            <td align="left">22</td>
            <td align="left">multiple</td>
            <td align="left">Expected conversion to base64 encoding</td>
            <td align="left">2.4.4.2</td>
          </tr>
          <tr>
            <td align="left">23</td>
            <td align="left">multiple</td>
            <td align="left">Expected conversion to base16 encoding</td>
            <td align="left">2.4.4.2</td>
          </tr>
          <tr>
            <td align="left">24</td>
            <td align="left">byte string</td>
            <td align="left">Encoded CBOR data item</td>
            <td align="left">2.4.4.1</td>
          </tr>
          <tr>
            <td align="left">32</td>
            <td align="left">UTF-8 string</td>
            <td align="left">URI</td>
            <td align="left">2.4.4.3</td>
          </tr>
          <tr>
            <td align="left">33</td>
            <td align="left">UTF-8 string</td>
            <td align="left">base64url</td>
            <td align="left">2.4.4.3</td>
          </tr>
          <tr>
            <td align="left">34</td>
            <td align="left">UTF-8 string</td>
            <td align="left">base64</td>
            <td align="left">2.4.4.3</td>
          </tr>
          <tr>
            <td align="left">35</td>
            <td align="left">UTF-8 string</td>
            <td align="left">Regular expression</td>
            <td align="left">2.4.4.3</td>
          </tr>
          <tr>
            <td align="left">36</td>
            <td align="left">UTF-8 string</td>
            <td align="left">MIME message</td>
            <td align="left">2.4.4.3</td>
          </tr>
          <tr>
            <td align="left">55799</td>
            <td align="left">multiple</td>
            <td align="left">Self-describe CBOR</td>
            <td align="left">2.4.5</td>
          </tr>
        </tbody>
      </table>
      <section anchor="related-tags">
        <name>Tags Related to Those Defined in RFC 7049</name>
        <t>Separately registered tags that are directly related to the tags
predefined in RFC 7049 include:</t>
        <ul spacing="normal">
          <li>
            <t>Tag 63, registered by this document (<xref target="iana"/>), is a parallel to tag 24, with
the single difference that its byte string tag content carries a
CBOR Sequence <xref target="RFC8742"/> instead of a single CBOR data item.</t>
          </li>
          <li anchor="expected-tags">
            <t>Tag CPA108, requested to be registered by this document (<xref target="iana"/>), is
a parallel to tag 23, with the single difference that the
hexadecimal form uses lowercase instead of uppercase letters. <cref anchor="cpa_1">RFC-Editor: This document uses the CPA (code point allocation)
  convention described in [I-D.bormann-cbor-draft-numbers].  For
  each usage of the term "CPA", please remove the prefix "CPA"
  from the indicated value and replace the residue with the value
  assigned by IANA; perform an analogous substitution for all other
  occurrences of the prefix "CPA" in the document.  Finally,
  please remove this note.</cref>  </t>
            <t><!-- {:aside} -->
            </t>
            <t><!-- This should be an aside, but xml2rfc's grammar doesn't allow -->
            </t>
            <t><!-- that as of 3.27.0. -->
            </t>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>Note that tag 23 has a serialization that is one byte shorter than
  tag CPA108, so if all else is equal, tag 23 (and thus upper case
  hex) would be chosen as it is slightly more efficient than tag CPA108.
  However, designers of CBOR protocols that use one of these tags
  often have reason to prefer lowercase hex in the application they
  are trying to be compatible with, in which case CPA108 provides a
  solution that is only one byte more expensive.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
          <li>
            <t>Tag 257, registered by Peter Occil with a specification in
<eref target="http://peteroupc.github.io/CBOR/binarymime.html">http://peteroupc.github.io/CBOR/binarymime.html</eref>, is a parallel to
tag 36, except that the tag content is a byte string, which
therefore can also carry binary MIME messages as per <xref target="RFC2045"/>.</t>
          </li>
          <li>
            <t>Tag 21065, having been registered by this document (<xref target="iana"/>), is a parallel to tag 35, with
the difference that its text string tag content carries an
I-Regexp regular expression <xref target="RFC9485"/> instead of a regexp of a
more unspecified flavor.
Companion tag 21066, having been registered by Joe Hildebrand with a
specification in
<eref target="https://github.com/hildjj/cbor-specs/blob/main/regexp.md">https://github.com/hildjj/cbor-specs/blob/main/regexp.md</eref>, is the
equivalent for JavaScript (ECMA262), but besides the regular
expression itself also can include the regular expression flags
as a separate item.</t>
          </li>
        </ul>
      </section>
      <section anchor="tag35">
        <name>Tags from RFC 7049 not listed in RFC 8949</name>
        <t>Appendix <xref target="RFC8949" section="G.3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>
states:</t>
        <blockquote>
          <t>Tag 35 is not defined by this document; the registration based on the
   definition in RFC 7049 remains in place.</t>
        </blockquote>
        <t>The reason for this exclusion is that the definition of Tag 35 in
<xref section="2.4.4.3" sectionFormat="of" target="RFC7049"/>, leaves too much open to ensure interoperability:</t>
        <blockquote>
          <t>Tag 35 is for regular expressions in Perl Compatible Regular
  Expressions (PCRE) / JavaScript syntax [ECMA262].</t>
        </blockquote>
        <t>Not only are two partially incompatible specifications given for the
semantics, JavaScript regular expressions have also developed
significantly within the decade since JavaScript 5.1 (which was
referenced as "ECMA262" by <xref target="RFC7049"/>),
making it less reliable to assume that a producing application will
manage to stay within that 2011 subset.</t>
        <t>Nonetheless, the registration is in place, so it is available for
applications that simply want to mark a text string as being a regular
expression roughly of the PCRE/Javascript flavor families.
See also Tag 21065 and 21066 above.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security</name>
      <t>A number of CBOR tags are defined in security specifications that make
use of CBOR.</t>
      <section anchor="cose">
        <name>COSE</name>
        <t>CBOR Object Signing and Encryption (COSE) is defined in a number of RFCs.
<xref target="RFC8152"/> was the initial specification, set up the registries, and
populated them with an initial set of assignments.
A revision split this specification into the data
structure definitions (<xref target="RFC9052"/>), an Internet Standard <xref target="STD96"/>, and a
separate document defining the representation for the algorithms
employed <xref target="RFC9053"/>, which is expected to be updated more frequently
than the COSE format itself.
<xref target="RFC9054"/> added a separate set of algorithms for cryptographic hash
functions (Hash functions have been a component of some <xref target="RFC9053"/> combined
algorithms but weren't originally assigned separate codepoints themselves).
A revised COSE counter signature structure was defined in <xref target="RFC9338"/>, another part
of <xref target="STD96"/>; this also defines a tag for these.</t>
        <table anchor="cosetags">
          <name>Tag numbers defined in RFC9052, COSE, and RFC 9338</name>
          <thead>
            <tr>
              <th align="left">Tag number</th>
              <th align="left">Tag content</th>
              <th align="left">Short Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">16</td>
              <td align="left">COSE_Encrypt0</td>
              <td align="left">COSE Single Recipient Encrypted Data Object</td>
            </tr>
            <tr>
              <td align="left">17</td>
              <td align="left">COSE_Mac0</td>
              <td align="left">COSE Mac w/o Recipients Object</td>
            </tr>
            <tr>
              <td align="left">18</td>
              <td align="left">COSE_Sign1</td>
              <td align="left">COSE Single Signer Data Object</td>
            </tr>
            <tr>
              <td align="left">19</td>
              <td align="left">COSE_Countersignature</td>
              <td align="left">COSE standalone V2 countersignature (<xref target="RFC9338"/>)</td>
            </tr>
            <tr>
              <td align="left">96</td>
              <td align="left">COSE_Encrypt</td>
              <td align="left">COSE Encrypted Data Object</td>
            </tr>
            <tr>
              <td align="left">97</td>
              <td align="left">COSE_Mac</td>
              <td align="left">COSE MACed Data Object</td>
            </tr>
            <tr>
              <td align="left">98</td>
              <td align="left">COSE_Sign</td>
              <td align="left">COSE Signed Data Object</td>
            </tr>
          </tbody>
        </table>
        <section anchor="hashtags">
          <name>Tags for Bare Hash Values</name>
          <t><xref target="RFC9054"/> does not define CBOR tags for cryptographic Hash values; it rightly notes
that Hash values are often used in structures that are
application-specific and should be defined with those applications.</t>
          <t>However, there are many cases where just a bare hash value is
required, and for these cases common tags are useful.
In one use case, these tags occur in a data structure that is
specified to indicate elision by using one of these tags as an
alternative to some other data structure.
To enable agility, tags need to indicate the hash function used,
preferably using the COSE algorithms registry as populated by
<xref target="RFC9054"/>.</t>
          <aside>
            <t>(Note that there is another registry, "<xref section="Named Information Hash Algorithm Registry" relative="#hash-alg" sectionFormat="bare" target="IANA.named-information"/>"
<xref target="IANA.named-information"/>, that also defines numbers for some hash algorithms.
We are not using this registry here, as more recent entries seem to
have stopped assigning numbers.
If desired, tags that employ this registry could be added later.)</t>
          </aside>
          <t>The codepoint range available for the COSE algorithms registry is
large, but the most likely range to be used for standard Hash
functions is "Integer values between -256 and 255", which have the
registry policy "Standards Action With Expert Review" (<xref section="16.4" sectionFormat="of" target="RFC8152"/>, Registry "<xref section="COSE Algorithms" relative="#algorithms" sectionFormat="bare" target="IANA.cose"/>" <xref target="IANA.cose"/>).</t>
          <t>To this end, the present document registers a range of 512 tags from
18300 to 18811 (inclusive), paralleling the algorithm identifier
range of <tt>-256 .. 255</tt> (inclusive).
The tag number for COSE algorithm number N is then defined to be
<tt>18556+N</tt>, except for <tt>N = 0</tt> (see below).
The tag value is a CBOR byte string, with the exception <tt>N = 0</tt>.</t>
          <t>For example, in <xref target="IANA.cose"/> SHA-256 has the COSE algorithm identifier
<tt>-16</tt>.
This is in the range <tt>-256 .. 255</tt> (inclusive range).
Therefore, tag 18540 (<tt>= 18556 + (-16)</tt>) is the tag for a byte string
containing a SHA-256 hash.</t>
          <t>As a special case, there is one exception: Tag 18556 (<tt>= 18556 + 0</tt>)
stands for the combination of a an explicit numeric COSE algorithm
identifier with a hash value in an array, analogous to the use of
<tt>COSE_CertHash</tt> in <xref target="RFC9360"/>:</t>
          <figure anchor="hashcddl">
            <name>Generic CDDL for Tags for Bare Hash Values</name>
            <sourcecode type="cddl"><![CDATA[
Standard_COSE_Hash<alg, value> =
    #6.<hashmiddle .plus (alg .within directhash)>(value)
General_COSE_Hash<alg, value> = #6.<hashmiddle>([
    hashAlg: alg .within (int .ne directhash  / tstr),
    hashValue: value .within bstr ])
hashmiddle = 18556
directhash = (-256 .. -1) / (1 .. 255)
]]></sourcecode>
          </figure>
          <t>An example for the SHA-256 hash of "hello world" in CBOR diagnostic
notation:</t>
          <sourcecode type="cbor-diag"><![CDATA[
18540(
 h'b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9')
]]></sourcecode>
          <t>The same in CBOR pretty printed hex:</t>
          <sourcecode type="cbor-pretty"><![CDATA[=============== NOTE: '\' line wrapping per RFC 8792 ================

d9 486c                                 # tag(18540)
   58 20                                # bytes(32)
      \
     b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9
]]></sourcecode>
          <t>As none has been registered, no real example can be given for a hash
algorithm with an identifier not in the standard range, but if
<tt>-4711</tt> were such an identifier, a hash with an explicit algorithm
number could look like:</t>
          <sourcecode type="cbor-diag"><![CDATA[
18556([-4711, h'1234123412341234123412341234123412341234'])
]]></sourcecode>
          <t>Note that not all tags assigned in this section do parallel an
algorithm that is a cryptographic hash algorithm.
Where this is not the case, there currently is no defined semantics
for this tag, but the tags are assigned anyway.
The semantics of tags that parallel algorithm assignments other than
for cryptographic hash functions could be defined by a future version
of this specification.</t>
          <t>Note also that the cryptographic hashes in the content of the tag are
not protected; any further protection (confidentiality, integrity)
needs to be provided in the surrounding data structure, storage
system, or communication channel.</t>
        </section>
      </section>
      <section anchor="rfc-8392-cwt">
        <name>RFC 8392 (CWT)</name>
        <t><xref target="RFC8392"/> defines the CBOR Web Token (CWT), making use of COSE to
define a CBOR variant of the JOSE Web Token (JWT), <xref target="RFC7519"/>, a
standardized security token that has found use in the area of web
applications, but is not technically limited to those.</t>
        <table anchor="cwttags">
          <name>Tag number defined for RFC 8392 CBOR Web Token (CWT)</name>
          <thead>
            <tr>
              <th align="left">Tag number</th>
              <th align="left">Tag content</th>
              <th align="left">Short Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">61</td>
              <td align="left">CBOR Web Token (CWT)</td>
              <td align="left">CBOR Web Token (CWT)</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="cbor-based-representation-formats">
      <name>CBOR-based Representation Formats</name>
      <t>Representation formats can be built on top of CBOR.</t>
      <section anchor="yang-cbor">
        <name>YANG-CBOR</name>
        <t>YANG <xref target="RFC7950"/> is a data modeling language originally designed in
the context of the Network Configuration Protocol (NETCONF)
<xref target="RFC6241"/>, now widely used for modeling management and
configuration information.  <xref target="RFC7950"/> defines an XML-based
representation format, and <xref target="RFC7951"/> defines a JSON-based
<xref target="RFC8259"/> representation format for YANG.</t>
        <t>YANG-CBOR <xref target="RFC9254"/> is a representation format for
YANG data in CBOR.</t>
        <table anchor="yangtags">
          <name>Tag numbers defined for YANG-CBOR</name>
          <thead>
            <tr>
              <th align="left">Tag number</th>
              <th align="left">Tag content</th>
              <th align="left">Short Description</th>
              <th align="left">Section of YANG-CBOR</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">43</td>
              <td align="left">byte string</td>
              <td align="left">YANG bits datatype</td>
              <td align="left">6.7</td>
            </tr>
            <tr>
              <td align="left">44</td>
              <td align="left">unsigned integer</td>
              <td align="left">YANG enumeration datatype</td>
              <td align="left">6.6</td>
            </tr>
            <tr>
              <td align="left">45</td>
              <td align="left">unsigned integer or text string</td>
              <td align="left">YANG identityref datatype</td>
              <td align="left">6.10</td>
            </tr>
            <tr>
              <td align="left">46</td>
              <td align="left">unsigned integer or text string or array</td>
              <td align="left">YANG instance-identifier datatype</td>
              <td align="left">6.13</td>
            </tr>
            <tr>
              <td align="left">47</td>
              <td align="left">unsigned integer</td>
              <td align="left">YANG Schema Item iDentifier (sid)</td>
              <td align="left">3.2</td>
            </tr>
          </tbody>
        </table>
        <t><xref target="I-D.bormann-cbor-yang-standin"/> proposes to employ additional tags to enable the use of
efficient binary encodings for certain frequently used YANG data types
<xref target="RFC6991"/>.</t>
      </section>
    </section>
    <section anchor="protocols">
      <name>Protocols</name>
      <t>Protocols may want to allocate CBOR tag numbers to identify specific
protocol elements.</t>
      <section anchor="dots">
        <name>DOTS</name>
        <t>DDoS Open Threat Signaling (DOTS) defines tag number 271 for the DOTS
signal channel object in <xref target="RFC9132"/>.</t>
      </section>
      <section anchor="rains">
        <name>RAINS</name>
        <t>As an example for how experimental protocols can make use of CBOR tag
definitions, the RAINS (Another Internet Naming Service) Protocol
Specification defines tag number 15309736 for a RAINS Message
<xref target="I-D.trammell-rains-protocol"/>.
(The seemingly random tag number was chosen so that, when represented
as an encoded CBOR tag
argument, it contains the Unicode character <u format="lit-num">雨</u>
in UTF-8, which represents rain in a number of languages.)</t>
      </section>
    </section>
    <section anchor="datatypes">
      <name>Datatypes</name>
      <section anchor="advanced-arithmetic">
        <name>Advanced arithmetic</name>
        <t>General information about the representation of numbers in CBOR can be
found in <xref target="STD94"/> as well as <xref target="I-D.bormann-cbor-numbers"/>.</t>
        <t>A number of tags have been registered for arithmetic representations
beyond those built into CBOR and defined by tags in <xref target="RFC7049"/>.
These are all documented under <tt>http://peteroupc.github.io/CBOR/</tt>; the
last pathname component for the URL is given in the column "Reference"
of <xref target="arithtags"/>.</t>
        <table anchor="arithtags">
          <name>Tags for advanced arithmetic</name>
          <thead>
            <tr>
              <th align="left">Tag number</th>
              <th align="left">Tag content</th>
              <th align="left">Short Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">30</td>
              <td align="left">array</td>
              <td align="left">Rational number</td>
              <td align="left">rational.html</td>
            </tr>
            <tr>
              <td align="left">264</td>
              <td align="left">array</td>
              <td align="left">Decimal fraction with arbitrary  exponent</td>
              <td align="left">bigfrac.html</td>
            </tr>
            <tr>
              <td align="left">265</td>
              <td align="left">array</td>
              <td align="left">Bigfloat with arbitrary exponent</td>
              <td align="left">bigfrac.html</td>
            </tr>
            <tr>
              <td align="left">268</td>
              <td align="left">array</td>
              <td align="left">Extended decimal fraction</td>
              <td align="left">extended.html</td>
            </tr>
            <tr>
              <td align="left">269</td>
              <td align="left">array</td>
              <td align="left">Extended bigfloat</td>
              <td align="left">extended.html</td>
            </tr>
            <tr>
              <td align="left">270</td>
              <td align="left">array</td>
              <td align="left">Extended rational number</td>
              <td align="left">extended.html</td>
            </tr>
          </tbody>
        </table>
        <t>CBOR's basic generic data model (Section <xref target="RFC8949" section="2" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>) has a number
system with limited-range integers (major types 0 and 1:
-2<sup>64</sup>..2<sup>64</sup>-1) and floating point numbers that
cover binary16, binary32, and binary64 (including non-finites) from
<xref target="IEEE754"/>.
With the tags defined with <xref target="RFC7049"/>, the extended generic data model
(Section <xref target="RFC8949" section="2.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>) adds unlimited-range integers (tag numbers 2
and 3, "bigint" in CDDL) as well as floating point values using the bases
2 (tag number 5, "bigfloat") and 10 (tag number 4, "decfrac").</t>
        <t>This pre-defined number system has a number of limitations that are
addressed in three of the tags discussed here:</t>
        <ul spacing="normal">
          <li>
            <t>Tag number 30 allows the representation of rational numbers as a
ratio of two integers: a numerator (usually written as the top part
of a fraction), and a denominator (the bottom part), where both
integers can be limited-range basic and unlimited-range integers.
The mathematical value of a rational number is the numerator divided
by the denominator.
This tag can express all numbers that the extended generic data
model of <xref target="RFC7049"/> can express, except for non-finites <xref target="IEEE754"/>; it
also can express rational numbers that cannot be expressed with
denominators that are a power of 2 or a power of 10.  </t>
            <t>
For example, the rational number 1/3 is encoded:  </t>
            <sourcecode type="cbor-pretty"><![CDATA[
  d8 1e      ---- Tag 30
     82      ---- Array length 2
        01   ---- 1
        03   ---- 3
]]></sourcecode>
            <t>
Many programming languages have built-in support for rational
numbers or support for them is included in their standard libraries;
tag number 30 is a way for these platforms to interchange these
rational numbers in CBOR.</t>
          </li>
          <li>
            <t>Tag numbers 4 and 5 are limited in the range of the (base 10 or base
2) exponents by the limited-range integers in the basic generic data
model.  Tag numbers 264 and 265 are exactly equivalent to 4 and 5,
respectively, but also allow unlimited-range integers as exponents.
While applications for floating point numbers with exponents outside
the CBOR basic integer range are limited, tags 264 and 265 allow
unlimited roundtripping with other formats that allow very large or
very small exponents, such as those JSON <xref target="RFC8259"/> can provide if the
limitations of I-JSON <xref target="RFC7493"/> do not apply.</t>
          </li>
        </ul>
        <t>The tag numbers 268..270 extend these tags further by providing a way
to express non-finites within a tag with this number.  This does not
increase the expressiveness of the data model (the non-finites can
already be expressed using major type 7 floating point numbers), but
does allow both finite and non-finite values to carry the same tag.
In most applications, a choice that includes some of the three tags
30, 264, 265 for finite values and major type 7 floating point values
for non-finites (as well as possibly other parts of the CBOR number
system) will be the preferred solution.</t>
        <t>This document suggests using the CDDL typenames defined in
<xref target="arith-tags-cddl"/> for the three most useful tag numbers in this section.</t>
        <figure anchor="arith-tags-cddl">
          <name>CDDL for extended arithmetic tags</name>
          <sourcecode type="cddl"><![CDATA[
rational = #6.30([numerator: integer, denominator: integer .ne 0])
rational_of<N,D> = #6.30([numerator: N, denominator: D])
; the value 1/3 can be notated as rational_of<1, 3>

extended_decfrac = #6.264([e10: integer, m: integer])
extended_bigfloat = #6.265([e2: integer, m: integer])
]]></sourcecode>
        </figure>
      </section>
      <section anchor="variants-of-undefined">
        <name>Variants of undefined</name>
        <t><tt>https://github.com/svaarala/cbor-specs/blob/master/cbor-absent-tag.rst</tt>
defines tag 31 to be applied to the CBOR value Undefined (0xf7),
slightly modifying its semantics to stand for an absent value in a
CBOR Array.</t>
        <t>(TO DO: Obtain permission to copy the definitions here.)</t>
      </section>
      <section anchor="typed-and-homogeneous-arrays">
        <name>Typed and Homogeneous Arrays</name>
        <t><xref target="RFC8746"/> defines tags for various kinds of arrays.  A summary is
reproduced in <xref target="arraytags"/>.</t>
        <table anchor="arraytags">
          <name>Tag numbers defined for Arrays</name>
          <thead>
            <tr>
              <th align="left">Tag</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">64</td>
              <td align="left">byte string</td>
              <td align="left">uint8 Typed Array</td>
            </tr>
            <tr>
              <td align="left">65</td>
              <td align="left">byte string</td>
              <td align="left">uint16, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">66</td>
              <td align="left">byte string</td>
              <td align="left">uint32, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">67</td>
              <td align="left">byte string</td>
              <td align="left">uint64, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">68</td>
              <td align="left">byte string</td>
              <td align="left">uint8 Typed Array, clamped arithmetic</td>
            </tr>
            <tr>
              <td align="left">69</td>
              <td align="left">byte string</td>
              <td align="left">uint16, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">70</td>
              <td align="left">byte string</td>
              <td align="left">uint32, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">71</td>
              <td align="left">byte string</td>
              <td align="left">uint64, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">72</td>
              <td align="left">byte string</td>
              <td align="left">sint8 Typed Array</td>
            </tr>
            <tr>
              <td align="left">73</td>
              <td align="left">byte string</td>
              <td align="left">sint16, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">74</td>
              <td align="left">byte string</td>
              <td align="left">sint32, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">75</td>
              <td align="left">byte string</td>
              <td align="left">sint64, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">76</td>
              <td align="left">byte string</td>
              <td align="left">(reserved)</td>
            </tr>
            <tr>
              <td align="left">77</td>
              <td align="left">byte string</td>
              <td align="left">sint16, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">78</td>
              <td align="left">byte string</td>
              <td align="left">sint32, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">79</td>
              <td align="left">byte string</td>
              <td align="left">sint64, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">80</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary16, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">81</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary32, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">82</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary64, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">83</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary128, big endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">84</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary16, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">85</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary32, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">86</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary64, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">87</td>
              <td align="left">byte string</td>
              <td align="left">IEEE 754 binary128, little endian, Typed Array</td>
            </tr>
            <tr>
              <td align="left">40</td>
              <td align="left">array of two arrays*</td>
              <td align="left">Multi-dimensional Array, row-major order</td>
            </tr>
            <tr>
              <td align="left">1040</td>
              <td align="left">array of two arrays*</td>
              <td align="left">Multi-dimensional Array, column-major order</td>
            </tr>
            <tr>
              <td align="left">41</td>
              <td align="left">array</td>
              <td align="left">Homogeneous Array</td>
            </tr>
          </tbody>
        </table>
        <!--  cols='r l l' -->

</section>
    </section>
    <section anchor="domain-specific">
      <name>Domain-Specific</name>
      <t>(TO DO: Obtain permission to copy the definitions here; explain how
tags 52 and 54 essentially obsolete 260/261.)</t>
      <table anchor="tab-domain-specific">
        <name>Select Domain-Specific Tags</name>
        <thead>
          <tr>
            <th align="left">Tag number</th>
            <th align="left">Tag content</th>
            <th align="left">Short Description</th>
            <th align="left">Reference</th>
            <th align="left">Author</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">37</td>
            <td align="left">byte string</td>
            <td align="left">Binary UUID (<xref section="4.1.2" sectionFormat="of" target="RFC4122"/>)</td>
            <td align="left">https://github.com/lucas-clemente/cbor-specs/blob/master/uuid.md</td>
            <td align="left">Lucas Clemente</td>
          </tr>
          <tr>
            <td align="left">48</td>
            <td align="left">byte string</td>
            <td align="left">IEEE MAC Address</td>
            <td align="left">
              <xref target="RFC9542"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="left">52</td>
            <td align="left">byte string or array</td>
            <td align="left">IPv4, [prefixlen,IPv4], [IPv4,prefixpart]</td>
            <td align="left">
              <xref target="RFC9164"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="left">54</td>
            <td align="left">byte string or array</td>
            <td align="left">IPv6, [prefixlen,IPv6], [IPv6,prefixpart]</td>
            <td align="left">
              <xref target="RFC9164"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="left">257</td>
            <td align="left">byte string</td>
            <td align="left">Binary MIME message</td>
            <td align="left">http://peteroupc.github.io/CBOR/binarymime.html</td>
            <td align="left">Peter Occil</td>
          </tr>
          <tr>
            <td align="left">260</td>
            <td align="left">byte string</td>
            <td align="left">Network Address (IPv4 or IPv6 or MAC Address)</td>
            <td align="left">http://www.employees.org/~ravir/cbor-network.txt</td>
            <td align="left">Ravi Raju</td>
          </tr>
          <tr>
            <td align="left">261</td>
            <td align="left">map</td>
            <td align="left">Network Address Prefix (IPv4 or IPv6 Address + Mask Length)</td>
            <td align="left">https://github.com/toravir/CBOR-Tag-Specs/blob/master/networkPrefix.md</td>
            <td align="left">Ravi Raju</td>
          </tr>
          <tr>
            <td align="left">263</td>
            <td align="left">byte string</td>
            <td align="left">Hexadecimal string</td>
            <td align="left">https://github.com/toravir/CBOR-Tag-Specs/blob/master/hexString.md</td>
            <td align="left">Ravi Raju</td>
          </tr>
          <tr>
            <td align="left">266</td>
            <td align="left">text string</td>
            <td align="left">Internationalized resource identifier (IRI)</td>
            <td align="left">https://peteroupc.github.io/CBOR/iri.html</td>
            <td align="left">Peter Occil</td>
          </tr>
          <tr>
            <td align="left">267</td>
            <td align="left">text string</td>
            <td align="left">Internationalized resource identifier reference (IRI reference)</td>
            <td align="left">https://peteroupc.github.io/CBOR/iri.html</td>
            <td align="left">Peter Occil</td>
          </tr>
          <tr>
            <td align="left">1048</td>
            <td align="left">byte string</td>
            <td align="left">IEEE OUI/CID</td>
            <td align="left">
              <xref target="RFC9542"/></td>
            <td align="left"> </td>
          </tr>
        </tbody>
      </table>
      <t>Notes:</t>
      <ul spacing="normal">
        <li>
          <t>In the registration for Tag 37, the reference for UUID points to
<xref target="RFC4122"/>, which has been obsoleted by <xref target="RFC9562"/>.
The new RFC has a somewhat different internal structure; the
definition of the layout of a binary UUID is now distributed over
<xref section="5" sectionFormat="of" target="RFC9562"/>.</t>
        </li>
        <li>
          <t>Tags 48, 52, and 54 are recommended for new designs that need to
represent MAC addresses, IP addresses, and IP address prefixes; they
essentially replace tags 260 and 261, which continue to be available
for their existing applications.</t>
        </li>
        <li>
          <t>Tag 263 describes a different kind of Hexadecimal string
(sequence of hex digit pairs, same layout as tag 23) from the
hex-string defined by the YANG data type <tt>hex-string</tt> (sequence of hex
digit pairs separated by colons, <xref section="3" sectionFormat="of" target="RFC6991"/>).</t>
        </li>
      </ul>
      <section anchor="human-readable-text">
        <name>Human-readable Text</name>
        <table anchor="tab-text">
          <name>Select Tags for Human-readable Text</name>
          <thead>
            <tr>
              <th align="left">Tag</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">38</td>
              <td align="left">array</td>
              <td align="left">Language-tagged string</td>
              <td align="left">
                <xref section="A" sectionFormat="of" target="RFC9290"/></td>
            </tr>
          </tbody>
        </table>
        <t>Tag 38 was originally registered by Peter Occil in
<eref target="http://peteroupc.github.io/CBOR/langtags.html">http://peteroupc.github.io/CBOR/langtags.html</eref>; it has since been
adopted and extended in <xref section="A" sectionFormat="of" target="RFC9290"/>, where a detailed
definition of the tag and a few simple examples for its use are
provided.</t>
        <t>The problem that this tag was designed to solve is that text strings
often need additional information to be properly presented to a human.
While Unicode (and the UTF-8 form of Unicode used in CBOR) define the
characters, additional information about the human language in use
and the writing direction appropriate for the text given are often
required.</t>
        <t>The need to provide language information with text has been well-known
for a while and led to a common form for this information, the
language tag, defined in <xref target="BCP47"/>.</t>
        <t>Less well-known is the need to provide separate directionality
information as well.
The need for this information is demonstrated in <xref target="W3C-STRINGS-BIDI"/>,
which points out that it is "actually a bad idea to rely on language
information to apply direction" and points out further reference
information on this.
<xref target="W3C-BIDI-USE-CASES"/> shows more examples for language tags and
directionality, while <xref target="W3C-UBA-BASICS"/> provides an introduction to the
way browsers, where "the order of characters in memory (logical) is
not the same as the order in which they are displayed (visual)",
"produce the correct order at the time of display" (Unicode
Bidirectional Algorithm).</t>
        <t>Tag 38 meets the requirements of its specific application in
<xref target="RFC9290"/>, which could be summarized as: Supplying the necessary
information to present isolated, linear, comparatively small pieces of
human-readable text.
It neither addresses more complex requirements of specific languages
such as <xref target="W3C-SIMPLE-RUBY"/>, nor does it address requirements for more
complex structure in texts such as emphasis, lists, or tables.
These more complex requirements are typically met by specific media
types such as HTML <xref target="HTML"/>.</t>
      </section>
      <section anchor="extended-time-formats">
        <name>Extended Time Formats</name>
        <t>Additional tag definitions have been provided for date and time values.</t>
        <table anchor="timetags">
          <name>Tag numbers for date and time</name>
          <thead>
            <tr>
              <th align="right">Tag</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">100</td>
              <td align="left">integer</td>
              <td align="left">date in number of days since epoch</td>
              <td align="left">
                <xref target="RFC8943"/></td>
            </tr>
            <tr>
              <td align="right">1004</td>
              <td align="left">text string</td>
              <td align="left">RFC 3339 full-date string</td>
              <td align="left">
                <xref target="RFC8943"/></td>
            </tr>
            <tr>
              <td align="right">1001</td>
              <td align="left">map</td>
              <td align="left">extended time</td>
              <td align="left">
                <xref target="I-D.ietf-cbor-time-tag"/></td>
            </tr>
            <tr>
              <td align="right">1002</td>
              <td align="left">map</td>
              <td align="left">duration</td>
              <td align="left">
                <xref target="I-D.ietf-cbor-time-tag"/></td>
            </tr>
            <tr>
              <td align="right">1003</td>
              <td align="left">map</td>
              <td align="left">period</td>
              <td align="left">
                <xref target="I-D.ietf-cbor-time-tag"/></td>
            </tr>
          </tbody>
        </table>
        <t>Note that tags 100 and 1004 are for calendar dates that are not
anchored to a specific time zone; they are meant to specify calendar
dates as perceived by humans, e.g. for use in personal identification
documents.
Converting such a calendar date into a specific point in time needs the
addition of a time-of-day (for which a CBOR tag is outstanding) and
timezone information (also outstanding).  Alternatively, a calendar
date plus timezone information can be converted into a time period
(range of time values given by the starting and the ending time); note
that these time periods are not always exactly 24 h (86400 s) long.</t>
        <t><xref target="RFC8943"/> does not suggest CDDL <xref target="RFC8610"/> type names for the two tags.
We suggest copying the definitions in <xref target="time-tags-cddl"/> into
application-specific CDDL as needed.</t>
        <figure anchor="time-tags-cddl">
          <name>CDDL for calendar date tags (RFC8943)</name>
          <sourcecode type="cddl"><![CDATA[
caldate = #6.100(int); calendar date as # of days from 1970-01-01
tcaldate = #6.1004(tstr); calendar date as RFC 3339 full-date string
]]></sourcecode>
        </figure>
        <t>Tag 1001 extends tag 1 by additional information (such as picosecond
resolution) and allows the use of Decimal and Bigfloat numbers for the
time.</t>
      </section>
    </section>
    <section anchor="platform-oriented">
      <name>Platform-oriented</name>
      <section anchor="perl">
        <name>Perl</name>
        <t>(These are actually not as Perl-specific as the title of this section
suggests.  See also the penultimate paragraph of Section <xref target="RFC8949" section="3.4" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>.)</t>
        <t>These are all documented under <tt>http://cbor.schmorp.de/</tt>; the
last pathname component is given in <xref target="perltags"/>.</t>
        <t>(TO DO: Obtain permission to copy the definitions here.)</t>
        <table anchor="perltags">
          <name>Tag numbers that aid the Perl platform</name>
          <thead>
            <tr>
              <th align="right">Tag</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">256</td>
              <td align="left">multiple</td>
              <td align="left">mark value as having string references</td>
              <td align="left">stringref</td>
            </tr>
            <tr>
              <td align="right">25</td>
              <td align="left">unsigned integer</td>
              <td align="left">reference the nth previously seen string</td>
              <td align="left">stringref</td>
            </tr>
            <tr>
              <td align="right">26</td>
              <td align="left">array</td>
              <td align="left">Serialized Perl object with classname and constructor arguments</td>
              <td align="left">perl-object</td>
            </tr>
            <tr>
              <td align="right">27</td>
              <td align="left">array</td>
              <td align="left">Serialized language-independent object with type name and constructor arguments</td>
              <td align="left">generic-object</td>
            </tr>
            <tr>
              <td align="right">28</td>
              <td align="left">multiple</td>
              <td align="left">mark value as (potentially) shared</td>
              <td align="left">value-sharing</td>
            </tr>
            <tr>
              <td align="right">29</td>
              <td align="left">unsigned integer</td>
              <td align="left">reference nth marked value</td>
              <td align="left">value-sharing</td>
            </tr>
            <tr>
              <td align="right">22098</td>
              <td align="left">multiple</td>
              <td align="left">hint that indicates an additional level of indirection</td>
              <td align="left">indirection</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="json">
        <name>JSON</name>
        <t>(TO DO: Obtain permission to copy the definitions here.)</t>
        <t>Tag number 262 has been registered to identify byte strings that carry embedded
JSON text (<tt>https://github.com/toravir/CBOR-Tag-Specs/blob/master/embeddedJSON.md</tt>).</t>
        <t>Tag number 275 can be used to identify maps that contain keys that are
all of type Text String, as they would occur in JSON
(<tt>https://github.com/ecorm/cbor-tag-text-key-map</tt>).</t>
      </section>
      <section anchor="weird-text-encodings">
        <name>Weird text encodings</name>
        <t>(TO DO: Obtain permission to copy the definitions here.)</t>
        <t>Some variants of UTF-8 are in use in specific areas of application.
Tags have been registered to be able to carry around strings
identified as to which of these
variants is used, in case they are not also valid UTF-8 and can therefore not
be represented as a CBOR text string
(<tt>https://github.com/svaarala/cbor-specs/blob/master/cbor-nonutf8-string-tags.rst</tt>).</t>
        <table anchor="weirdtags">
          <name>Tag numbers for UTF-8 variants</name>
          <thead>
            <tr>
              <th align="right">Tag Number</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">272</td>
              <td align="left">byte string</td>
              <td align="left">Non-UTF-8 CESU-8 string</td>
            </tr>
            <tr>
              <td align="right">273</td>
              <td align="left">byte string</td>
              <td align="left">Non-UTF-8 WTF-8 string</td>
            </tr>
            <tr>
              <td align="right">274</td>
              <td align="left">byte string</td>
              <td align="left">Non-UTF-8 MUTF-8 string</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="application-specific">
      <name>Application-specific</name>
      <t>(TO DO: Obtain permission to copy the definitions here.)</t>
      <table anchor="tab-apptags">
        <name>Application-specific Tags</name>
        <thead>
          <tr>
            <th align="right">Tag number</th>
            <th align="left">Tag content</th>
            <th align="left">Short Description</th>
            <th align="left">Reference</th>
            <th align="left">Author</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">39</td>
            <td align="left">multiple</td>
            <td align="left">Identifier</td>
            <td align="left">
              <eref target="https://github.com/lucas-clemente/cbor-specs/blob/master/id.md">https://github.com/lucas-clemente/cbor-specs/blob/master/id.md</eref></td>
            <td align="left">Lucas Clemente</td>
          </tr>
          <tr>
            <td align="right">42</td>
            <td align="left">byte string</td>
            <td align="left">IPLD content identifier</td>
            <td align="left">
              <eref target="https://github.com/ipld/cid-cbor/">https://github.com/ipld/cid-cbor/</eref></td>
            <td align="left">Volker Mische</td>
          </tr>
          <tr>
            <td align="right">103</td>
            <td align="left">array</td>
            <td align="left">Geographic Coordinates</td>
            <td align="left">
              <eref target="https://github.com/allthingstalk/cbor/blob/master/CBOR-Tag103-Geographic-Coordinates.md">https://github.com/allthingstalk/cbor/blob/master/CBOR-Tag103-Geographic-Coordinates.md</eref></td>
            <td align="left">Danilo Vidovic</td>
          </tr>
          <tr>
            <td align="right">104</td>
            <td align="left">multiple</td>
            <td align="left">Geographic Coordinate Reference System  WKT or EPSG number</td>
            <td align="left">
              <xref target="I-D.clarke-cbor-crs"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">120</td>
            <td align="left">multiple</td>
            <td align="left">Internet of Things Data Point</td>
            <td align="left">
              <eref target="https://github.com/allthingstalk/cbor/blob/master/CBOR-Tag120-Internet-of-Things-Data-Points.md">https://github.com/allthingstalk/cbor/blob/master/CBOR-Tag120-Internet-of-Things-Data-Points.md</eref></td>
            <td align="left">Danilo Vidovic</td>
          </tr>
          <tr>
            <td align="right">258</td>
            <td align="left">array</td>
            <td align="left">Mathematical finite set</td>
            <td align="left">
              <eref target="https://github.com/input-output-hk/cbor-sets-spec/blob/master/CBOR_SETS.md">https://github.com/input-output-hk/cbor-sets-spec/blob/master/CBOR_SETS.md</eref></td>
            <td align="left">Alfredo Di Napoli</td>
          </tr>
          <tr>
            <td align="right">259</td>
            <td align="left">map</td>
            <td align="left">Map datatype with key-value operations (e.g. <tt>.get()</tt>/<tt>.set()</tt>/<tt>.delete()</tt>)</td>
            <td align="left">
              <eref target="https://github.com/shanewholloway/js-cbor-codec/blob/master/docs/CBOR-259-spec--explicit-maps.md">https://github.com/shanewholloway/js-cbor-codec/blob/master/docs/CBOR-259-spec--explicit-maps.md</eref></td>
            <td align="left">Shane Holloway</td>
          </tr>
        </tbody>
      </table>
      <section anchor="enumerated-alternative-data-items">
        <name>Enumerated Alternative Data Items</name>
        <t>(Original Text for this section was contributed by Duncan Coutts and
Michael Peyton Jones; all errors are the author's.)</t>
        <t>A set of CBOR tag numbers has been allocated (<xref target="iana"/>) for
encoding data composed of enumerated alternatives:</t>
        <table anchor="tab-tag-enum">
          <name>Tags for Enumerated Alternative Data Items</name>
          <thead>
            <tr>
              <th align="right">Tags</th>
              <th align="left">Data Item</th>
              <th align="left">Meaning</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">121..127</td>
              <td align="left">any</td>
              <td align="left">alternatives 0..6, 1+1 encoding</td>
            </tr>
            <tr>
              <td align="right">1280..1400</td>
              <td align="left">any</td>
              <td align="left">alternatives 7..127, 1+2 encoding</td>
            </tr>
            <tr>
              <td align="right">101</td>
              <td align="left">array [uint, any]</td>
              <td align="left">alternatives as given by the uint + 128</td>
            </tr>
          </tbody>
        </table>
        <t>The tags defined in this section are for encoding data that can be
in one of a number of different enumerated forms.</t>
        <t>For example data representing the result of some action might be either
a failure with some failure detail, or a success with some result. In
this example there are two cases, the failure case and the success case,
and we can enumerate them as 0 and 1.</t>
        <t>In general the number of alternatives, and what data is expected in each
alternative case is entirely application dependent.</t>
        <t>The tags defined in this specification allow the encoding of any number
of alternatives, but provide compact encoding for the common cases of
low numbers of alternatives:</t>
        <ul spacing="normal">
          <li>
            <t>Alternatives 0..6 can be encoded in 2 bytes;</t>
          </li>
          <li>
            <t>Alternatives 7..127 can be encoded in 3 bytes;</t>
          </li>
          <li>
            <t>Alternatives 128+ can be encoded in 3-12 bytes.</t>
          </li>
        </ul>
        <t>There are no special considerations for deterministic encoding
Section <xref target="RFC8949" section="4.2" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>: The case numbers covered by each tag do not
overlap; particularly, tag 101 encoding starts where the more compact
special encodings for 0..6 and 7..127 end.</t>
        <t>For cases 0..6 and 7..127, the tag value indicates the value of the alternative.
For cases 128+, a single tag number is used with an enclosed two-element array that contains the case number and the value of the alternative.</t>
        <section anchor="semantics">
          <name>Semantics</name>
          <t>The value consists of a case number and a case body. The case number is
an unsigned integer that indicates which case out of the set of
alternatives is used. The case body is any CBOR data value.</t>
          <t>In a setting where the application uses a schema (formally or
informally), then there will be an appropriate sub-schema for each case
in the set of alternatives. The representation of the case body should
comply with the schema corresponding to the case number used.</t>
          <t>To continue the example above about representing failure or success,
suppose that the failure detail consists of an integer code and a
string, and suppose that the successful result is a byte string. A
failure value will use case 0 and the case body will be a CBOR list
containing an integer and a text string. Alternatively, a success value
will use case 1 and the body will be a single CBOR byte string.</t>
          <t>Decoders that enforce a schema must check the case number is within the
range of cases allowed, and that the case body follows the schema for
the supplied case number. Generic decoders should allow any case number
and any CBOR data value for the case body.</t>
        </section>
        <section anchor="rationale">
          <name>Rationale</name>
          <t>CBOR has direct support for <em>combinations</em> of multiple values but not
for <em>alternatives</em> of multiple values. Combinations are expressed in
CBOR using lists or maps.</t>
          <t>Most programming languages have a notion of data consisting of
combinations of data values, often called records, structs or objects. Many
programming languages also have a notion of data consisting of multiple
alternative data values. For example C has unions, and other languages
have "tagged" unions (where it is always clear which alternative is in
use).</t>
          <t>Crucially for this set of tags, the set of alternatives must be closed
and ordered. This allows encoding using an unsigned number to distinguish
each case.</t>
          <t>Note that this does <em>not</em> correspond to the notion in some programming
languages of classes and subclasses since in that context the set of
alternatives is open and unordered. Alternatives of this kind are
well-supported by tag 27 "Serialized language-independent object with
type name and constructor arguments".</t>
          <t>In functional programming languages, the primary way of forming new data
types is to enumerate a set of alternatives (each of which may be a
record). Such forms of data are also supported in hybrid functional
languages or languages with functional features.</t>
          <t>Thus, in some applications, it is very common to have data making use of
alternatives, and it is worth finding a compact encoding, at least for
the common cases. Just as most records are small, most alternatives are
also small.</t>
          <t>In this specification we reserve 7 values in the 2-byte part of the
available tag encoding space for alternatives 0..6 which are by far the
most common. We reserve a range of 121 values in the 3-bytes tag
encoding space. To cover the general case we use an encoding using a
pair consisting of an unsigned integer and the case body, the first 24
of which also result in a 3-byte encoding.</t>
        </section>
        <section anchor="examples">
          <name>Examples</name>
          <t>To elaborate on the example from the introduction, we have a "result"
that is a failure or success, where:</t>
          <ul spacing="normal">
            <li>
              <t>the failure detail consists of an integer code and a string;</t>
            </li>
            <li>
              <t>the successful result is a byte string.</t>
            </li>
          </ul>
          <t>This corresponds to the following schema, in CDDL notation:</t>
          <sourcecode type="cddl"><![CDATA[
result = #6.121([int, text])
       / #6.122(bytes)
]]></sourcecode>
          <t>Example values:</t>
          <sourcecode type="cbor-diag"><![CDATA[
121([3, "the printer is on fire"])
]]></sourcecode>
          <sourcecode type="cbor-diag"><![CDATA[
122(h'ff00')
]]></sourcecode>
          <t>As a second example, here is one based on a data type defined within the
Haskell programming language, representing a simple expression tree.</t>
          <sourcecode type="haskell"><![CDATA[
-- A data type representing simple arithmetic expressions

data Expr = Lit Int -- integer literal
| Add Expr Expr -- addition
| Sub Expr Expr -- subtraction
| Neg Expr -- unary negation
| Mul Expr Expr -- multiplication
| Div Expr Expr -- integer division
]]></sourcecode>
          <t>In CDDL notation, and using the tags in this specification, such data
could be encoded using this schema:</t>
          <sourcecode type="cddl"><![CDATA[
; A data type representing simple arithmetic expressions

expr = #6.121(int)          ; integer literal
     / #6.122([expr, expr]) ; addition
     / #6.123([expr, expr]) ; subtraction
     / #6.124(expr)         ; unary negation
     / #6.125([expr, expr]) ; multiplication
     / #6.126([expr, expr]) ; integer division
]]></sourcecode>
        </section>
      </section>
    </section>
    <section anchor="implementation-aids">
      <name>Implementation aids</name>
      <section anchor="invalid-tag">
        <name>Invalid Tag</name>
        <t>The present document registers tag numbers 65535, 4294967295, and
18446744073709551615 (16-bit 0xffff, 32-bit 0xffffffff, and 64-bit
0xffffffffffffffff) as Invalid Tags, tags that are always invalid,
independent of the tag content provided.  The purpose of these tag
number registrations is to enable the tag numbers to be reserved for
internal use by implementations to note the absence of a tag on a data
item where a tag could also be expected with that data item as tag
content.</t>
        <t>The Invalid Tags are not intended to ever occur in interchanged CBOR
data items.  Generic CBOR decoder implementations are encouraged to
raise an error if an Invalid Tag occurs in a CBOR data item even if
there is no validity checking implemented otherwise.</t>
      </section>
      <section anchor="invalid-simple">
        <name>Programming Aid for Simple Values</name>
        <t>In a similar way, the present document also requests to register tag
number CPA21334 as a fourth Invalid Tag.
This tag is set aside specifically for use by CBOR implementations
that have no natural way to represent Simple Values (Section <xref target="RFC8949" section="3.3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>) beyond false, true, or null in their programming
interface.
For instance, such implementations can represent simple(123) as
CPA21334(123) in the programming interface.</t>
        <t><cref anchor="cpa_2">RFC-Editor: This document uses the CPA (code point allocation)
  convention described in [I-D.bormann-cbor-draft-numbers].  For
  each usage of the term "CPA", please remove the prefix "CPA"
  from the indicated value and replace the residue with the value
  assigned by IANA; perform an analogous substitution for all other
  occurrences of the prefix "CPA" in the document.  Finally,
  please remove this note.</cref></t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>In the registry "<xref section="CBOR Tags" relative="#cbor-tags" sectionFormat="bare" target="IANA.cbor-tags"/>" <xref target="IANA.cbor-tags"/>,
IANA has allocated the first to third tag in <xref target="tab-tag-values"/> from the
FCFS space, with the present document as the specification reference.
IANA also has allocated the tags in the next five rows from the Specification
Required space, with the present document as the specification reference.
Finally, IANA is requested to register the tags in the last two rows
(marked with CPA) from the Specification Required space, with the
present document as the specification reference.</t>
      <table anchor="tab-tag-values">
        <name>Values for Tags</name>
        <thead>
          <tr>
            <th align="right">Tag</th>
            <th align="left">Data Item</th>
            <th align="left">Semantics</th>
            <th align="left">Reference</th>
            <th align="left"> </th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="right">65535</td>
            <td align="left">(none valid)</td>
            <td align="left">always invalid</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="invalid-tag"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">4294967295</td>
            <td align="left">(none valid)</td>
            <td align="left">always invalid</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="invalid-tag"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">18446744073709551615</td>
            <td align="left">(none valid)</td>
            <td align="left">always invalid</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="invalid-tag"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">63</td>
            <td align="left">byte string</td>
            <td align="left">Encoded CBOR Sequence <xref target="RFC8742"/></td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="related-tags"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">21065</td>
            <td align="left">text string</td>
            <td align="left">I-Regexp</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="related-tags"/>; <xref target="RFC9485"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">18300 to 18555 (inclusive)</td>
            <td align="left">byte string</td>
            <td align="left">Bare Hash value (COSE algorithm -256 to -1)</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="hashtags"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">18556</td>
            <td align="left">array</td>
            <td align="left">[COSE algorithm identifier, Bare Hash value]</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="hashtags"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">18557 to 18811 (inclusive)</td>
            <td align="left">byte string</td>
            <td align="left">Bare Hash value (COSE algorithm 1 to 255)</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="hashtags"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">CPA108</td>
            <td align="left">byte string</td>
            <td align="left">Expected conversion to base16 encoding (lowercase)</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="expected-tags"/></td>
            <td align="left"> </td>
          </tr>
          <tr>
            <td align="right">CPA21334</td>
            <td align="left">uint</td>
            <td align="left">(always invalid in interchange)<br/>programming aid for simple values</td>
            <td align="left">draft-bormann-cbor-notable-tags, <xref target="invalid-simple"/></td>
            <td align="left">
              <!--  -->
            </td>
          </tr>
        </tbody>
      </table>
      <t>In addition, IANA has allocated the tags from
<xref target="tab-tag-enum"/>, with a reference to the present document.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations of <xref target="STD94"/> apply; the tags discussed here
may also have specific security considerations that are mentioned in
their specific sections above.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <referencegroup anchor="STD63" target="https://www.rfc-editor.org/info/std63">
          <reference anchor="RFC3629" target="https://www.rfc-editor.org/info/rfc3629">
            <front>
              <title>UTF-8, a transformation format of ISO 10646</title>
              <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
              <date month="November" year="2003"/>
              <abstract>
                <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="63"/>
            <seriesInfo name="RFC" value="3629"/>
            <seriesInfo name="DOI" value="10.17487/RFC3629"/>
          </reference>
        </referencegroup>
        <referencegroup anchor="STD94" target="https://www.rfc-editor.org/info/std94">
          <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/rfc8949">
            <front>
              <title>Concise Binary Object Representation (CBOR)</title>
              <author fullname="C. Bormann" initials="C." surname="Bormann"/>
              <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
              <date month="December" year="2020"/>
              <abstract>
                <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
                <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="94"/>
            <seriesInfo name="RFC" value="8949"/>
            <seriesInfo name="DOI" value="10.17487/RFC8949"/>
          </reference>
        </referencegroup>
        <reference anchor="IANA.cbor-tags" target="https://www.iana.org/assignments/cbor-tags">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.cose" target="https://www.iana.org/assignments/cose">
          <front>
            <title>CBOR Object Signing and Encryption (COSE)</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.named-information" target="https://www.iana.org/assignments/named-information">
          <front>
            <title>Named Information</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <referencegroup anchor="STD96" target="https://www.rfc-editor.org/info/std96">
          <reference anchor="RFC9052" target="https://www.rfc-editor.org/info/rfc9052">
            <front>
              <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
              <author fullname="J. Schaad" initials="J." surname="Schaad"/>
              <date month="August" year="2022"/>
              <abstract>
                <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
                <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="96"/>
            <seriesInfo name="RFC" value="9052"/>
            <seriesInfo name="DOI" value="10.17487/RFC9052"/>
          </reference>
          <reference anchor="RFC9338" target="https://www.rfc-editor.org/info/rfc9338">
            <front>
              <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
              <author fullname="J. Schaad" initials="J." surname="Schaad"/>
              <date month="December" year="2022"/>
              <abstract>
                <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. CBOR Object Signing and Encryption (COSE) defines a set of security services for CBOR. This document defines a countersignature algorithm along with the needed header parameters and CBOR tags for COSE. This document updates RFC 9052.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="96"/>
            <seriesInfo name="RFC" value="9338"/>
            <seriesInfo name="DOI" value="10.17487/RFC9338"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9054">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Hash Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>The CBOR Object Signing and Encryption (COSE) syntax (see RFC 9052) does not define any direct methods for using hash algorithms. There are, however, circumstances where hash algorithms are used, such as indirect signatures, where the hash of one or more contents are signed, and identification of an X.509 certificate or other object by the use of a fingerprint. This document defines hash algorithms that are identified by COSE algorithm identifiers.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9054"/>
          <seriesInfo name="DOI" value="10.17487/RFC9054"/>
        </reference>
        <reference anchor="RFC9360">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Header Parameters for Carrying and Referencing X.509 Certificates</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>The CBOR Object Signing and Encryption (COSE) message structure uses references to keys in general. For some algorithms, additional properties are defined that carry parameters relating to keys as needed. The COSE Key structure is used for transporting keys outside of COSE messages. This document extends the way that keys can be identified and transported by providing attributes that refer to or contain X.509 certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9360"/>
          <seriesInfo name="DOI" value="10.17487/RFC9360"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC9132">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Specification</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document specifies the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel, a protocol for signaling the need for protection against Distributed Denial-of-Service (DDoS) attacks to a server capable of enabling network traffic mitigation on behalf of the requesting client.</t>
              <t>A companion document defines the DOTS data channel, a separate reliable communication layer for DOTS management and configuration purposes.</t>
              <t>This document obsoletes RFC 8782.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9132"/>
          <seriesInfo name="DOI" value="10.17487/RFC9132"/>
        </reference>
        <reference anchor="RFC8746">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags for Typed Arrays</title>
            <author fullname="C. Bormann" initials="C." role="editor" surname="Bormann"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR), as defined in RFC 7049, is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.</t>
              <t>This document makes use of this extensibility to define a number of CBOR tags for typed arrays of numeric data, as well as additional tags for multi-dimensional and homogeneous arrays. It is intended as the reference document for the IANA registration of the CBOR tags defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8746"/>
          <seriesInfo name="DOI" value="10.17487/RFC8746"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8152">
          <front>
            <title>CBOR Object Signing and Encryption (COSE)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8152"/>
          <seriesInfo name="DOI" value="10.17487/RFC8152"/>
        </reference>
        <referencegroup anchor="BCP47" target="https://www.rfc-editor.org/info/bcp47">
          <reference anchor="RFC4647" target="https://www.rfc-editor.org/info/rfc4647">
            <front>
              <title>Matching of Language Tags</title>
              <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
              <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
              <date month="September" year="2006"/>
              <abstract>
                <t>This document describes a syntax, called a "language-range", for specifying items in a user's list of language preferences. It also describes different mechanisms for comparing and matching these to language tags. Two kinds of matching mechanisms, filtering and lookup, are defined. Filtering produces a (potentially empty) set of language tags, whereas lookup produces a single language tag. Possible applications include language negotiation or content selection. This document, in combination with RFC 4646, replaces RFC 3066, which replaced RFC 1766. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="47"/>
            <seriesInfo name="RFC" value="4647"/>
            <seriesInfo name="DOI" value="10.17487/RFC4647"/>
          </reference>
          <reference anchor="RFC5646" target="https://www.rfc-editor.org/info/rfc5646">
            <front>
              <title>Tags for Identifying Languages</title>
              <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
              <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
              <date month="September" year="2009"/>
              <abstract>
                <t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="47"/>
            <seriesInfo name="RFC" value="5646"/>
            <seriesInfo name="DOI" value="10.17487/RFC5646"/>
          </reference>
        </referencegroup>
        <reference anchor="W3C-STRINGS-BIDI" target="https://www.w3.org/International/articles/strings-and-bidi/">
          <front>
            <title>Strings and bidi</title>
            <author>
              <organization/>
            </author>
            <date year="2017" month="July" day="31"/>
          </front>
        </reference>
        <reference anchor="W3C-BIDI-USE-CASES" target="https://www.w3.org/International/articles/lang-bidi-use-cases/">
          <front>
            <title>Use cases for bidi and language metadata on the Web</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="May" day="06"/>
          </front>
        </reference>
        <reference anchor="W3C-UBA-BASICS" target="https://www.w3.org/International/articles/inline-bidi-markup/uba-basics">
          <front>
            <title>Unicode Bidirectional Algorithm basics</title>
            <author>
              <organization/>
            </author>
            <date year="2016" month="August" day="09"/>
          </front>
        </reference>
        <reference anchor="W3C-SIMPLE-RUBY" target="https://www.w3.org/TR/simple-ruby/">
          <front>
            <title>W3C Rules for Simple Placement of Japanese Ruby</title>
            <author>
              <organization/>
            </author>
            <date year="2020" month="June" day="09"/>
          </front>
          <refcontent>W3C First Public Working Draft</refcontent>
        </reference>
        <reference anchor="HTML" target="https://html.spec.whatwg.org">
          <front>
            <title>HTML — Living Standard</title>
            <author>
              <organization>WHATWG</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2045">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein"/>
            <date month="November" year="1996"/>
            <abstract>
              <t>This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2045"/>
          <seriesInfo name="DOI" value="10.17487/RFC2045"/>
        </reference>
        <reference anchor="RFC4122">
          <front>
            <title>A Universally Unique IDentifier (UUID) URN Namespace</title>
            <author fullname="P. Leach" initials="P." surname="Leach"/>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="July" year="2005"/>
            <abstract>
              <t>This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier). A UUID is 128 bits long, and can guarantee uniqueness across space and time. UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.</t>
              <t>This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group). Information from earlier versions of the DCE specification have been incorporated into this document. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4122"/>
          <seriesInfo name="DOI" value="10.17487/RFC4122"/>
        </reference>
        <reference anchor="RFC9562">
          <front>
            <title>Universally Unique IDentifiers (UUIDs)</title>
            <author fullname="K. Davis" initials="K." surname="Davis"/>
            <author fullname="B. Peabody" initials="B." surname="Peabody"/>
            <author fullname="P. Leach" initials="P." surname="Leach"/>
            <date month="May" year="2024"/>
            <abstract>
              <t>This specification defines UUIDs (Universally Unique IDentifiers) --
also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform
Resource Name namespace for UUIDs. A UUID is 128 bits long and is
intended to guarantee uniqueness across space and time. UUIDs were
originally used in the Apollo Network Computing System (NCS), later
in the Open Software Foundation's (OSF's) Distributed Computing
Environment (DCE), and then in Microsoft Windows platforms.</t>
              <t>This specification is derived from the OSF DCE specification with the
kind permission of the OSF (now known as "The Open Group"). Information from earlier versions of the OSF DCE specification have
been incorporated into this document. This document obsoletes RFC
4122.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9562"/>
          <seriesInfo name="DOI" value="10.17487/RFC9562"/>
        </reference>
        <reference anchor="RFC7049">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7049"/>
          <seriesInfo name="DOI" value="10.17487/RFC7049"/>
        </reference>
        <reference anchor="RFC8742">
          <front>
            <title>Concise Binary Object Representation (CBOR) Sequences</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes the Concise Binary Object Representation (CBOR) Sequence format and associated media type "application/cbor-seq". A CBOR Sequence consists of any number of encoded CBOR data items, simply concatenated in sequence.</t>
              <t>Structured syntax suffixes for media types allow other media types to build on them and make it explicit that they are built on an existing media type as their foundation. This specification defines and registers "+cbor-seq" as a structured syntax suffix for CBOR Sequences.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8742"/>
          <seriesInfo name="DOI" value="10.17487/RFC8742"/>
        </reference>
        <reference anchor="RFC7493">
          <front>
            <title>The I-JSON Message Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="March" year="2015"/>
            <abstract>
              <t>I-JSON (short for "Internet JSON") is a restricted profile of JSON designed to maximize interoperability and increase confidence that software can process it successfully with predictable results.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7493"/>
          <seriesInfo name="DOI" value="10.17487/RFC7493"/>
        </reference>
        <reference anchor="RFC8259">
          <front>
            <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
              <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="90"/>
          <seriesInfo name="RFC" value="8259"/>
          <seriesInfo name="DOI" value="10.17487/RFC8259"/>
        </reference>
        <reference anchor="I-D.ietf-cbor-time-tag">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags for Time, Duration, and Period</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Ben Gamari" initials="B." surname="Gamari">
              <organization>Well-Typed</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer Institute for Secure Information Technology</organization>
            </author>
            <date day="30" month="October" year="2023"/>
            <abstract>
              <t>   The Concise Binary Object Representation (CBOR, RFC 8949) is a data
   format whose design goals include the possibility of extremely small
   code size, fairly small message size, and extensibility without the
   need for version negotiation.

   In CBOR, one point of extensibility is the definition of CBOR tags.
   RFC 8949 defines two tags for time: CBOR tag 0 (RFC3339 time as a
   string) and tag 1 (POSIX time as int or float).  Since then,
   additional requirements have become known.  The present document
   defines a CBOR tag for time that allows a more elaborate
   representation of time, as well as related CBOR tags for duration and
   time period.  This document is intended as the reference document for
   the IANA registration of the CBOR tags defined.


   // (This cref will be removed by the RFC editor:) The present
   // revision (–12) addresses the IESG reviews.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-time-tag-12"/>
        </reference>
        <reference anchor="RFC9485">
          <front>
            <title>I-Regexp: An Interoperable Regular Expression Format</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="T. Bray" initials="T." surname="Bray"/>
            <date month="October" year="2023"/>
            <abstract>
              <t>This document specifies I-Regexp, a flavor of regular expression that is limited in scope with the goal of interoperation across many different regular expression libraries.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9485"/>
          <seriesInfo name="DOI" value="10.17487/RFC9485"/>
        </reference>
        <reference anchor="RFC9290">
          <front>
            <title>Concise Problem Details for Constrained Application Protocol (CoAP) APIs</title>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="October" year="2022"/>
            <abstract>
              <t>This document defines a concise "problem detail" as a way to carry machine-readable details of errors in a Representational State Transfer (REST) response to avoid the need to define new error response formats for REST APIs for constrained environments. The format is inspired by, but intended to be more concise than, the problem details for HTTP APIs defined in RFC 7807.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9290"/>
          <seriesInfo name="DOI" value="10.17487/RFC9290"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC9254">
          <front>
            <title>Encoding of Data Modeled with YANG in the Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Veillette" initials="M." role="editor" surname="Veillette"/>
            <author fullname="I. Petrov" initials="I." role="editor" surname="Petrov"/>
            <author fullname="A. Pelov" initials="A." surname="Pelov"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>YANG (RFC 7950) is a data modeling language used to model configuration data, state data, parameters and results of Remote Procedure Call (RPC) operations or actions, and notifications.</t>
              <t>This document defines encoding rules for YANG in the Concise Binary Object Representation (CBOR) (RFC 8949).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9254"/>
          <seriesInfo name="DOI" value="10.17487/RFC9254"/>
        </reference>
        <reference anchor="RFC9542">
          <front>
            <title>IANA Considerations and IETF Protocol and Documentation Usage for IEEE 802 Parameters</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="Y. Li" initials="Y." surname="Li"/>
            <date month="April" year="2024"/>
            <abstract>
              <t>Some IETF protocols make use of Ethernet frame formats and IEEE 802 parameters. This document discusses several aspects of such parameters and their use in IETF protocols, specifies IANA considerations for assignment of points under the IANA Organizationally Unique Identifier (OUI), and provides some values for use in documentation. This document obsoletes RFC 7042.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="141"/>
          <seriesInfo name="RFC" value="9542"/>
          <seriesInfo name="DOI" value="10.17487/RFC9542"/>
        </reference>
        <reference anchor="RFC9164">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags for IPv4 and IPv6 Addresses and Prefixes</title>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>This specification defines two Concise Binary Object Representation (CBOR) tags for use with IPv6 and IPv4 addresses and prefixes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9164"/>
          <seriesInfo name="DOI" value="10.17487/RFC9164"/>
        </reference>
        <reference anchor="I-D.bormann-cbor-numbers">
          <front>
            <title>On Numbers in CBOR</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   The Concise Binary Object Representation (CBOR), as defined in STD 94
   (RFC 8949), is a data representation format whose design goals
   include the possibility of extremely small code size, fairly small
   message size, and extensibility without the need for version
   negotiation.

   Among the kinds of data that a data representation format needs to be
   able to carry, numbers have a prominent role, but also have inherent
   complexity that needs attention from protocol designers and
   implementers of CBOR libraries and of the applications that use them.

   This document gives an overview over number formats available in CBOR
   and some notable CBOR tags registered, and it attempts to provide
   information about opportunities and potential pitfalls of these
   number formats.


   // This is a rather drafty initial revision, pieced together from
   // various components, so it has a higher level of redundancy than
   // ultimately desired.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-cbor-numbers-01"/>
        </reference>
        <reference anchor="I-D.bormann-cbor-yang-standin">
          <front>
            <title>Stand-in Tags for YANG-CBOR</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Maria Matějka" initials="M." surname="Matějka">
              <organization>CZ.NIC</organization>
            </author>
            <date day="21" month="February" year="2024"/>
            <abstract>
              <t>   YANG (RFC 7950) is a data modeling language used to model
   configuration data, state data, parameters and results of Remote
   Procedure Call (RPC) operations or actions, and notifications.

   YANG-CBOR (RFC 9254) defines encoding rules for YANG in the Concise
   Binary Object Representation (CBOR) (RFC 8949).  While the overall
   structure of YANG-CBOR is encoded in an efficient, binary format,
   YANG itself has its roots in XML and therefore traditionally encodes
   some information such as date/times and IP addresses/prefixes in a
   verbose text form.

   This document defines how to use existing CBOR tags for this kind of
   information in YANG-CBOR as a "stand-in" for the text-based
   information that would be found in the original form of YANG-CBOR.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-cbor-yang-standin-00"/>
        </reference>
        <reference anchor="C" target="https://www.iso.org/standard/74528.html">
          <front>
            <title>Information technology — Programming languages — C</title>
            <author>
              <organization>International Organization for Standardization</organization>
            </author>
            <date year="2018" month="June"/>
          </front>
          <seriesInfo name="ISO/IEC" value="9899:2018"/>
        </reference>
        <reference anchor="Cplusplus20" target="https://isocpp.org/files/papers/N4860.pdf">
          <front>
            <title>Programming languages — C++</title>
            <author>
              <organization>International Organization for Standardization</organization>
            </author>
            <date year="2020" month="March"/>
          </front>
          <refcontent>ISO/IEC JTC1 SC22 WG21 N4860</refcontent>
        </reference>
        <reference anchor="IEEE754" target="https://ieeexplore.ieee.org/document/8766229">
          <front>
            <title>IEEE Standard for Floating-Point Arithmetic</title>
            <author>
              <organization>IEEE</organization>
            </author>
            <date/>
          </front>
          <seriesInfo name="IEEE Std" value="754-2019"/>
          <seriesInfo name="DOI" value="10.1109/IEEESTD.2019.8766229"/>
        </reference>
        <reference anchor="RFC7322">
          <front>
            <title>RFC Style Guide</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7322"/>
          <seriesInfo name="DOI" value="10.17487/RFC7322"/>
        </reference>
        <reference anchor="RFC7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC7951">
          <front>
            <title>JSON Encoding of Data Modeled with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7951"/>
          <seriesInfo name="DOI" value="10.17487/RFC7951"/>
        </reference>
        <reference anchor="I-D.trammell-rains-protocol">
          <front>
            <title>RAINS (Another Internet Naming Service) Protocol Specification</title>
            <author fullname="Brian Trammell" initials="B." surname="Trammell">
              <organization>ETH Zurich</organization>
            </author>
            <author fullname="Christian Fehlmann" initials="C." surname="Fehlmann">
              <organization>ETH Zurich</organization>
            </author>
            <date day="29" month="January" year="2019"/>
            <abstract>
              <t>   This document defines an alternate protocol for Internet name
   resolution, designed as a prototype to facilitate conversation about
   the evolution or replacement of the Domain Name System protocol.  It
   attempts to answer the question: "how would we design DNS knowing
   what we do now," on the background of a set of properties of an
   idealized Internet naming service.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-trammell-rains-protocol-05"/>
        </reference>
        <reference anchor="RFC8943">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags for Date</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="A. Nadalin" initials="A." surname="Nadalin"/>
            <author fullname="J. Richter" initials="J." surname="Richter"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR), as specified in RFC 7049, is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.</t>
              <t>In CBOR, one point of extensibility is the definition of CBOR tags. RFC 7049 defines two tags for time: CBOR tag 0 (date/time string as per RFC 3339) and tag 1 (POSIX "seconds since the epoch"). Since then, additional requirements have become known. This specification defines a CBOR tag for a date text string (as per RFC 3339) for applications needing a textual date representation within the Gregorian calendar without a time. It also defines a CBOR tag for days since the date 1970-01-01 in the Gregorian calendar for applications needing a numeric date representation without a time. This specification is the reference document for IANA registration of the CBOR tags defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8943"/>
          <seriesInfo name="DOI" value="10.17487/RFC8943"/>
        </reference>
        <reference anchor="I-D.clarke-cbor-crs">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tag for Coordinate Reference System (CRS) Specification</title>
            <author fullname="Trevor Clarke" initials="T." surname="Clarke">
              <organization>Ball Aerospace and Technologies Corp.</organization>
            </author>
            <date day="17" month="March" year="2020"/>
            <abstract>
              <t>   The Concise Binary Object Representation (CBOR, RFC 7049) is a data
   format whose design goals include the possibility of extremely small
   code size, fairly small message size, and extensibility without the
   need for version negotiation.

   In CBOR, one point of extensibility is the definition of CBOR tags.
   An existing CBOR tag, 103, allows for the representation of
   geographic coordinates.  Proper exploitation of geographic
   coordinates requires an associated reference frame.  The present
   document defines a CBOR tag for referencing the coordinate reference
   system (CRS) for a geographic coordinate.  It is intended as the
   reference document for the IANA registration of the CBOR tag defined.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-clarke-cbor-crs-02"/>
        </reference>
      </references>
    </references>
    <?line 1055?>

<section numbered="false" anchor="list-of-figures">
      <name>List of Figures</name>
      <ol spacing="compact" type="1"><li>
          <t><xref target="hashcddl">Generic CDDL for Tags for Bare Hash Values</xref></t>
        </li>
        <li>
          <t><xref target="arith-tags-cddl">CDDL for extended arithmetic tags</xref></t>
        </li>
        <li>
          <t><xref target="time-tags-cddl">CDDL for calendar date tags (RFC8943)</xref></t>
        </li>
      </ol>
    </section>
    <section numbered="false" anchor="list-of-tables">
      <name>List of Tables</name>
      <ol spacing="compact" type="1"><li>
          <t><xref target="origtags">Tag numbers defined in RFC 7049</xref></t>
        </li>
        <li>
          <t><xref target="cosetags">Tag numbers defined in RFC9052, COSE, and RFC 9338</xref></t>
        </li>
        <li>
          <t><xref target="cwttags">Tag number defined for RFC 8392 CBOR Web Token (CWT)</xref></t>
        </li>
        <li>
          <t><xref target="yangtags">Tag numbers defined for YANG-CBOR</xref></t>
        </li>
        <li>
          <t><xref target="arithtags">Tags for advanced arithmetic</xref></t>
        </li>
        <li>
          <t><xref target="arraytags">Tag numbers defined for Arrays</xref></t>
        </li>
        <li>
          <t><xref target="tab-domain-specific">Select Domain-Specific Tags</xref></t>
        </li>
        <li>
          <t><xref target="tab-text">Select Tags for Human-readable Text</xref></t>
        </li>
        <li>
          <t><xref target="timetags">Tag numbers for date and time</xref></t>
        </li>
        <li>
          <t><xref target="perltags">Tag numbers that aid the Perl platform</xref></t>
        </li>
        <li>
          <t><xref target="weirdtags">Tag numbers for UTF-8 variants</xref></t>
        </li>
        <li>
          <t><xref target="tab-apptags">Application-specific Tags</xref></t>
        </li>
        <li>
          <t><xref target="tab-tag-enum">Tags for Enumerated Alternative Data Items</xref></t>
        </li>
        <li>
          <t><xref target="tab-tag-values">Values for Tags</xref></t>
        </li>
      </ol>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>(Many, TBD)</t>
      <!--  LocalWords:  CBOR extensibility IANA uint sint IEEE endian
 -->
<!--  LocalWords:  signedness endianness
 -->

</section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="P." surname="Occil" fullname="Peter Occil">
        <organization/>
        <address>
          <email>poccil14 at gmail dot com</email>
        </address>
      </contact>
      <t>Peter Occil registered tags 30, 264, 265, 268–270
(<xref target="advanced-arithmetic"/>), 38, 257, 266 and 267
(<xref target="domain-specific"/>), and contributed much of the text about
these tags in this document.</t>
      <contact initials="D." surname="Coutts" fullname="Duncan Coutts">
        <organization/>
        <address>
          <email>duncan@well-typed.com</email>
        </address>
      </contact>
      <contact initials="M. P." surname="Jones" fullname="Michael Peyton Jones">
        <organization/>
        <address>
          <email>me@michaelpj.com</email>
        </address>
      </contact>
      <contact initials="J." surname="Doe" fullname="Jane Doe">
        <organization>To do</organization>
        <address>
      </address>
      </contact>
      <t>Further contributors will be listed here as text is added.</t>
      <t>Please stay tuned.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
