<?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.37 (Ruby 4.0.2) -->
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-cbor-edn-literals-23" category="std" consensus="true" submissionType="IETF" updates="8610, 8949" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title>CBOR Extended Diagnostic Notation (EDN)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-edn-literals-23"/>
    <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="2026" month="April" day="29"/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 123?>

<t>This document formalizes and consolidates the definition of the Extended
Diagnostic Notation (EDN) of the Concise Binary Object Representation
(CBOR), addressing implementer experience.</t>
      <t>Replacing EDN's previous informal descriptions, it updates
RFC 8949, obsoleting its Section 8, and RFC 8610, obsoleting its
Appendix G.</t>
      <t>It also specifies registry-based extension points and uses them
to support text representations such as of epoch-based dates/times and of IP
addresses and prefixes.</t>
      <t><cref anchor="status">(This cref will be removed by the RFC editor:)<br/>
The present <tt>-23</tt> is intended as reference material during the
2026-04-29 CBOR interim,
a complete specification that reacts to discussion on previous
draft revisions and that can be used to confirm the results in a WGLC.
Among other concerns, the discussion revealed that some additional
editorial content was required; the attempt was to address this need
without making technical changes.</cref></t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://cbor-wg.github.io/edn-literal/"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-cbor-edn-literals/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        cbor Working Group mailing list (<eref target="mailto:cbor@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/cbor/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/cbor/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/cbor-wg/edn-literal"/>.</t>
    </note>
  </front>
  <middle>
    <?line 149?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Concise Binary Object Representation (CBOR) (RFC8949) <xref target="STD94"/>
    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 addition to the binary interchange format, the original CBOR specification
    described a text-based "diagnostic notation" (<xref section="6" sectionFormat="of" target="RFC7049"/>, now Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>), in
    order to be able to converse about CBOR data items without having
    to resort to binary data.
<xref section="G" sectionFormat="of" target="RFC8610"/> extended this into what is also known as
Extended Diagnostic Notation (EDN).</t>
      <t>Diagnostic notation syntax is based on JSON, with extensions
for representing CBOR constructs such as binary data and tags.</t>
      <t>Standardizing EDN in addition to the actual binary interchange format CBOR does
not serve to create a competing interchange format, but enables the use of
a shared diagnostic notation in tools for and in documents about CBOR.
Still, between tools for CBOR development and diagnosis, document
generation systems, continuous integration (CI)
environments, configuration files, and user interfaces for viewing and
editing for all these, EDN is often "interchanged" and therefore
merits a specification that facilitates interoperability within this
domain as well as reliable translation to and from CBOR.
EDN is not designed or intended for general-purpose use in protocol
elements exchanged between systems engaged in processes outside those
listed here.</t>
      <t>​This document consolidates and formalizes the definition of EDN,
providing a formal grammar (see <xref target="grammar"/> and <xref target="app-grammars"/>), and
incorporating small changes based on implementation experience.
It updates <xref target="RFC8949"/>, obsoleting Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>, and
<xref target="RFC8610"/>, obsoleting <xref section="G" sectionFormat="of" target="RFC8610"/>.
It is intended to serve as a single reference target that can be used
in specifications that use EDN.</t>
      <t>It also specifies two registry-based extension points for the
diagnostic notation:
one for additional encoding indicators, and
one for adding application-oriented literal forms.
It uses these registries to add encoding indicators for a more
complete coverage of encoding variation,
and to add application-oriented literal forms that enhance EDN with text
representations of epoch-based date/times, of IP addresses
and prefixes <xref target="RFC9164"/>, and of Concise Resource Identifiers (CRI
<xref target="I-D.ietf-core-href"/>), as well as an application-oriented literal that
represents cryptographic hash values computed from byte strings.</t>
      <t>In addition, this document registers a media type identifier
and a content-format for CBOR diagnostic notation.  This does not
elevate its status as an interchange format, but recognizes that
interaction between tools is often smoother if media types can be used.</t>
      <aside>
        <t>Examples in RFCs often do not use media type identifiers, but
special sourcecode type names that are allocated
in <eref target="https://www.rfc-editor.org/materials/sourcecode-types.txt">https://www.rfc-editor.org/materials/sourcecode-types.txt</eref>.
At the time of writing, this resource lists four sourcecode type
names that can be used in RFCs for including CBOR data items and
CBOR-related languages:</t>
        <ul spacing="normal">
          <li>
            <t><tt>cbor</tt> (which is actually not useful, as CBOR is a binary format
and cannot be used in textual examples in an RFC),</t>
          </li>
          <li>
            <t><tt>cbor-diag</tt> (which is another name for EDN, as defined in the
present document),</t>
          </li>
          <li>
            <t><tt>cbor-pretty</tt> (which is a possibly annotated and pretty-printed
hexdump of an encoded CBOR data item, along the lines of the
grammar of <xref target="h-grammar"/>, as used for instance for some of the examples
in <xref section="A.3" sectionFormat="of" target="RFC9290"/>), and</t>
          </li>
          <li>
            <t><tt>cddl</tt> (which is used for the Concise Data Definition Language,
CDDL, see <xref target="terminology"/> below).</t>
          </li>
        </ul>
      </aside>
      <t>Note that EDN is not meant to be the only text-based representation of
CBOR data items.
For instance, <xref target="YAML"/> <xref target="RFC9512"/> is able to represent most CBOR
data items, possibly requiring use of YAML's extension points.
YAML does not provide certain features that can be useful with tools
and documents needing text-based representations of CBOR data items
(such as embedded CBOR or encoding indicators),
but it does provide a host of other features that EDN does not provide
such as anchor/alias data sharing, at a cost of higher implementation
and learning complexity.</t>
      <section anchor="structure-of-this-document">
        <name>Structure of This Document</name>
        <t><xref target="diagnostic-notation"/> of this document has been built from Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> and <xref section="G" sectionFormat="of" target="RFC8610"/>.
The latter provided a number of useful extensions to the initial
diagnostic notation that was originally defined in <xref section="6" sectionFormat="of" target="RFC7049"/>.
Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> and <xref section="G" sectionFormat="of" target="RFC8610"/> have
collectively been called "Extended Diagnostic Notation" (EDN), giving
the present document its name.</t>
        <t>After introductory material, <xref target="app-ext"/>
illustrates the concept of application-oriented extension literals by
defining the "dt", "ip", "hash", and "cri" extensions.
<xref target="stand-in"/> defines mechanisms
for dealing with unknown application-oriented literals and
deliberately elided information.
<xref target="grammars"/> gives the formal syntax of EDN in ABNF, with
explanations for some features of and additions to this syntax, as an
overall grammar (<xref target="grammar"/>) and specific grammars for the content of
app-string and byte-string literals (<xref target="app-grammars"/>).
This is followed by the conventional sections
for
<xref format="title" target="sec-iana"/> (<xref format="counter" target="sec-iana"/>),
<xref format="title" target="seccons"/> (<xref format="counter" target="seccons"/>),
and References (<xref format="counter" target="sec-normative-references"/>, <xref format="counter" target="sec-informative-references"/>).
An informational comparison of EDN with CDDL follows in
<xref target="edn-and-cddl"/>.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> defines the original CBOR diagnostic notation,
and <xref section="G" sectionFormat="of" target="RFC8610"/> supplies a number of extensions to the
diagnostic notation that result in the Extended Diagnostic Notation
(EDN).
The diagnostic notation extensions include popular features such as
embedded CBOR (encoded CBOR data items in byte strings) and comments.
A simple diagnostic notation extension that enables representing CBOR
sequences was added in <xref section="4.2" sectionFormat="of" target="RFC8742"/>.
As diagnostic notation is not used in the kind of interchange
situations where backward compatibility would pose a significant
obstacle, there is little point in not using these extensions; as at
least some elements of the extended form are now near-universally
used, the terms "diagnostic notation" and "EDN" have become
synonyms in the context of CBOR.</t>
        <t>Therefore, references to "<em>diagnostic notation</em>" generally mean to
include the original notation from Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> as well as the
extensions from <xref section="G" sectionFormat="of" target="RFC8610"/>, <xref section="4.2" sectionFormat="of" target="RFC8742"/>, and the
present document.
However, this document sticks to the abbreviation "<em>EDN</em>" as it has become quite
popular and is more sharply distinguishable from other meanings than
"DN" would be.</t>
        <t>In a similar vein, the term "ABNF" in this document refers to the
language defined in <xref target="STD68"/> as extended in <xref target="RFC7405"/>, where the
"characters" of Section <xref target="RFC5234" section="2.3" sectionFormat="bare"/> of RFC 5234 <xref target="STD68"/> are Unicode scalar values.
Brief snippets of grammar may be given in the text as I-Regexp regular
expressions <xref target="RFC9485"/>.</t>
        <t>The term "CDDL" (Concise Data Definition Language) refers to the data
definition language defined in
<xref target="RFC8610"/> and its registered extensions (such as those documented in
<xref target="RFC9165"/> and <xref target="RFC9682"/>).
Additional information about the relationship between the two
languages EDN and CDDL is captured in <xref target="edn-and-cddl"/>.</t>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in <xref target="BCP14"/> (<xref target="RFC2119"/>) (<xref target="RFC8174"/>) when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
      <section anchor="non-objectives-of-this-document">
        <name>(Non-)Objectives of this Document</name>
        <t>Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> states the objective of defining a
common human-readable diagnostic notation with CBOR.
In particular, it states:</t>
        <blockquote>
          <t>All actual interchange always happens in the binary format.</t>
        </blockquote>
        <section anchor="for-humans">
          <name>For Humans</name>
          <t>One important application of EDN is the notation of CBOR data for
humans: in specifications, on whiteboards, and for entering test data.
A number of features, such as comments inside prefixed string literals, are mainly
useful for people-to-people communication via EDN.
Programs also often output EDN for diagnostic purposes, such as in
error messages or to enable comparison (including generation of diffs
via tools) with test data.</t>
        </section>
        <section anchor="determinism">
          <name>Determinism?</name>
          <t>For comparison with test data, it is often useful if different
implementations generate the same (or similar) output for the same
CBOR data items.
This is comparable to the objectives of deterministic serialization
for CBOR data items themselves (Section <xref target="RFC8949" section="4.2" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>).
However, there are even more representation variants in EDN than in
binary CBOR, and there is little point in specifically endorsing a
single variant as "deterministic" when other variants may be more
useful for human understanding, e.g., the <tt>&lt;&lt; &gt;&gt;</tt> notation as
opposed to <tt>h''</tt>; an EDN generator may have quite a few options
that control what presentation variant is most desirable for the
application that it is being used for.</t>
          <t>Because of this, a deterministic representation is not defined for
EDN, and there is no expectation for "roundtripping" from EDN to
CBOR and back, i.e., for an ability
to convert EDN to binary CBOR and back to EDN while achieving exactly
the same result as the original input EDN — the original EDN possibly
was created by humans or by a different EDN generator.</t>
        </section>
        <section anchor="basic">
          <name>Basic Output Format</name>
          <t>However, there is a certain expectation that EDN generators can be
configured to some basic output format, which:</t>
          <ul spacing="normal">
            <li>
              <t>looks like JSON where that is possible;</t>
            </li>
            <li>
              <t>inserts encoding indicators only where the binary form differs from
Preferred Serialization (Section <xref target="RFC8949" section="4.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>);</t>
            </li>
            <li>
              <t>uses hexadecimal representation (<tt>h''</tt>) for byte strings, not
<tt>b64''</tt> or embedded CBOR (<tt>&lt;&lt;&gt;&gt;</tt>);</t>
            </li>
            <li>
              <t>does not generate elaborate blank space (newlines, indentation) for
pretty-printing, but does use common blank spaces such as after <tt>,</tt>
and <tt>:</tt>.</t>
            </li>
          </ul>
          <t>EDN generators may provide configuration to consistently select either
the unescaped (directly readable) or an escaped (ASCII equivalent) form of
characters in string literals; the latter allows EDN to be used when the
diagnostic value of fully escaped characters may be desired or in
environments where non-ASCII characters may not enjoy full data
transparency.
Similar to JSON, EDN is designed to allow a simple tool to convert any
EDN (including EDN with application extensions unknown to the tool)
into fully escaped (printable ASCII and newlines only) form, as well
as to inversely recover unescaped characters for all escapes where
this is possible or for certain subsets of the characters (such as
Unicode categories L, M, N, P, S, plus Zs or just ASCII space).</t>
          <t>Additional features such as ensuring
deterministic map ordering (Section <xref target="RFC8949" section="4.2" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>) on output,
or even deviating from the basic
configuration in some systematic way, can further assist in comparing
test data.
Information obtained from a CDDL model can help in choosing
application-oriented literals or specific string representations such
as embedded CBOR or <tt>b64''</tt> in the appropriate places.</t>
        </section>
      </section>
    </section>
    <section anchor="diagnostic-notation">
      <name>Overview over CBOR Extended Diagnostic Notation (EDN)</name>
      <t>CBOR is a binary interchange format.  To facilitate documentation and
debugging, and in particular to facilitate communication between
entities cooperating in debugging, this document defines a simple
human-readable diagnostic notation.  All actual interchange always
happens in the binary format.</t>
      <t>Note that diagnostic notation truly was designed as a diagnostic
format; it originally was not meant to be parsed.
Therefore, no formal definition (as in ABNF) was given in the original
documents.
Recognizing that formal grammars can aid interoperation of tools and
usability of documents that employ EDN, <xref target="grammars"/> now provides ABNF
definitions.</t>
      <t>EDN is a true superset of JSON as it is defined in <xref target="STD90"/> in
conjunction with <xref target="RFC7493"/> (that is, any interoperable <xref target="RFC7493"/> JSON
text also is an EDN text), extending it both to cover the greater
expressiveness of CBOR and to increase its usability.</t>
      <t>EDN borrows the JSON syntax for numbers (integer and
floating-point, <xref target="numbers"/>), certain simple values (<xref target="simple-values"/>),
UTF-8 <xref target="STD63"/> text
strings, arrays, and maps (maps are called objects in JSON; the
diagnostic notation extends JSON here by allowing any data item in the
map key position).</t>
      <t>As EDN is used for truly diagnostic purposes, its implementations <bcp14>MAY</bcp14>
support generation and possibly ingestion of EDN for CBOR data items
that are well-formed but not valid.
It is <bcp14>RECOMMENDED</bcp14> that an implementation enables such usage only
explicitly by configuration (such as an API or CLI flag).
Validity of CBOR data items is discussed in Section <xref target="RFC8949" section="5.3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>,
with basic validity discussed in Section <xref target="RFC8949" section="5.3.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>, and
tag validity discussed in Section <xref target="RFC8949" section="5.3.2" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>.
Tag validity is more likely a subject for individual
application-oriented extensions, while the two cases of basic validity
(for text strings and for maps) are addressed in Sections
<xref format="counter" target="text-validity"/> and <xref format="counter" target="map-validity"/> under the heading
of <em>validity</em>.</t>
      <t>The rest of this section provides an overview over specific features
of EDN, starting with certain common syntactical features and then
going through kinds of CBOR data items roughly in the order of CBOR major
types.
Any additional detailed syntax discussion needed has been deferred to
<xref target="grammar"/>.</t>
      <t>Additional information about implementation and use of EDN is
continuously being collected by the community in <xref target="EDN-WIKI"/>.</t>
      <section anchor="app-lit">
        <name>Application-Oriented Extension Literals</name>
        <t>EDN provides <em>literals</em> that represent CBOR data items textually.
Many of the forms of literals provided are predefined by this
document, but it also defines an extension point that enables defining additional
<em>application-oriented extension literals</em>, or <em>extension literals</em> for short.</t>
        <t>Extension literals start with a <em>prefix</em> that identifies the
application-oriented extension, immediately followed by a sequence
literal (<xref target="embedded"/>) or a single-quoted or raw string literal (<xref target="strings"/>).
The latter form uses its string literal as a shorthand
form for a sequence literal representing a sequence with exactly that
one text string data item.</t>
        <aside>
          <t>This notation is generalized from
Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>, which provides for notating byte
strings in a number of <xref target="RFC4648"/> base encodings, where the encoded text
is enclosed in single quotes, prefixed by a prefix (»h« for
base16, »b32« for base32, »h32« for base32hex, »b64« for base64 or
base64url).</t>
          <t>This syntax can be thought to establish a name space, with the names
"h", "b32", "h32", and "b64" taken, but other names being unallocated.
The present specification allows registering additional names for this namespace,
which it calls <em>application-extension identifiers</em>.</t>
        </aside>
        <t>More precisely, an <em>application-extension identifier</em> is a registered name consisting of a
lower-case ASCII letter (<tt>[a-z]</tt>) and zero or more additional ASCII
characters that are either lower-case letters, digits, or hyphens (<tt>[a-z0-9-]</tt>).
»false«, »true«, »null«, and »undefined« cannot be used as such
identifiers and are reserved.</t>
        <t>Application-extension identifiers are registered in the "Application-Extension Identifiers" registry
(<xref target="appext-iana"/>).</t>
        <t>An application-extension (such as <tt>dt</tt>) <bcp14>MAY</bcp14> also define the meaning of
one additional prefix derived from its application-extension identifier by
replacing each lower-case character by its upper-case counterpart (such
as <tt>DT</tt>).
As a convention, using the all-uppercase variant implies making use of
a CBOR tag appropriate for this application-oriented extension (such
as tag number 1 for <tt>DT</tt>, where in contrast the prefix <tt>dt</tt> stands for
the unwrapped tag content).</t>
        <t>In summary, an application-extension identifier gives rise to one or two
application-extension prefixes, one that is lexically identical to the
identifier (i.e., all lowercase), and potentially another one that is an
all-uppercase variation of it.
In addition to specifying which of these two variations exhibits which
specific semantics, the application extension specifies what input the
extension takes.</t>
        <t>When the prefix is used immediately in front of a single-quoted or a raw
string, the input takes the form of a single text string CBOR data
item.
When used immediately in front of a sequence literal, the input is a
CBOR sequence of elements of the sequence literal as input.
The application extension can provide behavior that depends on the
number of items supplied as input to it and their data types; it
cannot distinguish between its prefix being used with a single-quoted
string, a raw string, or a CBOR sequence composed of a single text
string data item (as illustrated for instance in Tables <xref format="counter" target="tab-equiv-dt"/>,
<xref format="counter" target="tab-equiv-ip"/>, and <xref format="counter" target="tab-equiv-hash"/>).</t>
        <t>This specification defines a number of generally applicable
application-oriented extensions (<xref target="app-ext"/>), both to motivate
making these extensions generally available, and to illustrate the
concept.</t>
        <t>Of these, the application-oriented extensions <tt>h</tt>, <tt>b64</tt>, <tt>dt</tt> and <tt>ip</tt> are
intended to be mandatory to implement.
(As mentioned, for simplicity we use the term "application-oriented
extensions" for the mechanism discussed in this section even if it is
used to describe a part of base EDN.)</t>
      </section>
      <section anchor="comments">
        <name>Comments</name>
        <t>For presentation to humans, EDN text may benefit from comments.
JSON famously does not provide for comments, and the original
diagnostic notation in <xref section="6" sectionFormat="of" target="RFC7049"/> inherited this property.</t>
        <t>EDN now provides two comment syntaxes, which can be used where the
syntax allows blank space (outside of constructs such as numbers,
string literals, etc.):</t>
        <ul spacing="normal">
          <li>
            <t>inline comments, delimited by slashes ("<tt>/</tt>") or by C-style "<tt>/*</tt>"
and "<tt>*/</tt>":  </t>
            <t>
In a position that allows blank space, each of the following is
considered blank space (and thus effectively a comment):  </t>
            <ul spacing="normal">
              <li>
                <t>any text that starts with a slash followed by a character that is not a
star or a slash, up to another slash, or</t>
              </li>
              <li>
                <t>any text that starts with "<tt>/*</tt>" up to and including the next following "<tt>*/</tt>"</t>
              </li>
            </ul>
          </li>
          <li>
            <t>end-of-line comments, delimited by "<tt>#</tt>" or "<tt>//</tt>" and an end of line (LINE
FEED, U+000A):  </t>
            <t>
In a position that allows blank space, any text starting with "<tt>#</tt>"
or "<tt>//</tt>" and ending with and including the end of the line is
considered blank space (and thus effectively a comment).</t>
          </li>
        </ul>
        <t>Comments can be used to annotate a CBOR structure as in:</t>
        <sourcecode type="cbor-diag"><![CDATA[
/grasp-message/ [/M_DISCOVERY/ 1, /session-id/ 10584416,
                 /objective/ [/objective-name/ "opsonize",
                              /D, N, S/ 7, /loop-count/ 105]]
]]></sourcecode>
        <t>This reduces to <tt>[1, 10584416, ["opsonize", 7, 105]]</tt>.</t>
        <t>Another example, combining
the use of inline and end-of-line comments:</t>
        <sourcecode type="cbor-diag"><![CDATA[
{
 /kty/ 1 : 4, # Symmetric
 /alg/ 3 : 5, # HMAC 256-256
  /k/ -1 : h'6684523ab17337f173500e5728c628547cb37df
             e68449c65f885d1b73b49eae1'
}
]]></sourcecode>
        <t>This reduces to <tt>{1: 4, 3: 5, -1:
h'6684523AB17337F173500E5728C628547CB37DFE68449C65F885D1B73B49EAE1'}</tt>.</t>
        <aside>
          <t>Note that application-oriented extensions can define their own
internal comment syntaxes for text inside strings, which may or may
not mimic the overall comment syntax of EDN.
The h'' syntax (<xref target="h-grammar"/>), which the framework for application-oriented
extensions was designed to include as an instance, provides an
equivalent to the overall comment syntax inside its text strings.
Similarly, b64'' (<xref target="b64-grammar"/>) provides a subset of that limited to
"<tt>#</tt>" end-of-line comments (the slash character "<tt>/</tt>" is used in the
alphabet in classic base64 encoding).
None of the other application-oriented extensions supplied in this
specification provides for such a kind of internal comment syntax.</t>
        </aside>
        <section anchor="discussion">
          <name>Discussion</name>
          <t>As a not quite backward compatible change, this specification
restricts slash-delimited comments that were allowed in <xref section="G.6" sectionFormat="of" target="RFC8610"/> in two ways:</t>
          <ul spacing="normal">
            <li>
              <t>Inline comments now longer can be empty: The construct "<tt>//</tt>" that was
an empty comment in <xref section="G.6" sectionFormat="of" target="RFC8610"/> is now used instead to introduce an
end-of-line comment.
(Note that "<tt>//</tt>" still can be used in what is visually "within" a
slash-delimited comment; its first slash actually ends the current comment and
the second slash starts a new one.)</t>
            </li>
            <li>
              <t>EDN now enables the use of C-style inline comments: for instance, "<tt>/*foo/</tt>"
was a complete comment in <xref section="G.6" sectionFormat="of" target="RFC8610"/> and now is the beginning of a
C-style comment that goes on up to a "<tt>*/</tt>".</t>
            </li>
          </ul>
          <t>As an example, the introduction of C-style inline comments enables a
comment explaining a COSE algorithm identifier, as in</t>
          <sourcecode type="cbor-diag"><![CDATA[
4 /* HMAC 256/64 */
]]></sourcecode>
          <t>instead of the conventional, but often less familiar</t>
          <sourcecode type="cbor-diag"><![CDATA[
4 / HMAC 256//64 /
]]></sourcecode>
        </section>
      </section>
      <section anchor="encoding-indicators">
        <name>Encoding Indicators</name>
        <t>Sometimes it is useful to indicate in the diagnostic notation which of
several alternative representations were actually used; for example, a
data item written »1.5« by a diagnostic decoder might have been
encoded as a half-, single-, or double-precision float.</t>
        <t>Encoding indicators are always optional:
EDN is usually used to describe CBOR data items at the data model
level.
For some diagnostic purposes, it is useful to represent the choice of
a serialization variation by including encoding indicators.
Implementations of EDN generally do not need to provide this
functionality in full; if they do, they can be called "diagnostic
implementations".
To be able to process EDN that contains encoding indicators,
an EDN-consuming implementation <bcp14>MUST</bcp14> accept them (i.e., process or
ignore the presence or absence of each encoding indicator).
(Ignoring them could be compared to a generic CBOR decoder ignoring
the presence of the serialization variants it encounters.)
It is <bcp14>RECOMMENDED</bcp14> to by default provide a warning for each encoding
indicator value that is encountered but not further processed.</t>
        <t>When creating EDN as input for a diagnostic CBOR encoder in order to
obtain specific encoding choices, encoding indicators may be placed
manually or by the software generating the EDN.
Where no encoding indicator is placed, a diagnostic CBOR encoder is expected to
generate Preferred Serialization (Section <xref target="RFC8949" section="4.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>) with
definite length encoding only.
Similarly, when using EDN as output for a diagnostic CBOR decoder, a
basic diagnostic configuration of the tool is expected to provide
encoding indicators only in places where the CBOR input did not use
Preferred Serialization with definite length encoding (see also
<xref target="basic"/>).
Diagnostic implementations of EDN that process encoding indicators as
discussed here are expected to document their diagnostic behavior and
the processing options that can be selected.</t>
        <section anchor="syntax-semantics-examples">
          <name>Syntax, Semantics, Examples</name>
          <t>Encoding indicators start with
an underscore and comprise all immediately following characters that are alphanumeric or
underscore.
For example, <tt>_</tt> or <tt>_3</tt>.
Encoding indicators can be ignored by anyone not
interested in this information.</t>
          <t>Encoding indicators are placed immediately to the right of the data
item or of a syntactic feature that can stand for the data item the
encoding of which the encoding indicator is controlling.
<xref target="tab-ei"/> provides examples for data items with encoding indicators used with various
kinds of data items.</t>
          <table anchor="tab-ei">
            <name>Examples of Encoding Indicators for Different Data Items (mt = major type)</name>
            <thead>
              <tr>
                <th align="left">mt</th>
                <th align="left">examples</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">
                  <tt>1_1</tt>, <tt>0x4711_3</tt></td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">
                  <tt>-1_1</tt></td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">
                  <tt>'A'_1</tt></td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">
                  <tt>"A"_1</tt></td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">
                  <tt>[_1 "bar"]</tt></td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">
                  <tt>{_1 "bar": 1}</tt></td>
              </tr>
              <tr>
                <td align="left">6</td>
                <td align="left">
                  <tt>1_1(4711)</tt></td>
              </tr>
              <tr>
                <td align="left">7</td>
                <td align="left">
                  <tt>1.5_2</tt>, <tt>0x4711p+03_3</tt></td>
              </tr>
            </tbody>
          </table>
          <t>(In the following, an abbreviation of the form <tt>ai=</tt>nn gives nn as
the numeric value of the field <em>additional information</em>, the low-order 5
bits of the initial byte: see Section <xref target="RFC8949" section="3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>.
This field is used in encoding the "argument", i.e., the value, tag, or
length; <tt>ai=0</tt> to <tt>ai=23</tt> mean that the value of the <tt>ai</tt> field
immediately <em>is</em> the argument, <tt>ai=24</tt> to <tt>ai=27</tt> mean that the
argument is carried in 2<sup>ai-24</sup> (1, 2, 4, or 8)
additional bytes, and <tt>ai=31</tt> means that indefinite length
encoding is used.)</t>
          <t>An underscore followed by a decimal digit <tt>n</tt> indicates that the
preceding item (or, for arrays and maps, the item starting with the
preceding bracket or brace) was or is to be encoded with an additional information
value of <tt>ai=</tt>24+<tt>n</tt>.  For example, <tt>1.5_1</tt> is a half-precision floating-point
number (2<sup>1</sup> = 2 additional bytes or 16 bits), while <tt>1.5_3</tt> is encoded as
double precision (2<sup>3</sup> = 8 additional bytes or 64 bits).
For a tool consuming EDN in a diagnostic mode, encountering an
encoding indicator that does not provide enough space to correctly
encode the unchanged data item given is an error; there is no
truncation or rounding that would change the data item encoded.</t>
          <aside>
            <t>Truncation or rounding semantics imply performing changes at the data
model level, which is outside the scope of encoding indicators.
Such operations can be provided by application extensions.</t>
          </aside>
          <t>The encoding indicator <tt>_</tt> (an underscore on its own) is used to
indicate indefinite length encoding.
Indefinite length encoding uses <tt>ai=31</tt>, which could have been
indicated by <tt>_7</tt>, which is therefore not used and marked as reserved
(as are <tt>_4</tt>, <tt>_5</tt>, and <tt>_6</tt>, which would stand for <tt>ai=28</tt> to
<tt>ai=30</tt>, values currently not in use in CBOR; these encoding
indicators will be available if and when CBOR is extended to make use
of them).</t>
          <t>Note that the encoding indicator <tt>_</tt> is only available behind the opening
brace/bracket for <tt>map</tt> and <tt>array</tt> (<xref target="ei-container"/>): strings have a special syntax
<tt>streamstring</tt> for indefinite length encoding except for the special
cases <tt>''_</tt> and <tt>""_</tt> (<xref target="ei-string"/>).</t>
          <t>The encoding indicators <tt>_0</tt> to <tt>_3</tt> can be used to indicate <tt>ai=24</tt>
to <tt>ai=27</tt>, respectively; they therefore stand for 1, 2, 4, and 8
bytes of additional information (ai) following the initial byte in the
head of the data item.</t>
          <t>Surprisingly, Section <xref target="RFC8949" section="8.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> does not address <tt>ai=0</tt> to
<tt>ai=23</tt> — the assumption seems to have been that Preferred Serialization
(Section <xref target="RFC8949" section="4.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>) will be used when converting CBOR
diagnostic notation to an encoded CBOR data item, so leaving out the
encoding indicator for a data item with a Preferred Serialization
will implicitly use <tt>ai=0</tt> to <tt>ai=23</tt> if that is possible.
The present specification allows making this explicit:</t>
          <t><tt>_i</tt> ("immediate") stands for encoding with <tt>ai=0</tt> to <tt>ai=23</tt>, i.e.,
it indicates that the argument is encoded directly in the initial byte
of the CBOR item.</t>
          <t>Encoding indicators are an extension point for EDN; <xref target="reg-ei"/> defines
a registry for additional values.</t>
          <t>Specific forms of encoding indicators are discussed in further detail
in <xref target="ei-string"/> for indefinite length strings and in <xref target="ei-container"/> for
arrays and maps.</t>
        </section>
      </section>
      <section anchor="numbers">
        <name>Numbers</name>
        <!--
## Hexadecimal, Octal, and Binary Numbers {#hexadecimal-octal-and-binary-numbers}
 -->

<t>In addition to JSON's decimal number literals, EDN provides hexadecimal, octal,
and binary number literals in the usual C-language notation (octal with <tt>0o</tt>
prefix present only).</t>
        <t>Numbers composed only of digits (of the respective base) are
interpreted as CBOR integers (major type 0/1, or where the number
cannot be represented in this way, major type 6 with tag 2/3).
A leading "<tt>+</tt>" sign is a no-op, and a leading "<tt>-</tt>" sign inverts the
sign of the number.
So <tt>0</tt>, <tt>000</tt>, <tt>+0</tt> all represent the same integer zero, as does <tt>-0</tt>.
Similarly,
<tt>1</tt>, <tt>001</tt>, <tt>+1</tt> and <tt>+0001</tt> all stand for the same integer one, and
<tt>-1</tt> and <tt>-0001</tt> both designate the same integer minus one.</t>
        <t>Using a decimal point (<tt>.</tt>) and/or an exponent (<tt>e</tt> for decimal, <tt>p</tt>
for hexadecimal) turns the number into a floating point number (major
type 7) instead, irrespective of whether it is an integral number
mathematically.
Note that, in floating point numbers, <tt>0.0</tt> is not the same number as
<tt>-0.0</tt>, even if they are mathematically equal.</t>
        <t>In <xref target="tab-numbers"/>, all the items on a row are the same number (also
shown in CBOR, hexadecimally), but they are distinct from items in a
different row.</t>
        <table anchor="tab-numbers">
          <name>Example Sets of Equivalent Notations for Some Numbers</name>
          <thead>
            <tr>
              <th align="left">EDN</th>
              <th align="left">CBOR hex</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>4711</tt>, <tt>0x1267</tt>, <tt>0o11147</tt>, <tt>0b1001001100111</tt></td>
              <td align="left">
                <tt>19 1267</tt> # uint</td>
            </tr>
            <tr>
              <td align="left">
                <tt>1.5</tt>, <tt>0.15e1</tt>, <tt>15e-1</tt>, <tt>0x1.8p0</tt>, <tt>0x18p-4</tt></td>
              <td align="left">
                <tt>F9 3E00</tt> # float16</td>
            </tr>
            <tr>
              <td align="left">
                <tt>0</tt>, <tt>+0</tt>, <tt>-0</tt></td>
              <td align="left">
                <tt>00     </tt> # uint</td>
            </tr>
            <tr>
              <td align="left">
                <tt>0.0</tt>, <tt>+0.0</tt></td>
              <td align="left">
                <tt>F9 0000</tt> # float16</td>
            </tr>
            <tr>
              <td align="left">
                <tt>-0.0</tt></td>
              <td align="left">
                <tt>F9 8000</tt> # float16</td>
            </tr>
            <tr>
              <td align="left">
                <tt>Infinity</tt></td>
              <td align="left">
                <tt>F9 7C00</tt> # float16</td>
            </tr>
            <tr>
              <td align="left">
                <tt>-Infinity</tt></td>
              <td align="left">
                <tt>F9 FC00</tt> # float16</td>
            </tr>
            <tr>
              <td align="left">
                <tt>NaN</tt></td>
              <td align="left">
                <tt>F9 7E00</tt> # float16</td>
            </tr>
          </tbody>
        </table>
        <t>The non-finite floating-point values <tt>Infinity</tt>, <tt>-Infinity</tt>, and <tt>NaN</tt> are
written exactly as in this sentence (this is also a way they can be
written in JavaScript, although JSON does not allow them).
<tt>NaN</tt> in EDN stands for the NaN value with a zero sign bit and an all-zero
significand except for a set quiet bit; this is represented as
0xF97E00 in CBOR Preferred Serialization.
<xref target="tab-non-finite-encoding"/> shows how the floating point numbers 1.1, 1.5 and
these three values are encoded in preferred serialization and when
encoding indicators are given.</t>
        <!-- $ edn-abnf -e '1.5, 1.5_1, 1.5_2, 1.5_3' -tcbor | cborseq2pretty.rb
 -->

<table anchor="tab-non-finite-encoding">
          <name>Encoding indicators on floating point values</name>
          <thead>
            <tr>
              <th align="left">EDN</th>
              <th align="left">CBOR hex</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>1.1</tt></td>
              <td align="left">
                <tt>fb 3ff199999999999a</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>1.1_1</tt>, <tt>1.1_2</tt></td>
              <td align="left">(error)</td>
            </tr>
            <tr>
              <td align="left">
                <tt>1.1_3</tt></td>
              <td align="left">
                <tt>fb 3ff199999999999a</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>1.5</tt>, <tt>1.5_1</tt></td>
              <td align="left">
                <tt>f9 3e00</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>1.5_2</tt></td>
              <td align="left">
                <tt>fa 3fc00000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>1.5_3</tt></td>
              <td align="left">
                <tt>fb 3ff8000000000000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>Infinity</tt>, <tt>Infinity_1</tt></td>
              <td align="left">
                <tt>f9 7c00</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>Infinity_2</tt></td>
              <td align="left">
                <tt>fa 7f800000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>Infinity_3</tt></td>
              <td align="left">
                <tt>fb 7ff0000000000000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>-Infinity</tt>, <tt>-Infinity_1</tt></td>
              <td align="left">
                <tt>f9 fc00</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>-Infinity_2</tt></td>
              <td align="left">
                <tt>fa ff800000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>-Infinity_3</tt></td>
              <td align="left">
                <tt>fb fff0000000000000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>NaN</tt>, <tt>NaN_1</tt></td>
              <td align="left">
                <tt>f9 7e00</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>NaN_2</tt></td>
              <td align="left">
                <tt>fa 7fc00000</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>NaN_3</tt></td>
              <td align="left">
                <tt>fb 7ff8000000000000</tt></td>
            </tr>
          </tbody>
        </table>
        <t>See <xref target="decnumber"/> for additional details of the EDN number syntax.</t>
        <t>(Note that literals for further number formats, e.g., for representing
rational numbers as fractions, or for other NaN values than the one called <tt>NaN</tt>, can
be added as application-oriented literals.
Background information beyond that in <xref target="STD94"/> about the representation
of numbers in CBOR can be found in the informational document
<xref target="I-D.bormann-cbor-numbers"/>.)</t>
      </section>
      <section anchor="strings">
        <name>Strings</name>
        <t>CBOR distinguishes two kinds of strings: text strings (the bytes in
the string constitute UTF-8 <xref target="STD63"/> text, major type 3), and byte strings
(CBOR does not further characterize the bytes that constitute the
string, major type 2).</t>
        <t>EDN has three direct (unprefixed) notations for strings: double-quoted and raw
strings for (UTF-8) text strings, and single-quoted strings for byte strings.
The latter are useful for byte strings carrying bytes that can be meaningfully
notated as UTF-8 text (<xref target="sq-lit"/>).</t>
        <t>Many strings are best notated as extension literals, which may
provide detailed access to the bits within those bytes (see
<xref target="encoded-byte-strings"/>).
Extension literals can be constructed out of single-quoted strings and
raw strings, as well as sequence literals.</t>
        <section anchor="dq-lit">
          <name>Double-Quoted String Literals</name>
          <t>EDN enables notating text strings in a form compatible to that of notating text
strings in JSON (i.e., as a double-quoted string literal), with a
number of usability extensions.
In JSON, no control characters are allowed to occur
directly in text string literals; if needed, they can be specified using
escapes such as <tt>\t</tt> or <tt>\r</tt>.
In EDN, string literals additionally can contain newlines (LINEFEED
U+000A), which are copied into the resulting string like other
characters in the string literal.
To deal with variability in platform presentation of newlines, any
carriage return characters (U+000D) that may be present in the EDN
string literal are not copied into the resulting string (see <xref target="cr"/>).
No other control characters can occur directly in a string literal,
and the handling of escaped characters (<tt>\r</tt> etc.) is as in JSON.</t>
          <t>JSON's escape scheme for characters that are not on Unicode's basic
multilingual plane (BMP) is cumbersome (see Section <xref target="RFC8259" section="7" sectionFormat="bare"/> of RFC 8259 <xref target="STD90"/>).
EDN keeps it, but also adds the syntax <tt>\u{NNN}</tt> where NNN is the
Unicode scalar value as a hexadecimal number.
This means the following are equivalent (the first <tt>o</tt> is escaped as
<tt>\u{6f}</tt> for no particular reason):</t>
          <sourcecode type="cbor-diag"><![CDATA[
"D\u{6f}mino's \u{1F073} + \u{2318}"   # \u{}-escape 3 chars
"Domino's \uD83C\uDC73 + \u2318"       # escape JSON-like
"Domino's 🁳 + ⌘"                       # unescaped
]]></sourcecode>
        </section>
        <section anchor="sq-lit">
          <name>Single-Quoted String Literals</name>
          <t>Analogously to text string literals delimited by double quotes, EDN
allows the use of single quotes (without a prefix) to express byte
string literals with UTF-8 text; for instance, the following are
equivalent:</t>
          <artwork><![CDATA[
'hello world'
h'68656c6c6f20776f726c64'
]]></artwork>
          <t>The escaping rules of JSON strings are applied equivalently for
text-based byte string literals, e.g., <tt>\\</tt> stands for a single
backslash and <tt>\'</tt> stands for a single quote.
However, to facilitate parsing, in single-quoted strings EDN excludes
certain escaping mechanisms available for double-quoted strings:</t>
          <ul spacing="normal">
            <li>
              <t><tt>\/</tt> is an escape in JSON that is available for EDN text strings as
well to ensure all JSON texts are EDN literals.
Since EDN's single-quoted strings do not occur in JSON, this legacy
compatibility feature is not available for them.</t>
            </li>
            <li>
              <t><tt>\u</tt>-based escapes are not available for characters in the range
from U+0020 to U+007E (essentially, printable ASCII).</t>
            </li>
          </ul>
          <t>Single-quoted string literals can occur unprefixed and stand for the
byte string that encodes its text string value (the "content"), or be
prefixed by what looks like an application-extension prefix (see
<xref target="app-lit"/>).</t>
          <t>In a prefixed string literal, the text content of the single-quoted
string literal is not used directly as a byte string, but is further
processed in a way that is defined by the meaning given to the prefix.
Depending on the prefix, the result of that processing can, but need
not be, a byte string value.</t>
          <t>Prefixed string literals (whether single-quoted after the
prefix or a raw string (<xref target="raw-lit"/>)) are used both for base-encoded byte string literals (see <xref target="encoded-byte-strings"/>) and for
application-oriented extension literals (see <xref target="app-lit"/>, called app-string).
(Additional kinds of base-encoded string literals can be defined as
application-oriented extension literals by registering their prefixes;
there is no fundamental difference between the two predefined
base-encoded string literal prefixes (<tt>h</tt>, <tt>b64</tt>) and any such potential
future extension literal prefixes; for simplicity of expression, both
cases are referred to as "extension literals".)</t>
        </section>
        <section anchor="raw-lit">
          <name>Raw String Literals</name>
          <t>Both double-quoted and single-quoted string literals handle
backslashes in a special way.
For string data items that employ backslashes themselves, possibly with additional layers
of processing giving this "escaping" mechanism specific application semantics, this can
lead to an exponential duplication of backslashes that has informally
been described as "quoting hell".</t>
          <t>EDN therefore also allows text strings to be notated as raw string
literals, which do not perform backslash processing.
Instead, data transparency is provided by enclosing them in starting
and ending delimiters built as a sequence of one or more backquote
(»<tt>`</tt>«, U+0060 GRAVE ACCENT) characters.</t>
          <t>For example, the I-Regexp »<tt>[^ \t\n\r"'`]</tt>«, a character class
that excludes blank space and quoting characters, can be notated as:</t>
          <artwork><![CDATA[
 ``[^ \t\n\r"'`]``
]]></artwork>
          <t>instead of</t>
          <artwork><![CDATA[
 "[^ \\t\\n\\r\"'`]"
]]></artwork>
          <t>By using more backquotes for the outer delimiters than the longest
sequence of backquotes that can be found in the string, internal
backquotes do not prematurely end the string literal.
An example for a raw string that contains a double backquote and
therefore is notated starting and ending with a triple backquote:</t>
          <sourcecode type="cbor-diag"><![CDATA[
```To emulate typographic quotes, sometimes duplicate backward and
forward single quotes are used, as in ``text.''
```
]]></sourcecode>
          <t>This mechanism is easy to use for the large majority of cases.
However:</t>
          <ul spacing="normal">
            <li>
              <t>Raw strings cannot be used for empty string data items, which
therefore need to be notated using double- or single-quoted strings.
(Obviously, there is no need to escape the content of empty strings,
so this should not be a problem.)</t>
            </li>
            <li>
              <t>Without additional rules, raw strings could not be used for string
data items that start or end with backquotes, as these would
amalgamate with the start and end delimiters.</t>
            </li>
          </ul>
          <t>To address the latter cases, two additional rules are added:</t>
          <ul spacing="normal">
            <li>
              <t>After processing the backquotes used as delimiters, any single
newline at the start of a raw string is removed.
As a result:  </t>
              <artwork><![CDATA[
 ```a```
]]></artwork>
              <t>
can also be expressed as  </t>
              <artwork><![CDATA[
 ```
 a```
]]></artwork>
              <t>
In addition to enabling leading backquotes in raw strings, this can
 be very useful for documentation strings etc.  </t>
              <t>
This rule also allows notating »<tt>``text''</tt>« as:  </t>
              <artwork><![CDATA[
```
``text''```
]]></artwork>
            </li>
            <li>
              <t>An ending delimiter with more backquotes than were used in the
starting delimiter contributes the superfluous ones to the string.  </t>
              <t>
This allows notating »<tt>a = ``foo``</tt>« as:  </t>
              <artwork><![CDATA[
```a = ``foo`````
]]></artwork>
            </li>
          </ul>
          <t>(The examples given here are minimal in that they show how the
additional rules work; more complex examples would be necessary to
provide additional motivation why this is a good case to handle.)</t>
          <t>See <xref target="grammar"/> for a more formal approach to defining these rules.</t>
        </section>
        <section anchor="ei-string">
          <name>Encoding Indicators of Strings</name>
          <t>For indefinite length encoding, strings (byte and text strings) have a
special syntax <tt>streamstring</tt>.
This is used (except for the special cases <tt>''_</tt> and <tt>""_</tt> below) to
notate their detailed composition into individual "chunks" (Section <xref target="RFC8949" section="3.2.3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>), by representing the individual chunks in
sequence within parentheses, each optionally followed by a comma, with
an encoding indicator <tt>_</tt> immediately after the opening parenthesis:
e.g., <tt>(_ h'0123', h'4567')</tt> or <tt>(_ "foo", "bar")</tt>.
The overall type (byte string or text string) of the string is
provided by the types of the individual chunks, which all need to be
of the same type (Section <xref target="RFC8949" section="3.2.3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>).</t>
          <t>For an indefinite-length string with no chunks inside, <tt>(_ )</tt>
would be ambiguous as to whether a byte string (encoded 0x5fff) or a text string
(encoded 0x7fff) is meant and is therefore not used.
The basic forms <tt>''_</tt> and <tt>""_</tt> can be used instead and are reserved for
the case of no chunks only — not as short forms for the (permitted,
but not really useful) encodings with only empty chunks, which
need to be notated as <tt>(_ '')</tt>, <tt>(_ "")</tt>, etc.,
when it is desired to preserve the chunk structure.</t>
        </section>
        <section anchor="encoded-byte-strings">
          <name>Base-Encoded Byte String Literals</name>
          <t>Besides the unprefixed byte string literals that are analogous to JSON text
string literals, EDN provides extension literals that can represent
byte strings by base-encoding them, typically notated as prefixed
string literals.
The application-extension identifier selects one of the base encodings
<xref target="RFC4648"/>, without padding.
Most often, the base encoding is
enclosed in a single-quoted or raw string literal, prefixed by »h« for base16 or
»b64« for base64 or base64url (the actual encodings of the latter two
have the same meaning where they overlap, so the string remains unambiguous).
For example, the byte string consisting of the four bytes <tt>12 34 56 78</tt>
(given in hexadecimal here) could be written <tt>h'12345678'</tt> or
<tt>b64'EjRWeA'</tt> when using single-quoted string literals, or
<tt>h`12345678`</tt> or <tt>b64`EjRWeA`</tt> when using raw string literals.</t>
          <aside>
            <t>(Note that Section <xref target="RFC8949" section="8" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> also mentions »b32« for
base32 and »h32« for base32hex.
This has not been implemented widely
and therefore is not directly included in this specification.
These and further byte string formats now can easily be added back as
application-oriented extension literals.)</t>
          </aside>
          <t>Examples often benefit from some blank space (spaces, line breaks) in
byte strings literals.
In certain EDN prefixed byte string literals, blank space is ignored; for
instance, the following are equivalent:</t>
          <sourcecode type="cbor-diag"><![CDATA[
   h'48656c6c6f20776f726c64'
   h'48 65 6c 6c 6f 20 77 6f 72 6c 64'
   h'4 86 56c 6c6f
     20776 f726c64'
]]></sourcecode>
          <t>The internal syntax of prefixed single-quote literals such
as <tt>h''</tt> and <tt>b64''</tt> can also allow comments as blank space (see <xref target="comments"/>).</t>
          <sourcecode type="cbor-diag"><![CDATA[
   h'68656c6c6f20776f726c64'
   h'68 65 6c /doubled l!/ 6c 6f # hello
     20 /space/
     77 6f 72 6c 64' /world/
]]></sourcecode>
          <t>Slash characters are part of the base64 classic alphabet (see
Table 1 in <xref section="4" sectionFormat="of" target="RFC4648"/>), and they therefore need to be in the
<tt>b64''</tt> set of characters that contribute to the byte string.
Therefore, only end-of-line comments are available inside b64 byte string
literals.</t>
          <sourcecode type="cbor-diag"><![CDATA[
   b64'/base64 not a comment/ but one follows # comment'
   h'FDB6AC 7BAE27A2D69CA2699E9EDFDBBADA2779FA25 968C2C'
]]></sourcecode>
          <t>These two byte string literals stand for the same byte string; the
deliberately confusing base64 content starts with
<tt>b64'/bas'</tt> which is the same as h'FDB6AC' and ends with b64'lows'
which is the same as <tt>h'968C2C'</tt>.</t>
        </section>
        <section anchor="embedded">
          <name>CBOR Sequence Literals</name>
          <t>In diagnostic notation, a sequence of zero or more CBOR data item literals can
be enclosed in <tt>&lt;&lt;</tt> and <tt>&gt;&gt;</tt>, optionally prefixed by an
application-extension prefix; this specification speaks of <em>sequence literals</em>.
EDN mainly deals with individual data items, not with CBOR sequences
<xref target="RFC8742"/>, so the CBOR sequence represented by the sequence literal needs
to be further processed to obtain the value of the literal.</t>
          <t>Prefixed sequence literals refer to the application extension (see
<xref target="app-lit"/>) identified by the prefix and apply the extension to its
sequence content, resulting in a single data item.
This data item may be a string or may not (always) be, depending on
the definition of the application extension.</t>
          <t>An unprefixed sequence literal applies CBOR encoding to the
data items in its content, taken as a CBOR sequence.
The value of the
literal thus is a byte string with the encoded content; this is
commonly referred to as
<em>embedded CBOR</em>.
For instance, each pair of columns in the following are equivalent:</t>
          <sourcecode type="cbor-diag"><![CDATA[
   <<1>>              h'01'
   <<1, 2>>           h'0102'
   <<"hello", null>>  h'65 68656c6c6f f6'
   <<>>               h''
]]></sourcecode>
        </section>
        <section anchor="text-validity">
          <name>Validity of Text Strings</name>
          <t>To be valid CBOR, Section <xref target="RFC8949" section="5.3.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/> requires that text
strings are byte sequences in UTF-8 <xref target="STD63"/> form.
EDN provides several ways to construct such byte strings (see <xref target="concat"/>
for details).
These mechanisms might operate on subsequences that do not themselves
constitute UTF-8, e.g., by building larger sequences out of
concatenating the subsequences; for validity of a text string
resulting from these mechanisms it is only of importance that the
result is UTF-8.
Double-quoted, single-quoted, and raw string literals have been defined
such that they lead to byte sequences that are UTF-8: the source
language of EDN is UTF-8, and all escaping mechanisms lead only to
adding further UTF-8 characters.
Only prefixed string literals, other application-extensions, or
in certain cases concatenation (<xref target="concat"/>) can generate non-UTF-8 byte
sequences.</t>
          <t>As discussed at the start of <xref target="diagnostic-notation"/>, EDN
implementations <bcp14>MAY</bcp14> support generation and possibly ingestion of EDN
for CBOR data items that are well-formed but not valid; when this is
enabled, such implementations <bcp14>MAY</bcp14> relax the requirement on text
strings to be valid UTF-8.</t>
          <t>Note that neither CBOR about its text strings nor EDN about its source
language make any requirements except for conformance to <xref target="STD63"/>.
No additional Unicode processing or validation such as normalization
or checking whether a scalar value is actually assigned is foreseen by
EDN, particularly not any processing that is dependent on a specific
Unicode version.
Such processing, if offered, <bcp14>MUST NOT</bcp14> get in the way of processing the
data item represented in EDN (i.e., it may be appropriate to issue
warnings but not to error out or to generate output that does not match
the input at the UTF-8 level).</t>
        </section>
      </section>
      <section anchor="arrays-and-maps">
        <name>Arrays and Maps</name>
        <t>EDN borrows the JSON syntax for arrays and maps.
(Maps are called objects in JSON.)</t>
        <section anchor="mandatory-separators-optional-terminators">
          <name>Mandatory Separators, Optional Terminators</name>
          <t>For maps, EDN extends the JSON syntax by allowing any data item in the
map key position (before the colon).</t>
          <t>JSON requires the use of a comma as a separator character between
the elements of an array as well as between the members (key/value
pairs) of a map.
(These commas also were required in the original diagnostic
notation defined in <xref target="STD94"/> and <xref target="RFC8610"/>.)
The separator commas are now optional in the places where EDN syntax
allows commas; however, where no comma is used in a separator
position, there must be blank space (composed of at least one space, newline, and/or
comment) instead.
(Stylistically, leaving out the commas is more idiomatic when they
occur at line breaks, which provide the blank space.)</t>
          <t>In addition, EDN also allows, but does not require, a trailing comma before the closing bracket/brace,
enabling an easier to maintain "terminator" style of their use.</t>
          <t>In summary, the following eight examples are all equivalent:</t>
          <sourcecode type="cbor-diag"><![CDATA[
[1, 2, 3]
[1, 2, 3,]
[1  2  3]
[1  2  3,]
[1  2, 3]
[1  2, 3,]
[1, 2  3]
[1, 2  3,]
]]></sourcecode>
          <t>as are</t>
          <sourcecode type="cbor-diag"><![CDATA[
{1: "n", "x": "a"}
{1: "n", "x": "a",}
{1: "n"  "x": "a"}
# etc.
]]></sourcecode>
          <t>As a comma and/or blank/comment is mandatory in a separator position,
»<tt>[11]</tt>« is unambiguously an array with a single element (the
integer 11), different from »<tt>[1 1]</tt>« or »<tt>[1,1]</tt>«.
As this is a general rule, »<tt>[[] []]</tt>« or »<tt>[[],[]]</tt>« are well-formed
EDN, while »<tt>[[][]]</tt>« is not.</t>
          <aside>
            <t>CDDL's comma separators in the equivalent contexts (CDDL groups) are
  entirely optional
  (and actually are terminators, which together with their optionality
  allows them to be used like separators as well, or even not at all).
  In summary, comma use is now aligned between EDN and CDDL, in a
  fully backward compatible way.
  (CDDL does allow the stylistically questionable »<tt>a = [[][]]</tt>«, though.)</t>
          </aside>
        </section>
        <section anchor="ei-container">
          <name>Encoding Indicators of Arrays and Maps</name>
          <t>A single underscore can be written after the opening brace of a map or
the opening bracket of an array to indicate that the data item was
represented in indefinite-length format.  For example, <tt>[_ 1, 2]</tt>
contains an indicator that an indefinite-length representation was
used to represent the data item <tt>[1, 2]</tt>.</t>
          <t>At the same position, encoding indicators for specifying the size of
the array or map head for definite-length format can be used instead,
specifically <tt>_i</tt> or <tt>_0</tt> to <tt>_3</tt>.  For example <tt>[_0 false, true]</tt> can be
used to specify the encoding of the array <tt>[false, true]</tt> as <tt>98 02 f4 f5</tt>.</t>
        </section>
        <section anchor="map-validity">
          <name>Validity of Maps</name>
          <t>As discussed at the start of <xref target="diagnostic-notation"/>, EDN implementations <bcp14>MAY</bcp14> support
generation and possibly ingestion of EDN for CBOR data items that are
well-formed but not valid (Section <xref target="RFC8949" section="5.3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>).</t>
          <t>For maps, this is relevant for map keys that occur more than once, as in:</t>
          <sourcecode type="cbor-diag"><![CDATA[
{1: "to", 1: "fro"}
]]></sourcecode>
        </section>
      </section>
      <section anchor="tags">
        <name>Tags</name>
        <t>A tag is
written as a decimal unsigned integer for the tag number, followed by the tag content
in parentheses; for instance, a date in the format specified by RFC 3339
(ISO 8601) could be
notated as:</t>
        <t indent="5">0("2013-03-21T20:04:00Z")</t>
        <t>or the equivalent epoch-based time as the following:</t>
        <t indent="5">1(1363896240)</t>
        <t>The tag number can be followed by an encoding indicator giving the
encoding of the tag head.  For example:</t>
        <t indent="5">1_1(1363896240)</t>
        <t>(assuming Preferred Serialization for the tag content) is encoded as</t>
        <sourcecode type="cbor-pretty"><![CDATA[
d9 0001        # tag(1)
   1a 514b67b0 # unsigned(1363896240)
]]></sourcecode>
      </section>
      <section anchor="simple-values">
        <name>Simple values</name>
        <t>EDN uses JSON syntax for the simple values True (»<tt>true</tt>«), False
(»<tt>false</tt>«), and Null (»<tt>null</tt>«).
Undefined is written »<tt>undefined</tt>« as in JavaScript.</t>
        <t>These and all other simple values can be given as "simple()" with the
appropriate integer in the parentheses.  For example, »<tt>simple(42)</tt>«
indicates major type 7, value 42, and »<tt>simple(0x14)</tt>« indicates
»<tt>false</tt>«, as does »<tt>simple(20)</tt>« or »<tt>simple(0b10100)</tt>«.</t>
      </section>
    </section>
    <section anchor="app-ext">
      <name>Application-Oriented Extension Literals</name>
      <t>This document extends the syntax used in diagnostic notation to also
enable application-oriented extensions.
This section defines a number of application-oriented extensions.</t>
      <section anchor="dt">
        <name>The "dt" Extension</name>
        <t>The application-extension identifier "dt" is used to notate a
date/time literal that can be used as an Epoch-Based Date/Time as per
Section <xref target="RFC8949" section="3.4.2" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>.</t>
        <t>The content of the literal is a single Standard Date/Time String as per
Section <xref target="RFC8949" section="3.4.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>, as a text or byte string.</t>
        <t>The value of the literal is a number representing the result of a
conversion of the given Standard Date/Time String to an Epoch-Based
Date/Time.
If fractional seconds are given in the text (production
<tt>time-secfrac</tt> in <xref target="abnf-grammar-dt"/>), the value is a
floating-point number; the value is an integer number otherwise.
In the all-upper-case variant of the app-prefix, the value is enclosed
in a tag number 1.</t>
        <t>Each row of <xref target="tab-equiv-dt"/> shows an example of "dt" notation and
equivalent notation not using an application-extension identifier.</t>
        <table anchor="tab-equiv-dt">
          <name>dt and DT literals vs. plain EDN</name>
          <thead>
            <tr>
              <th align="left">dt literal</th>
              <th align="left">plain EDN</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>dt'1969-07-21T02:56:16Z'</tt></td>
              <td align="left">
                <tt>-14159024</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>dt'1969-07-21T02:56:16.0Z'</tt></td>
              <td align="left">
                <tt>-14159024.0</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>dt'1969-07-21T02:56:16.5Z'</tt></td>
              <td align="left">
                <tt>-14159023.5</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>dt`1969-07-21T02:56:16.5Z`</tt></td>
              <td align="left">
                <tt>-14159023.5</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>dt&lt;&lt;'1969-07-21T02:56:16.5Z'&gt;&gt;</tt></td>
              <td align="left">
                <tt>-14159023.5</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>dt&lt;&lt;"1969-07-21T02:56:16.5Z"&gt;&gt;</tt></td>
              <td align="left">
                <tt>-14159023.5</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>dt&lt;&lt;`1969-07-21T02:56:16.5Z`&gt;&gt;</tt></td>
              <td align="left">
                <tt>-14159023.5</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>DT'1969-07-21T02:56:16Z'</tt></td>
              <td align="left">
                <tt>1(-14159024)</tt></td>
            </tr>
          </tbody>
        </table>
        <t>See <xref target="dt-grammar"/> for an ABNF definition for the text string input of <tt>dt</tt> literals.</t>
      </section>
      <section anchor="ip">
        <name>The "ip" Extension</name>
        <t>The application-extension identifier "ip" is used to notate an IP
address literal that can be used as an IP address as per <xref section="3" sectionFormat="of" target="RFC9164"/>.</t>
        <t>The input of the literal is a single text string representing an IPv4address or IPv6address as per
<xref section="3.2.2" sectionFormat="of" target="RFC3986"/>.</t>
        <t>With the lower-case app-string prefix <tt>ip</tt>, the value of the literal is a
byte string representing the binary IP address.
With the upper-case app-string prefix <tt>IP</tt>, the literal is such a byte string
tagged with tag number 54, if an IPv6address is used, or tag number
52, if an IPv4address is used.</t>
        <t>As an additional case, the upper-case app-string prefix <tt>IP''</tt> can be used
with an IP address prefix such as <tt>2001:db8::/56</tt> or <tt>192.0.2.0/24</tt>, with the equivalent tag as its value.
(Note that <xref target="RFC9164"/> representations of address prefixes need to
implement the truncation of the address byte string as described in
<xref section="4.2" sectionFormat="of" target="RFC9164"/>; see example below.)
For completeness, the lower-case variant <tt>ip'2001:db8::/56'</tt> or  <tt>ip'192.0.2.0/24'</tt> stands for
an unwrapped <tt>[56,h'20010db8']</tt> or <tt>[24,h'c00002']</tt>; however, in this case the information
on whether an address is IPv4 or IPv6 often needs to come from the context.</t>
        <t>Note that this application-extension provides no direct representation
of the "Interface format"
defined in <xref section="3.1.3" sectionFormat="of" target="RFC9164"/>, an address combined with an
optional prefix length and an optional zone identifier, and therefore
no way to reference a zone identifier at all.
(If needed, this format can be put together by building their
structures explicitly, e.g., an interface format without a zone
identifier can be represented as in <tt>52([ip'192.0.2.42',24])</tt>, or an
interface format with zone identifier 42 as in
<tt>54([ip'fe80::0202:02ff:ffff:fe03:0303',64,42])</tt>.)</t>
        <t>Each row of <xref target="tab-equiv-ip"/> shows an example of "ip" notation and
equivalent notation not using an application-extension identifier.</t>
        <table anchor="tab-equiv-ip">
          <name>ip and IP literals vs. plain EDN</name>
          <thead>
            <tr>
              <th align="left">ip literal</th>
              <th align="left">plain EDN</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>ip'192.0.2.42'</tt></td>
              <td align="left">
                <tt>h'c000022a'</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>ip&lt;&lt;'192.0.2.42'&gt;&gt;</tt></td>
              <td align="left">
                <tt>h'c000022a'</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>IP'192.0.2.42'</tt></td>
              <td align="left">
                <tt>52(h'c000022a')</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>IP'192.0.2.0/24'</tt></td>
              <td align="left">
                <tt>52([24,h'c00002'])</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>ip'2001:db8::42'</tt></td>
              <td align="left">
                <tt>h'20010db8000000000000000000000042'</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>IP'2001:db8::42'</tt></td>
              <td align="left">
                <tt>54(h'20010db8000000000000000000000042')</tt></td>
            </tr>
            <tr>
              <td align="left">
                <tt>IP'2001:db8::/64'</tt></td>
              <td align="left">
                <tt>54([64,h'20010db8'])</tt></td>
            </tr>
          </tbody>
        </table>
        <t>See <xref target="ip-grammar"/> for an ABNF definition for the content of <tt>ip</tt> literals.</t>
      </section>
      <section anchor="hash">
        <name>The "hash" Extension</name>
        <t>The application-extension identifier "hash" is used to notate the
input to a cryptographic hash function as well as identify such a hash
function to obtain a byte string that represents the output of that
hash function.</t>
        <t>The input of the literal is a (text or byte) string, optionally followed by either
an integer or a text string that identifies the hash function in the
COSE Algorithms registry of the CBOR Object Signing and Encryption
(COSE) registry group <xref target="IANA.cose"/>, either by the identifier (value:
integer or string), or, if no algorithm is registered with this value,
by its name used in the registry.
If the second item is not given, the default algorithm used is -16
("SHA-256").</t>
        <t>No uppercase variant prefix is defined for the application-extension
identifier "hash".</t>
        <table anchor="tab-equiv-hash">
          <name>hash literals vs. plain EDN</name>
          <thead>
            <tr>
              <th align="left">hash literal</th>
              <th align="left">plain EDN</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>hash&lt;&lt;'foo'&gt;&gt;</tt></td>
              <td align="left">h'2C26B46B68FFC68FF99B453C1D304134<br/>13422D706483BFA0F98A5E886266E7AE'</td>
            </tr>
            <tr>
              <td align="left">
                <tt>hash'foo'</tt></td>
              <td align="left">h'2C26B46B68FFC68FF99B453C1D304134<br/>13422D706483BFA0F98A5E886266E7AE'</td>
            </tr>
            <tr>
              <td align="left">
                <tt>hash&lt;&lt;'foo', -16&gt;&gt;</tt></td>
              <td align="left">h'2C26B46B68FFC68FF99B453C1D304134<br/>13422D706483BFA0F98A5E886266E7AE'</td>
            </tr>
            <tr>
              <td align="left">
                <tt>hash&lt;&lt;'foo', "SHA-256"&gt;&gt;</tt></td>
              <td align="left">h'2C26B46B68FFC68FF99B453C1D304134<br/>13422D706483BFA0F98A5E886266E7AE'</td>
            </tr>
            <tr>
              <td align="left">
                <tt>hash&lt;&lt;'foo', -44&gt;&gt;</tt></td>
              <td align="left">h'F7FBBA6E0636F890E56FBBF3283E524C<br/>6FA3204AE298382D624741D0DC663832<br/>6E282C41BE5E4254D8820772C5518A2C<br/>5A8C0C7F7EDA19594A7EB539453E1ED7'</td>
            </tr>
            <tr>
              <td align="left">
                <tt>hash&lt;&lt;'foo', "SHA-512"&gt;&gt;</tt></td>
              <td align="left">h'F7FBBA6E0636F890E56FBBF3283E524C<br/>6FA3204AE298382D624741D0DC663832<br/>6E282C41BE5E4254D8820772C5518A2C<br/>5A8C0C7F7EDA19594A7EB539453E1ED7'</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="cri">
        <name>The "cri" Extension</name>
        <t>The
application-extension identifier "<tt>cri</tt>" is used to notate
an EDN literal for a CRI reference as defined in <xref target="I-D.ietf-core-href"/>.</t>
        <t>The input of the literal is a URI Reference as per <xref target="RFC3986"/> or an IRI
Reference as per <xref target="RFC3987"/>.</t>
        <t>The value of the literal is a CRI reference that can be converted to
the text of the literal using the procedure of <xref section="6.1" sectionFormat="of" target="I-D.ietf-core-href"/>.  <!-- {{cri-to-uri}}. -->
Note that there may be more than one CRI reference that can be
converted to the URI/IRI reference given; implementations are expected
to favor the simplest variant available and make non-surprising
choices otherwise.
In the all-upper-case variant of the app-prefix, the value is enclosed
in a tag number 99.</t>
        <t>As an example, the CBOR diagnostic notation</t>
        <sourcecode type="cbor-diag"><![CDATA[
cri'https://example.com/bottarga/shaved'
CRI'https://example.com/bottarga/shaved'
]]></sourcecode>
        <t>is equivalent to</t>
        <sourcecode type="cbor-diag"><![CDATA[
[-4, ["example", "com"], ["bottarga", "shaved"]]
99([-4, ["example", "com"], ["bottarga", "shaved"]])
]]></sourcecode>
        <t>See <xref target="cri-grammar"/> for an ABNF definition for the content of <tt>cri</tt> literals.</t>
      </section>
    </section>
    <section anchor="stand-in">
      <name>Stand-in Representations in Binary CBOR</name>
      <t>In some cases, an EDN consumer cannot construct actual CBOR items that
represent the CBOR data intended for eventual interchange.
This document defines stand-in representation for two such cases:</t>
      <ul spacing="normal">
        <li>
          <t>The EDN consumer does not know (or does not implement) an
application-extension identifier used in the EDN document
(<xref target="unknown"/>) but wants to preserve the information for a later
processor.</t>
        </li>
        <li>
          <t>The generator of some EDN intended for human consumption (such as in
a specification document) may not want to include parts of the final
data item, destructively replacing complete subtrees or possibly
just parts of a lengthy string by <em>elisions</em> (<xref target="elision"/>).</t>
        </li>
      </ul>
      <aside>
        <t>Implementation note:
Typically, the ultimate applications will fail if they encounter tags
unknown to them, which the ones defined in this section likely are.
Where chains of tools are involved in processing EDN, it may be useful
to fail earlier than at the ultimate receiver in the chain unless
specific processing options (e.g., command line flags) are given that
indicate which of these stand-ins are expected at this stage in the
chain.</t>
      </aside>
      <section anchor="unknown">
        <name>Handling unknown application-extension identifiers</name>
        <t>When ingesting CBOR diagnostic notation, any
application-oriented extension literals are usually decoded and
transformed into the corresponding data item during ingestion.
If an application-extension is not known or not implemented by the
ingesting process, this is usually an error and processing has to
stop.</t>
        <t>However, in certain cases, it can be desirable to exceptionally carry an
uninterpreted application-oriented extension literal in an ingested
data item, allowing to postpone its decoding to a specific later
stage of ingestion.</t>
        <t>This specification defines a CBOR Tag for this purpose:
The Diagnostic Notation Unresolved Application-Extension Tag, tag
number CPA999 (<xref target="iana-standin"/>).
The content of this tag is an array of a text string for the
application-extension identifier, and another array:</t>
        <ul spacing="normal">
          <li>
            <t>For app-strings, the second array contains a single item, a text
string containing the text notated by the single-quoted string in the
app-string.</t>
          </li>
          <li>
            <t>For app-sequences, the second array contains zero or more items,
which represent each item in the sequence contained in the
app-sequence.</t>
          </li>
        </ul>
        <t>For example, <tt>cri'https://example.com'</tt> can be represented as
<tt>/CPA/ 999(["cri", ["https://example.com"]])</tt>, or
<tt>hash&lt;&lt;"data", -44&gt;&gt;</tt> as <tt>/CPA/ 999(["hash", ["data", -44]])</tt>.</t>
        <!-- edn-abnf -fe "cri'https://example.com'" -->
<!-- edn-abnf -fe 'hash<<"data", -44>>' -->

<t>If a stage of ingestion is not prepared to handle the Unresolved
Application-Extension Tag, this is an error and processing has to
stop, as if this stage had been ingesting an unknown or unimplemented
application-extension literal itself.</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 anchor="elision">
        <name>Handling information deliberately elided from an EDN document</name>
        <t>When using EDN for exposition in a document or on a whiteboard, it is
often useful to be able to leave out parts of an EDN document that are
not of interest at that point of the exposition.</t>
        <t>To facilitate this, this specification
supports the use of an <em>ellipsis</em> (notated as three or more dots
in a row, as in <tt>...</tt>) to indicate parts of an EDN document that have
been elided (and therefore cannot be reconstructed).</t>
        <t>Upon ingesting EDN as a representation of a CBOR data item for further
processing, the occurrence of an ellipsis usually is an error and
processing has to stop.</t>
        <t>However, it is useful to be able to process EDN documents with
ellipses in the automation scripts for the documents using them.
This specification defines a CBOR Tag that can be used in the ingestion
for this purpose:
The Diagnostic Notation Ellipsis Tag, tag number CPA888 (<xref target="iana-standin"/>).
The content of this tag either is</t>
        <ol spacing="normal" type="1" start="1"><li>
            <t>null (indicating a data item entirely replaced by an ellipsis), or it is</t>
          </li>
          <li>
            <t>an array, the elements of which are alternating between fragments
of a string and the actual elisions, represented as ellipses
carrying a null as content.</t>
          </li>
        </ol>
        <t>Elisions can stand in for entire subtrees, e.g. in:</t>
        <sourcecode type="cbor-diag"><![CDATA[
[1, 2, ..., 3]
{ "a": 1,
  "b": ...,
  ...: ...
}
]]></sourcecode>
        <t>A single ellipsis (or key/value pair of ellipses) can imply eliding
multiple elements in an array (members in a map); if more detailed
control is required, a data definition language such as CDDL can be
employed.
(Note that the stand-in form defined here does not allow multiple
key/value pairs with an ellipsis as a key: the CBOR data item would
not be valid.)</t>
        <t>Subtree elisions can be represented in a CBOR data item by using
<tt>/CPA/888(null)</tt> as the stand-in:</t>
        <sourcecode type="cbor-diag"><![CDATA[
[1, 2, 888(null), 3]
{ "a": 1,
  "b": 888(null),
  888(null): 888(null)
}
]]></sourcecode>
        <t>Elisions also can be used as part of a (text or byte) string:</t>
        <sourcecode type="cbor-diag"><![CDATA[
{ "contract": "Herewith I buy" + ... + "gned: Alice & Bob",
  "bytes_in_IRI": 'https://a.example/' + ... + '&q=Übergrößenträger',
  "signature": h'4711...0815',
}
]]></sourcecode>
        <t>The example "contract" combines string concatenation via the <tt>+</tt>
operator (<xref target="grammar"/>) with an
ellipsis.
The example
"signature" uses special syntax that allows the use of ellipses
between the bytes notated <em>inside</em> <tt>h''</tt> literals.</t>
        <t>String elisions can be represented in a CBOR data item by a stand-in
that wraps an array of string fragments alternating with ellipsis
indicators:</t>
        <sourcecode type="cbor-diag"><![CDATA[
{ "contract": /CPA/888(["Herewith I buy", 888(null),
                        "gned: Alice & Bob"]),
  "bytes_in_IRI": 888(['https://a.example/', 888(null),
                       '&q=Übergrößenträger']),
  "signature": 888([h'4711', 888(null), h'0815']),
}
]]></sourcecode>
        <t>Note that the use of elisions is different from "commenting out" EDN
text, e.g.:</t>
        <sourcecode type="cbor-diag"><![CDATA[
{ "signature": h'4711/.../0815',
  # ...: ...
}
]]></sourcecode>
        <t>The consumer of this EDN will ignore the comments and therefore will
have no idea after ingestion that some information has been elided;
validation steps may then simply fail instead of being informed about
the elisions.</t>
      </section>
    </section>
    <section anchor="grammars">
      <name>ABNF Definitions</name>
      <t>This section collects grammars in ABNF form (<xref target="STD68"/> as extended in
<xref target="RFC7405"/>) that serve to define the syntax of EDN and some
application-oriented literals.</t>
      <aside>
        <t>Implementation note: The ABNF definitions in this section are
intended to be useful in a Parsing Expression Grammar (PEG) parser
interpretation (see <xref section="A" sectionFormat="of" target="RFC8610"/> for an introduction into PEG).</t>
      </aside>
      <section anchor="grammar">
        <name>Overall ABNF Definition for Extended Diagnostic Notation</name>
        <t>This subsection provides an overall ABNF definition for the syntax of
CBOR extended diagnostic notation.</t>
        <aside>
          <t>This ABNF definition treats all single-quoted string literals the same,
whether they are unprefixed and constitute byte string literals, or
prefixed and their content subject to further processing.
The text string value of the single-quoted strings that goes into that
further processing is described using separate ABNF definitions in
<xref target="app-grammars"/>; as a convention, the grammar for the content of an
app-string with prefix, say, <tt>p</tt>, is described by an ABNF definition
with the rule name <tt>app-string-p</tt>.</t>
          <t>As an implementation note, some implementations may want to integrate
the parsing and processing of app-string content for certain
application extensions with the overall grammar.
Example grammars for such integrated parsers are provided with this
specification in <xref target="integrated-grammars"/>.</t>
        </aside>
        <t>For simplicity, the internal parsing for the built-in EDN prefixes is
specified in the same way.
ABNF definitions for <tt>h''</tt>/<tt>h``</tt> and <tt>b64''</tt>/<tt>b64``</tt> are
provided in <xref target="h-grammar"/> and <xref target="b64-grammar"/>.
However, the prefixes <tt>b32''</tt> and <tt>h32''</tt> are not in wide use and an
ABNF definition in this document would therefore not have been based on
implementation experience.</t>
        <figure anchor="abnf-grammar">
          <name>Overall ABNF Definition of CBOR EDN</name>
          <sourcecode type="abnf" name="cbor-edn.abnf"><![CDATA[
seq             = S [item *(MSC item) SOC]
one-item        = S item S
item            = map / array / tagged
                / number / simple
                / string / streamstring

string1         = (tstr / bstr) spec
string1e        = string1 / ellipsis
ellipsis        = 3*"." ; "..." or more dots
string          = string1e *(S "+" S string1e)

number          = (hexfloat / hexint / octint / binint
                   / decnumber / nonfin) spec
sign            = "+" / "-"
decnumber       = [sign] (1*DIGIT ["." *DIGIT] / "." 1*DIGIT)
                         ["e" [sign] 1*DIGIT]
hexfloat        = [sign] "0x" (1*HEXDIG ["." *HEXDIG] / "." 1*HEXDIG)
                         "p" [sign] 1*DIGIT
hexint          = [sign] "0x" 1*HEXDIG
octint          = [sign] "0o" 1*ODIGIT
binint          = [sign] "0b" 1*BDIGIT
nonfin          = %s"Infinity"
                / %s"-Infinity"
                / %s"NaN"
simple          = %s"false"
                / %s"true"
                / %s"null"
                / %s"undefined"
                / %s"simple(" S simple-number S ")"
simple-number   = "25" %x30-35         ; 250-255
                / "2" %x30-34 DIGIT    ; 200-249
                / "1" 2DIGIT           ; 100-199
                / %x34-39 DIGIT        ; 40-99
                / "3" %x32-39          ; 32-39
                ;; there are no simple values between 24-31
                / "2" %x30-33          ; 20-23
                / "1" DIGIT            ; 10-19
                / DIGIT                ; 0-9
uint            = "0" / DIGIT1 *DIGIT
tagged          = uint spec "(" S item S ")"

app-prefix      = lcalpha *lcldh ; including h and b64
                / ucalpha *ucldh ; tagged variant, if defined
app-string      = app-prefix sqstr
app-sequence    = app-prefix "<<" seq ">>"
app-rstring     = app-prefix rawstring
rawstring       = startrawdelim
                  [newline] ; swallow up to one leading newline
                  rawcontent
                  matchrawdelim
rawdelim        = 1*"`"
startrawdelim   = rawdelim
                  ; width (number of backquotes) distinguishes
                  ; between following matchrawdelim and shortrawdelim
matchrawdelim   = rawdelim ; width >= previous startrawdelim
shortrawdelim   = rawdelim ; width < previous startrawdelim
rawchars        = 1*(%x0a/%x0d / %x20-5f / %x61-7e / NONASCII)
rawcontent      = 1*(rawchars / shortrawdelim)

sqstr           = SQUOTE *single-quoted SQUOTE
bstr            = app-string / sqstr / app-rstring / rawstring
                / app-sequence / embedded
                  ; note: rawstring is text; app-... can be any type
tstr            = DQUOTE *double-quoted DQUOTE
embedded        = "<<" seq ">>"

array           = "[" (specms S item *(MSC item) SOC / spec S) "]"
map             = "{" (specms S keyp *(MSC keyp) SOC / spec S) "}"
keyp            = item S ":" S item

; We allow %x09 HT in prose, but not in string literals
blank           = %x09 / %x0A / %x0D / %x20
lblank          = %x0A / %x20  ; Not HT or CR (gone)
non-slash       = blank / %x21-2e / %x30-7F / NONASCII
non-slash-star  = blank / %x21-29 / %x2b-2e / %x30-7F / NONASCII
non-star        = blank / %x21-29 / %x2b-7F / NONASCII
ends-in-star    = *non-star 1*"*"
non-lf          = %x09 / %x0D / %x20-7F / NONASCII
eol-comment     = "#" / "//"
comment         = "/" non-slash-star *non-slash "/"
                / "/*" ends-in-star
                       *(non-slash-star ends-in-star) "/"
                / eol-comment *non-lf %x0A
; optional space
S               = *blank *(comment *blank)
; mandatory space
MS              = (blank/comment) S
; mandatory comma and/or space
MSC             = ("," S) / (MS ["," S])
; optional comma and/or space
SOC             = S ["," S]

; check semantically that strings are either all text or all bytes
; note that there must be at least one string to distinguish
streamstring    = "(_" MS string *(MSC string) SOC ")"
spec            = ["_" *wordchar]
specms          = ["_" *wordchar MS]

double-quoted   = unescaped
                / SQUOTE
                / "\" escapable-d

single-quoted   = unescaped
                / DQUOTE
                / "\" escapable-s

escapable1      = %s"b" ; BS backspace U+0008
                / %s"f" ; FF form feed U+000C
                / %s"n" ; LF line feed U+000A
                / %s"r" ; CR carriage return U+000D
                / %s"t" ; HT horizontal tab U+0009
                / "\"   ; \ backslash (reverse solidus) U+005C

escapable-d     = escapable1
                / DQUOTE
                / "/"   ; / slash (solidus) U+002F (JSON!)
                / (%s"u" hexchar) ;  uXXXX      U+XXXX

escapable-s     = escapable1
                / SQUOTE
                / (%s"u" hexchar-s) ;  uXXXX      U+XXXX

hexchar         = "{" (1*"0" [ hexscalar ] / hexscalar) "}"
                / non-surrogate
                / two-surrogate
non-surrogate   = ((DIGIT / "A"/"B"/"C" / "E"/"F") 3HEXDIG)
                / ("D" ODIGIT 2HEXDIG )
two-surrogate   = high-surrogate "\" %s"u" low-surrogate
high-surrogate  = "D" ("8"/"9"/"A"/"B") 2HEXDIG
low-surrogate   = "D" ("C"/"D"/"E"/"F") 2HEXDIG
hexscalar       = "10" 4HEXDIG / HEXDIG1 4HEXDIG
                / non-surrogate / 1*3HEXDIG

; single-quote hexchar-s: don't allow 0020..007e
hexchar-s       = "{" (1*"0" [ hexscalar-s ] / hexscalar-s) "}"
                / non-surrogate-s
                / two-surrogate
non-surrogate-s = "007F"                 ; rubout
                / "00" ("0"/"1"/"8"/"9"/HEXDIGA) HEXDIG
                / "0" HEXDIG1 2HEXDIG
                / non-surrogate-1
non-surrogate-1 = ((DIGIT1 / "A"/"B"/"C" / "E"/"F") 3HEXDIG)
                / ("D" ODIGIT 2HEXDIG )
hexscalar-s     = "10" 4HEXDIG / HEXDIG1 4HEXDIG
                / non-surrogate-1 / HEXDIG1 2HEXDIG
                / ("1"/"8"/"9"/HEXDIGA) HEXDIG
                / "7F"
                / HEXDIG1

; Note that no other C0 characters are allowed, including %x09 HT
unescaped       = %x0A ; new line
                / %x0D ; carriage return -- ignored on input
                / %x20-21
                     ; omit 0x22 "
                / %x23-26
                     ; omit 0x27 '
                / %x28-5B
                     ; omit 0x5C \
                / %x5D-7F
                / NONASCII

newline         = [%x0D] %x0A
DQUOTE          = %x22    ; " double quote
SQUOTE          = "'"     ; ' single quote
DIGIT           = %x30-39 ; 0-9
DIGIT1          = %x31-39 ; 1-9
ODIGIT          = %x30-37 ; 0-7
BDIGIT          = %x30-31 ; 0-1
HEXDIGA         = "A" / "B" / "C" / "D" / "E" / "F"
; Note: double-quoted strings as in "A" are case-insensitive in ABNF
HEXDIG          = DIGIT / HEXDIGA
HEXDIG1         = DIGIT1 / HEXDIGA
lcalpha         = %x61-7A ; a-z
lcldh           = lcalpha / DIGIT / "-"
ucalpha         = %x41-5A ; A-Z
ucldh           = ucalpha / DIGIT / "-"
ALPHA           = lcalpha / ucalpha
wordchar        = "_" / ALPHA / DIGIT ; [_a-z0-9A-Z]
NONASCII        = %x80-D7FF / %xE000-10FFFF
]]></sourcecode>
        </figure>
        <t>While an ABNF grammar defines the set of character strings that are
considered to be valid EDN by this ABNF, the mapping of these
character strings into the generic data model of CBOR is not always
obvious.</t>
        <t>The following additional items should help in the interpretation:</t>
        <ol spacing="normal" type="1" start="1"><li>
            <t>As mentioned in the terminology (<xref target="terminology"/>), the ABNF terminal
  values in this document define Unicode scalar values (characters)
  rather than their UTF-8 encoding.  For example, the Unicode PLACE OF
  INTEREST SIGN (U+2318) would be defined in ABNF as %x2318.</t>
          </li>
          <li anchor="cr">
            <t>Unicode CARRIAGE RETURN characters (U+000D, often seen
  escaped as "\r" in many
  programming languages) that exist in the input (unescaped) are
  ignored as if they were not in the input wherever they appear.
  This is most important when they are found in (text or byte) string
  contexts (see the "unescaped" ABNF rule).
  On some platforms, a carriage return is always added in front of a
  LINE FEED (U+000A, also often seen escaped as "\n" in many
  programming languages), but on other platforms, carriage returns are
  not used at line breaks.
  The intent behind ignoring unescaped carriage returns is to ensure
  that input generated or processed on either of these kinds of
  platforms will generate the same bytes in the CBOR data items
  created from that input.
  (Platforms that use just a CARRIAGE RETURN by itself to signify an end of line
  are no longer relevant and the files they produce are out of scope
  for this document.)
  If a carriage return is needed in the CBOR data item, it can be
  added explicitly using the escaped form <tt>\r</tt>.</t>
          </li>
          <li anchor="decnumber">
            <t><tt>decnumber</tt> stands for an integer in the usual decimal notation, unless at
  least one of the optional parts starting with "." and "e" are
  present, in which case it stands for a floating point value in the
  usual decimal notation.  Note that the grammar now allows <tt>3.</tt> for
  <tt>3.0</tt> and <tt>.3</tt> for <tt>0.3</tt> (also for hexadecimal floating point
  below); implementers are advised that some platform numeric parsers
  accept only a subset of the floating point syntax in this document
  and may require some preprocessing to use here.</t>
          </li>
          <li>
            <t><tt>hexint</tt>, <tt>octint</tt>, and <tt>binint</tt> stand for an integer in the usual base 16/hexadecimal
  ("0x"), base 8/octal ("0o"), or base 2/binary ("0b") notation.
  <tt>hexfloat</tt> stands
  for a floating point number in the usual hexadecimal notation (which
  uses a mantissa in hexadecimal and an exponent in decimal notation,
  see Section 5.12.3 of <xref target="IEEE754"/>, Section 6.4.4.3 of <xref target="C"/>, or Section
  5.13.4 of <xref target="Cplusplus"/>; floating-suffix/floating-point-suffix from
  the latter two is not used here).</t>
          </li>
          <li>
            <t>For <tt>hexint</tt>, <tt>octint</tt>, <tt>binint</tt>, and when <tt>decnumber</tt> stands for an integer, the
  corresponding CBOR data item is represented using major type 0 or 1
  if possible, or using tag 2 or 3 if not.
  In the latter case, this specification does not define any encoding
  indicators that apply.
  If fine control over encoding is desired, this can be expressed by
  being explicit about the representation as a tag:
  E.g., <tt>987654321098765432310</tt>, which is equivalent to <tt>2(h'35 8a 75
  04 38 f3 80 f5 f6')</tt> in its Preferred Serialization, might be
  written as <tt>2_3(h'00 00 00 35 8a 75 04 38 f3 80 f5 f6'_1)</tt> if
  leading zeros need to be added during serialization to obtain
  specific sizes for tag head, byte string head, and the overall byte
  string.  </t>
            <t>
When <tt>decnumber</tt> stands for a floating point value, and for
<tt>hexfloat</tt> and <tt>nonfin</tt>, a floating point data item with major
type 7 is used in Preferred Serialization (unless modified by an
encoding indicator, which then needs to be <tt>_1</tt>, <tt>_2</tt>, or <tt>_3</tt>).
For this, the number range needs to fit into an <xref target="IEEE754"/> binary64 (or the size
corresponding to the encoding indicator), and the precision will be
adjusted to binary64 before further applying Preferred Serialization
(or to the size corresponding to the encoding indicator).
Tag 4/5 representations are not generated in these cases.
Future app-prefixes could be defined to allow more control for
obtaining a tag 4/5 representation directly from a hex or decimal
floating point literal.</t>
          </li>
          <li anchor="spec">
            <t><tt>spec</tt> stands for an encoding indicator.
  See <xref target="encoding-indicators"/> for details.</t>
          </li>
          <li anchor="rawstring-grammar">
            <t>The ABNF grammar for raw strings is lenient; a parser needs to
  implement the ABNF comments on <tt>matchrawdelim</tt> and <tt>shortrawdelim</tt> as
  well.
  <tt>shortrawdelim</tt> only matches sequences of backquotes that are
  shorter than <tt>startrawdelim</tt>.
  <tt>matchrawdelim</tt> only matches sequences of backquotes that are as
  long or longer than <tt>startrawdelim</tt>.
  Any excess number of backquotes in <tt>matchrawdelim</tt> are added to the
  string content.</t>
          </li>
        </ol>
        <aside>
          <t>In a PEG parser that implements predicates, these matching rules
can for instance be implemented as follows:</t>
          <artwork><![CDATA[
 startrawdelim = rawdelim&{|(rd)|@rdlen = rd.text_value.length}
 shortrawdelim = rawdelim&{|(rd)|rd.text_value.length < @rdlen}
 matchrawdelim = rawdelim&{|(rd)|rd.text_value.length >= @rdlen}
]]></artwork>
        </aside>
        <ol spacing="normal" type="1" start="8"><li anchor="concat">
            <t>Extended diagnostic notation allows a (text or byte) string to be
  built up from multiple (text or byte) string literals, separated by
  a <tt>+</tt> operator; these are then concatenated into a single string.  </t>
            <t><tt>string</tt>, <tt>string1e</tt>, <tt>string1</tt>, and <tt>ellipsis</tt> realize: (1) the
representation of strings in this form split up into multiple
chunks, and (2) the use of ellipses to represent elisions
(<xref target="elision"/>).  </t>
            <t>
Text strings and byte strings do not mix within such a
concatenation, except that byte string literal notation can be used
inside a sequence of concatenated text string notation literals, to
encode characters that may be better represented in an encoded way.
The following four text string values (adapted from <xref section="G.4" sectionFormat="of" target="RFC8610"/> by updating to explicit <tt>+</tt> operators) are equivalent:  </t>
            <artwork><![CDATA[
"Hello world"
"Hello " + "world"
"Hello" + h'20' + "world"
"" + h'48656c6c6f20776f726c64' + ""
]]></artwork>
            <t>
Similarly, the following byte string values are equivalent:  </t>
            <artwork><![CDATA[
'Hello world'
'Hello ' + 'world'
'Hello ' + h'776f726c64'
'Hello' + h'20' + 'world'
'' + h'48656c6c6f20776f726c64' + '' + b64''
h'4 86 56c 6c6f' + h' 20776 f726c64'
]]></artwork>
            <t>
The semantic processing of these constructs is governed by the
following rules:  </t>
            <ul spacing="normal">
              <li>
                <t>A single <tt>...</tt> is a general ellipsis, which by itself can stand
for any data item.
Multiple adjacent concatenated ellipses are equivalent to a single
ellipsis.</t>
              </li>
              <li>
                <t>An ellipsis can be concatenated (on one or both sides) with string
chunks (<tt>string1</tt>); the result is a CBOR tag number CPA888 that contains an
array with joined together spans of such chunks plus the ellipses
represented by <tt>888(null)</tt>.</t>
              </li>
              <li>
                <t>If there is no ellipsis in the concatenated list, the result of
processing the list will always be a single item.</t>
              </li>
              <li>
                <t>The bytes in the concatenated sequence of string chunks are simply
joined together, proceeding from left to right.
If the left hand side of a concatenation is a text string, the
joining operation results in a text string, and that
result needs to be valid UTF-8 except for implementations that
support and are enabled for generation/ingestion of EDN for CBOR
data items that are well-formed but not valid.
If the left hand side is a byte string, the right hand side also
needs to be a byte string.</t>
              </li>
              <li>
                <t>Some of the strings may be app-strings.
If the result type of the app-string is an actual (text or byte)
string, joining of those string chunks occurs as with chunks
directly notated as string literals; otherwise the occurrence of more than
one app-string or an app-string together with a directly notated
string cannot be processed.
(This determination must be made at the time the app-string is
interpreted; see <xref target="unknown"/> for how this may not be immediately
during parsing.)</t>
              </li>
            </ul>
          </li>
        </ol>
        <section anchor="discussion-1">
          <name>Discussion</name>
          <t>Note that the syntax defined here for concatenation of components
uses an explicit <tt>+</tt> operator between the components to be
concatenated.</t>
          <aside>
            <t>This is not entirely backward compatible to <xref section="G.4" sectionFormat="of" target="RFC8610"/>,
which used simple juxtaposition to indicate concatenation of strings.
This was not widely implemented and got in the way of making the use
of commas optional in other places via the rule <tt>OC</tt>.</t>
          </aside>
        </section>
      </section>
      <section anchor="app-grammars">
        <name>ABNF Definitions for Application Extension Content</name>
        <t>This subsection provides ABNF definitions for the content of
application-oriented extension literals defined in <xref target="STD94"/> and in this
specification, where applicable.
These grammars describe the <em>decoded</em> content of the <tt>sqstr</tt> components that
combine with the application-extension identifiers used as prefixes to form
application-oriented extension literals.
Each of these may integrate ABNF rules defined in <xref target="abnf-grammar"/>,
which are not always repeated here.</t>
        <t><xref target="tab-prefixes"/> summarizes the app-prefix values defined in this document.</t>
        <table anchor="tab-prefixes">
          <name>App-prefix Values Defined in this Document</name>
          <thead>
            <tr>
              <th align="left">app-prefix</th>
              <th align="left">content of single-quoted string</th>
              <th align="left">result type</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">h</td>
              <td align="left">hexadecimal form of binary data</td>
              <td align="left">byte string</td>
            </tr>
            <tr>
              <td align="left">H</td>
              <td align="left">(not used)</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">b64</td>
              <td align="left">base64 forms (classic or base64url) of binary data</td>
              <td align="left">byte string</td>
            </tr>
            <tr>
              <td align="left">B64</td>
              <td align="left">(not used)</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">dt</td>
              <td align="left">RFC 3339 date/time</td>
              <td align="left">number (int or float)</td>
            </tr>
            <tr>
              <td align="left">DT</td>
              <td align="left">"</td>
              <td align="left">Tag 1 on the above</td>
            </tr>
            <tr>
              <td align="left">ip</td>
              <td align="left">IP address or prefix</td>
              <td align="left">byte string, <br/>array of length and byte string</td>
            </tr>
            <tr>
              <td align="left">IP</td>
              <td align="left">"</td>
              <td align="left">Tag 54 (IPv6) or 52 (IPv4) on the above</td>
            </tr>
            <tr>
              <td align="left">hash</td>
              <td align="left">string (usually used with sequences)</td>
              <td align="left">byte string</td>
            </tr>
            <tr>
              <td align="left">cri</td>
              <td align="left">RFC 3986 URI or URI reference</td>
              <td align="left">CBOR structure representing equivalent CRI</td>
            </tr>
            <tr>
              <td align="left">CRI</td>
              <td align="left">"</td>
              <td align="left">Tag 99 on the above</td>
            </tr>
          </tbody>
        </table>
        <t>Note that implementation platforms may already provide implementations
of grammars used in application-extensions, such as of RFC 3339 for
<tt>dt''</tt> and of IP address syntax for <tt>ip''</tt>.
EDN-based tools may want to use these implementation libraries instead
of using the grammars that are provided here as a reference.</t>
        <t>For convenience, the common definitions in <xref target="abnf-grammar-ext-common"/>
are not repeated in the below ABNF grammars.</t>
        <figure anchor="abnf-grammar-ext-common">
          <name>Common Rules Used in app-extension ABNF grammars</name>
          <sourcecode type="abnf" name="cbor-edn-extcommon.abnf"><![CDATA[
ALPHA           = %x41-5a / %x61-7a
DIGIT           = %x30-39 ; 0-9
HEXDIG          = DIGIT / HEXDIGA
HEXDIGA         = "A" / "B" / "C" / "D" / "E" / "F"
; Note: double-quoted strings as in "A" are case-insensitive in ABNF
lblank          = %x0A / %x20  ; Not HT or CR (gone)
non-lf          = %x20-7f / NONASCII
NONASCII        = %x80-D7FF / %xE000-10FFFF
]]></sourcecode>
        </figure>
        <section anchor="h-grammar">
          <name>h: ABNF Definition of Hexadecimal representation of a byte string</name>
          <t>The syntax of the content of byte strings represented in hex,
such as <tt>h''</tt>, <tt>h'0815'</tt>, or <tt>h'/head/ 63 /contents/ 66 6f 6f'</tt>
(another representation of <tt>&lt;&lt; "foo" &gt;&gt;</tt>), is described by the ABNF in <xref target="abnf-grammar-h"/>.
This syntax accommodates both lower case and upper case hex digits, as
well as blank space (including comments) around each hex digit.</t>
          <figure anchor="abnf-grammar-h">
            <name>ABNF Definition of Hexadecimal Representation of a Byte String</name>
            <sourcecode type="abnf" name="cbor-edn-ext-h.abnf"><![CDATA[
app-string-h    = S *(HEXDIG S HEXDIG S / ellipsis S)
                  [eol-comment *non-lf]
ellipsis        = 3*"."
non-slash       = lblank / %x21-2e / %x30-7f / NONASCII
non-slash-star  = lblank / %x21-29 / %x2b-2e / %x30-7f / NONASCII
non-star        = lblank / %x21-29 / %x2b-7f / NONASCII
ends-in-star    = *non-star 1*"*"
non-lf          = %x20-7f / NONASCII
eol-comment     = "#" / "//"
S               = *lblank *(comment *lblank)
comment         = "/" non-slash-star *non-slash "/"
                / "/*" ends-in-star
                       *(non-slash-star ends-in-star) "/"
                / eol-comment *non-lf %x0A
]]></sourcecode>
          </figure>
          <aside>
            <t>The comment syntax provided inside the hex string is intended to
mimic the overall syntax for comments in EDN (<xref target="comments"/>).<br/>
Implementation note: Comments and blank space are also described by
the following search regexp, which can be used to remove them.
For display, the regexp is split along the outer
alternative into four lines, which need to be combined before use;
<tt>\z</tt> stands for the end of the string and is notated <tt>$</tt> in some
regexp dialects.</t>
            <artwork><![CDATA[
  \s|
  /\*(?:[^*]*\*+)(?:[^/*][^*]*\*+)*/|
  /[^/*][^/]*/|
  (?:#|//)[^\n]*(?:\n|\z)
]]></artwork>
          </aside>
        </section>
        <section anchor="b64-grammar">
          <name>b64: ABNF Definition of Base64 representation of a byte string</name>
          <t>The syntax of the content of byte strings represented in base64 is
described by the ABNF in <xref target="abnf-grammar-b64"/>.</t>
          <t>This syntax allows both the classic (<xref section="4" sectionFormat="of" target="RFC4648"/>) and the
URL-safe (<xref section="5" sectionFormat="of" target="RFC4648"/>) alphabet to be used.
It accommodates, but does not require base64 padding.
Note that inclusion of classic base64 makes it impossible to have
comments based on slash characters in b64, as "<tt>/</tt>" is valid base64-classic.</t>
          <figure anchor="abnf-grammar-b64">
            <name>ABNF definition of Base64 Representation of a Byte String</name>
            <sourcecode type="abnf" name="cbor-edn-ext-b64.abnf"><![CDATA[
app-string-b64  = B *(4(b64dig B))
                  [b64dig B b64dig B ["=" B "=" / b64dig B ["="]] B]
                  ["#" *non-lf]
b64dig          = ALPHA / DIGIT / "-" / "_" / "+" / "/"
B               = *lblank *(comment *lblank)
comment         = "#" *non-lf %x0A
]]></sourcecode>
          </figure>
        </section>
        <section anchor="dt-grammar">
          <name>dt: ABNF Definition of RFC 3339 Representation of a Date/Time</name>
          <t>The syntax of the content of <tt>dt</tt> literals can be described by the
ABNF for <tt>date-time</tt> in <xref target="abnf-grammar-dt"/>.
This is derived from <xref target="RFC3339"/> as summarized in <xref section="3" sectionFormat="of" target="RFC9165"/>.</t>
          <figure anchor="abnf-grammar-dt">
            <name>ABNF Definition of RFC3339 Representation of a Date/Time</name>
            <sourcecode type="abnf" name="cbor-edn-ext-dt.abnf"><![CDATA[
app-string-dt   = date-time

date-fullyear   = 4DIGIT
date-month      = 2DIGIT  ; 01-12
date-mday       = 2DIGIT  ; 01-28, 01-29, 01-30, 01-31 based on
                          ; month/year
time-hour       = 2DIGIT  ; 00-23
time-minute     = 2DIGIT  ; 00-59
time-second     = 2DIGIT  ; 00-58, 00-59, 00-60 based on leap sec
                          ; rules
time-secfrac    = "." 1*DIGIT
time-numoffset  = ("+" / "-") time-hour ":" time-minute
time-offset     = "Z" / time-numoffset

partial-time    = time-hour ":" time-minute ":" time-second
                  [time-secfrac]
full-date       = date-fullyear "-" date-month "-" date-mday
full-time       = partial-time time-offset

date-time       = full-date "T" full-time
]]></sourcecode>
          </figure>
        </section>
        <section anchor="ip-grammar">
          <name>ip: ABNF Definition of Textual Representation of an IP Address</name>
          <t>The syntax of the content of <tt>ip</tt> literals can be described by the
ABNF for <tt>IPv4address</tt> and <tt>IPv6address</tt> in <xref section="3.2.2" sectionFormat="of" target="RFC3986"/>,
as included in slightly updated form in <xref target="abnf-grammar-ip"/>.</t>
          <figure anchor="abnf-grammar-ip">
            <name>ABNF Definition of Textual Representation of an IP Address</name>
            <sourcecode type="abnf" name="cbor-edn-ext-ip.abnf"><![CDATA[
app-string-ip = IPaddress ["/" uint]

IPaddress     = IPv4address
              / IPv6address

; ABNF from RFC 3986, re-arranged for PEG compatibility:

IPv6address   =                            6( h16 ":" ) ls32
              /                       "::" 5( h16 ":" ) ls32
              / [ h16               ] "::" 4( h16 ":" ) ls32
              / [ h16 *1( ":" h16 ) ] "::" 3( h16 ":" ) ls32
              / [ h16 *2( ":" h16 ) ] "::" 2( h16 ":" ) ls32
              / [ h16 *3( ":" h16 ) ] "::"    h16 ":"   ls32
              / [ h16 *4( ":" h16 ) ] "::"              ls32
              / [ h16 *5( ":" h16 ) ] "::"              h16
              / [ h16 *6( ":" h16 ) ] "::"

h16           = 1*4HEXDIG
ls32          = ( h16 ":" h16 ) / IPv4address
IPv4address   = dec-octet "." dec-octet "." dec-octet "." dec-octet
dec-octet     = "25" %x30-35         ; 250-255
              / "2" %x30-34 DIGIT    ; 200-249
              / "1" 2DIGIT           ; 100-199
              / %x31-39 DIGIT        ; 10-99
              / DIGIT                ; 0-9

DIGIT1        = %x31-39 ; 1-9
uint          = "0" / DIGIT1 *DIGIT
]]></sourcecode>
          </figure>
        </section>
        <section anchor="cri-grammar">
          <name>cri: ABNF Definition of URI Representation of a CRI</name>
          <t>It can be expected that implementations of the application-extension
identifier "<tt>cri</tt>" will make use of platform-provided URI
implementations, which will include a URI parser.</t>
          <t>In case such a URI parser is not available or inconvenient to
integrate,
a grammar of the content of <tt>cri</tt> literals is provided by the
ABNF for <tt>URI-reference</tt> in Section <xref target="RFC3986" section="4.1" sectionFormat="bare"/> of RFC 3986 <xref target="RFC3986"/> with certain
re-arrangements taken from <xref target="ip-grammar"/>;
these are reproduced in <xref target="abnf-grammar-cri"/>.
If the content is not ASCII only (i.e., for IRIs), first apply
<xref section="3.1" sectionFormat="of" target="RFC3987"/> and apply this grammar to the result.</t>
          <figure anchor="abnf-grammar-cri">
            <name>ABNF Definition of URI Representation of a CRI</name>
            <sourcecode type="abnf" name="cbor-edn-ext-cri.abnf"><![CDATA[
app-string-cri = URI-reference
; ABNF from RFC 3986:

URI           = scheme ":" hier-part [ "?" query ] [ "#" fragment ]

hier-part     = "//" authority path-abempty
                 / path-absolute
                 / path-rootless
                 / path-empty

URI-reference = URI / relative-ref

absolute-URI  = scheme ":" hier-part [ "?" query ]

relative-ref  = relative-part [ "?" query ] [ "#" fragment ]

relative-part = "//" authority path-abempty
                 / path-absolute
                 / path-noscheme
                 / path-empty

scheme        = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )

authority     = [ userinfo "@" ] host [ ":" port ]
userinfo      = *( unreserved / pct-encoded / sub-delims / ":" )
host          = IP-literal / IPv4address / reg-name
port          = *DIGIT

IP-literal    = "[" ( IPv6address / IPvFuture  ) "]"

IPvFuture     = "v" 1*HEXDIG "." 1*( unreserved / sub-delims / ":" )

; Use IPv6address, h16, ls32, IPv4adress, dec-octet as re-arranged
; for PEG Compatibility in Figure 6 of [RFC XXXX]:

IPv6address   =                            6( h16 ":" ) ls32
              /                       "::" 5( h16 ":" ) ls32
              / [ h16               ] "::" 4( h16 ":" ) ls32
              / [ h16 *1( ":" h16 ) ] "::" 3( h16 ":" ) ls32
              / [ h16 *2( ":" h16 ) ] "::" 2( h16 ":" ) ls32
              / [ h16 *3( ":" h16 ) ] "::"    h16 ":"   ls32
              / [ h16 *4( ":" h16 ) ] "::"              ls32
              / [ h16 *5( ":" h16 ) ] "::"              h16
              / [ h16 *6( ":" h16 ) ] "::"

h16           = 1*4HEXDIG
ls32          = ( h16 ":" h16 ) / IPv4address
IPv4address   = dec-octet "." dec-octet "." dec-octet "." dec-octet
dec-octet     = "25" %x30-35         ; 250-255
              / "2" %x30-34 DIGIT    ; 200-249
              / "1" 2DIGIT           ; 100-199
              / %x31-39 DIGIT        ; 10-99
              / DIGIT                ; 0-9

reg-name      = *( unreserved / pct-encoded / sub-delims )

path          = path-abempty    ; begins with "/" or is empty
                 / path-absolute   ; begins with "/" but not "//"
                 / path-noscheme   ; begins with a non-colon segment
                 / path-rootless   ; begins with a segment
                 / path-empty      ; zero characters

path-abempty  = *( "/" segment )
path-absolute = "/" [ segment-nz *( "/" segment ) ]
path-noscheme = segment-nz-nc *( "/" segment )
path-rootless = segment-nz *( "/" segment )
path-empty    = 0<pchar>

segment       = *pchar
segment-nz    = 1*pchar
segment-nz-nc = 1*( unreserved / pct-encoded / sub-delims / "@" )
                 ; non-zero-length segment without any colon ":"

pchar         = unreserved / pct-encoded / sub-delims / ":" / "@"

query         = *( pchar / "/" / "?" )

fragment      = *( pchar / "/" / "?" )

pct-encoded   = "%" HEXDIG HEXDIG

unreserved    = ALPHA / DIGIT / "-" / "." / "_" / "~"
reserved      = gen-delims / sub-delims
gen-delims    = ":" / "/" / "?" / "#" / "[" / "]" / "@"
sub-delims    = "!" / "$" / "&" / "'" / "(" / ")"
                 / "*" / "+" / "," / ";" / "="
]]></sourcecode>
          </figure>
        </section>
      </section>
      <section anchor="integrated-grammars">
        <name>ABNF Definitions for Integrated Extension Parsers</name>
        <t>For some applications of EDN, it is an optimization to integrate
parsers for the content of some prefixed single-quoted string literals into
the main parser, handling both the string literal syntax (e.g., escapes such
as <tt>\'</tt> and <tt>\\</tt>) and the syntax of the extension content in one go.</t>
        <t>For application-extensions that only use printable ASCII characters
(from U+0020 to U+007E) minus single-quote <tt>'</tt> and backslash <tt>\</tt>, the ABNF
such as that given in <xref target="app-grammars"/> can be directly used as an
integrated parser, after adding some glue ABNF.
For instance, for app-string-dt, add an alternative to <tt>bstr</tt> that
points to a rule for prefixed single-quoted string literals (<xref target="abnf-grammar-sq-glue"/>).</t>
        <figure anchor="abnf-grammar-sq-glue">
          <name>Glue ABNF for Integrated DT Parser</name>
          <sourcecode type="abnf" name="cbor-edn-glue.abnf"><![CDATA[
bstr            = sq-app-string-dt /
                  app-string / sqstr / app-sequence / embedded
sq-app-string-dt = (%s"dt'"/%s"DT'") app-string-dt "'"
]]></sourcecode>
        </figure>
        <t>To facilitate writing integrated ABNF for more complex prefixed
string literals, the ABNF definitions in <xref target="abnf-grammar-sq"/> may
be useful and are used in the rest of this section.</t>
        <figure anchor="abnf-grammar-sq">
          <name>ABNF Definitions Useful for Integrated Extension Parsers</name>
          <sourcecode type="abnf" name="cbor-edn-intcommon.abnf"><![CDATA[
i-HT =        %s"\t" / %s"\u" ("0009" / "{" *("0") "9}")
i-LF = %x0a / %s"\n" / %s"\u" ("000A" / "{" *("0") "A}")
i-CR = %x0d / %s"\r" / %s"\u" ("000D" / "{" *("0") "D}")

i-blank = i-LF / i-CR / " "
i-non-lf = i-HT / i-CR / %x20-26 / "\'" / %x28-5b
         / "\\" / %x5d-7f / i-NONASCII

i-NONASCII = NONASCII / %s"\u" ESCGE7F

; hex escaping for U+007F or greater
ESCGE7F = "D" ("8"/"9"/"A"/"B") 2HEXDIG
          %s"\u" "D" ("C"/"D"/"E"/"F") 2HEXDIG
        / FOURHEX1 / "0" HEXDIG1 2HEXDIG / "00" TWOHEX1
        / "{" *("0")
          ("10" 4HEXDIG / HEXDIG1 4HEXDIG
           / FOURHEX1 / HEXDIG1 2HEXDIG / TWOHEX1)
          "}"

; xxxx - 0xxx - Dhigh\uDloow
FOURHEX1 = (DIGIT1 / "A"/"B"/"C" / "E"/"F") 3HEXDIG
         / "D" ODIGIT 2HEXDIG
; 00xx - ASCII + 007F
TWOHEX1  = ("8"/"9" / HEXDIGA) HEXDIG / "7F"
]]></sourcecode>
        </figure>
        <t>Similarly, for integrated parsers for extension literals built from raw strings, the ABNF
definitions in <xref target="abnf-grammar-rs"/> can be useful.
<tt>fitrawdelim</tt> only matches sequences of backquotes that are exactly as
long as a previous <tt>startrawdelim</tt>.</t>
        <figure anchor="abnf-grammar-rs">
          <name>ABNF Definitions Useful for Raw String Integrated Extension Parsers</name>
          <sourcecode type="abnf" name="cbor-edn-raw-intcommon.abnf"><![CDATA[
fitrawdelim  = rawdelim ; width == previous startrawdelim
r-non-lf = %x0D / %x20-5f / %x61-7f / NONASCII / shortrawdelim
]]></sourcecode>
        </figure>
        <aside>
          <t>In a PEG parser that implements predicates, the matching rule for fitrawdelim
can for instance be implemented as follows:</t>
          <artwork><![CDATA[
 fitrawdelim = rawdelim&{|(rd)|rd.text_value.length == @rdlen}
]]></artwork>
        </aside>
        <t>Four subsections with ABNF for integrated parsers follow, a pair for
<tt>h''</tt> and <tt>b64''</tt>, and a pair for <tt>h``</tt> and <tt>b64``</tt>.
There is no requirement for a new application-extension to supply ABNF
for an integrated parser (or any ABNF at all!), in particular if the
parsing function is likely to be fulfilled by a platform library.
If ABNF for the content of a single-quoted string is available in an
application-extension specification, ABNF for an integrated parser can
be written as a separate activity or also automatically derived.
At the time of writing, one example for a tool performing such a
derivation is available as open-source software <xref target="ABNFROB"/>.</t>
        <section anchor="sq-h-grammar">
          <name>h'': ABNF Definition of Integrated Parser</name>
          <t>With glue ABNF similar to that in <xref target="abnf-grammar-sq-glue"/> and common
definitions in Figures <xref format="counter" target="abnf-grammar-ext-common"/> and <xref format="counter" target="abnf-grammar-sq"/>, ABNF such as
that shown in <xref target="abnf-grammar-sq-h"/> can be used as an integrated parser
for <tt>h</tt> prefixed single-quote strings.</t>
          <figure anchor="abnf-grammar-sq-h">
            <name>ABNF Definition for Integrated Hex Parser</name>
            <sourcecode type="abnf" name="cbor-edn-int-hsq.abnf"><![CDATA[
sq-app-string-h = %s"h'" s-app-string-h "'"
s-app-string-h = h-S *(HEXDIG h-S HEXDIG h-S / ellipsis h-S)
    [eol-comment *i-non-lf]

h-S = *(i-blank) *(h-comment *(i-blank))
h-non-slash = i-blank / %x21-26 / "\'" / %x28-2e
            / %x30-5b / "\\" / %x5d-7f / i-NONASCII
h-non-slash-star = i-blank / %x21-26 / "\'" / %x28-29 / %x2b-2e
                 / %x30-5b / "\\" / %x5d-7f / i-NONASCII
h-non-star = i-blank / %x21-26 / "\'" / %x28-29 / %x2b-5b
           / "\\" / %x5d-7f / i-NONASCII
h-ends-in-star = *h-non-star 1*"*"
h-comment = "/" h-non-slash-star *h-non-slash "/"
          / "/*" h-ends-in-star
                 *(h-non-slash-star h-ends-in-star) "/"
          / eol-comment *i-non-lf i-LF
]]></sourcecode>
          </figure>
        </section>
        <section anchor="sq-b64-grammar">
          <name>b64'': ABNF Definition of Integrated Parser</name>
          <t>With glue ABNF similar to that in <xref target="abnf-grammar-sq-glue"/> and common
definitions in Figures <xref format="counter" target="abnf-grammar-ext-common"/> and <xref format="counter" target="abnf-grammar-sq"/>, ABNF such as
that shown in <xref target="abnf-grammar-sq-b64"/> can be used as an integrated parser
for <tt>b64</tt> prefixed single-quote strings.</t>
          <figure anchor="abnf-grammar-sq-b64">
            <name>ABNF Definition for Integrated Base64 Parser</name>
            <sourcecode type="abnf" name="cbor-edn-int-b64sq.abnf"><![CDATA[
sq-app-string-b64 = %s"b64'" s-app-string-b64 "'"
s-app-string-b64  = b64-S *(4(b64dig b64-S))
                  [b64dig b64-S b64dig b64-S
                   ["=" b64-S "=" / b64dig b64-S ["="]] b64-S]
                  ["#" *i-non-lf]
b64dig          = ALPHA / DIGIT / "-" / "_" / "+" / "/"
b64-S           = *i-blank *(b64-comment *i-blank)
b64-comment     = "#" *i-non-lf %x0A
]]></sourcecode>
          </figure>
        </section>
        <section anchor="sq-h-raw-grammar">
          <name>h``: ABNF Definition of Integrated Parser</name>
          <t>With glue ABNF similar to that in <xref target="abnf-grammar-sq-glue"/> and common
definitions in Figures <xref format="counter" target="abnf-grammar-ext-common"/>, <xref format="counter" target="abnf-grammar-sq"/>
and
<xref format="counter" target="abnf-grammar-rs"/>, ABNF such as that shown in <xref target="abnf-grammar-rs-h"/> can
be used as an integrated parser for <tt>h</tt> prefixed raw strings.</t>
          <figure anchor="abnf-grammar-rs-h">
            <name>ABNF Definition for Integrated Raw String Hex Parser</name>
            <sourcecode type="abnf" name="cbor-edn-int-hraw.abnf"><![CDATA[
raw-app-string-h = %s"h" startrawdelim r-app-string-h
r-app-string-h = rh-S *(HEXDIG rh-S HEXDIG rh-S / ellipsis rh-S)
    (eol-comment *r-non-lf matchrawdelim / fitrawdelim)
rh-S = *(lblank) *(rh-comment *(lblank))
rh-2 = %x61-7f / NONASCII / shortrawdelim
rh-non-slash = lblank / %x21-2e / %x30-5f / rh-2
rh-non-slash-star = lblank / %x21-29 / %x2b-2e / %x30-5f / rh-2
rh-non-star = lblank / %x21-29 / %x2b-5f / rh-2
rh-ends-in-star = *rh-non-star 1*"*"
rh-comment = "/" rh-non-slash-star *rh-non-slash "/"
           / "/*" rh-ends-in-star
                  *(rh-non-slash-star rh-ends-in-star) "/"
           / eol-comment *r-non-lf %x0A
]]></sourcecode>
          </figure>
        </section>
        <section anchor="sq-b64-raw-grammar">
          <name>b64``: ABNF Definition of Integrated Parser</name>
          <t>With glue ABNF similar to that in <xref target="abnf-grammar-sq-glue"/>, common
definitions in Figures <xref format="counter" target="abnf-grammar-ext-common"/>, <xref format="counter" target="abnf-grammar-sq"/>
and <xref format="counter" target="abnf-grammar-rs"/> as well as the rule
<tt>b64dig</tt> from <xref target="abnf-grammar-sq-b64"/>, ABNF such as
that shown in <xref target="abnf-grammar-rs-b64"/> can be used as an integrated parser
for <tt>b64</tt> prefixed raw strings.</t>
          <figure anchor="abnf-grammar-rs-b64">
            <name>ABNF Definition for Integrated Raw String Base64 Parser</name>
            <sourcecode type="abnf" name="cbor-edn-int-b64raw.abnf"><![CDATA[
raw-app-string-b64 = %s"b64" startrawdelim r-app-string-b64
r-app-string-b64  = rb64-S *(4(b64dig rb64-S))
                  [b64dig rb64-S b64dig rb64-S
                   ["=" rb64-S "=" / b64dig rb64-S ["="]] rb64-S]
                  ("#" *r-non-lf matchrawdelim / fitrawdelim)
rb64-S           = *lblank *(rb64-comment *lblank)
rb64-comment     = "#" *r-non-lf %x0A
]]></sourcecode>
          </figure>
        </section>
      </section>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <t><cref anchor="to-be-removed">RFC Editor: please replace RFC-XXXX with the RFC
number of this RFC, [IANA.cbor-diagnostic-notation] with a
reference to the new registry group, and remove this note.</cref></t>
      <section anchor="appext-iana">
        <name>CBOR Diagnostic Notation Application-extension Identifiers Registry</name>
        <t>IANA is requested to create an "Application-Extension Identifiers"
registry in a new "CBOR Diagnostic Notation" registry group
[IANA.cbor-diagnostic-notation], with the policy "expert review"
(Section <xref target="RFC8126" section="4.5" sectionFormat="bare"/> of RFC 8126 <xref target="BCP26"/>).</t>
        <t anchor="de-instructions">The experts are instructed to be frugal in the allocation of
application-extension identifiers that are suggestive of generally applicable semantics,
keeping them in reserve for application-extensions that are likely to enjoy wide
use and can make good use of their conciseness.
The expert is also instructed to direct the registrant to provide a
specification (Section <xref target="RFC8126" section="4.6" sectionFormat="bare"/> of RFC 8126 <xref target="BCP26"/>), but can make exceptions,
for instance when a specification is not available at the time of
registration but is likely forthcoming.
If the expert becomes aware of application-extension identifiers that are deployed and
in use, they may also initiate a registration on their own if
they deem such a registration can avert potential future collisions.</t>
        <t>Each entry in the registry must include:</t>
        <dl newline="true">
          <dt>Application-Extension Identifier:</dt>
          <dd>
            <t>a lower case ASCII <xref target="STD80"/> string that starts with a letter and can
contain letters, digits, and hyphens after that (<tt>[a-z][a-z0-9-]*</tt>).
No other entry in the registry can have the same
application-extension identifier.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>a brief description</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>(see Section <xref target="RFC8126" section="2.3" sectionFormat="bare"/> of RFC 8126 <xref target="BCP26"/>)</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>a reference document that provides a description of the
application-extension identifier</t>
          </dd>
        </dl>
        <t>The initial content of the registry is shown in <xref target="tab-iana"/>; all
initial entries have the Change Controller "IETF".</t>
        <table anchor="tab-iana">
          <name>Initial Content of Application-extension Identifier Registry</name>
          <thead>
            <tr>
              <th align="left">Application-extension Identifier</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">h</td>
              <td align="left">Reserved</td>
              <td align="left">RFC8949</td>
            </tr>
            <tr>
              <td align="left">b32</td>
              <td align="left">Reserved</td>
              <td align="left">RFC8949</td>
            </tr>
            <tr>
              <td align="left">h32</td>
              <td align="left">Reserved</td>
              <td align="left">RFC8949</td>
            </tr>
            <tr>
              <td align="left">b64</td>
              <td align="left">Reserved</td>
              <td align="left">RFC8949</td>
            </tr>
            <tr>
              <td align="left">false</td>
              <td align="left">Reserved</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">true</td>
              <td align="left">Reserved</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">null</td>
              <td align="left">Reserved</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">undefined</td>
              <td align="left">Reserved</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">dt</td>
              <td align="left">Date/Time</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">ip</td>
              <td align="left">IP Address/Prefix</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">hash</td>
              <td align="left">Cryptographic Hash</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">cri</td>
              <td align="left">Constrained Resource Identifier</td>
              <td align="left">RFC-XXXX, <xref target="I-D.ietf-core-href"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="reg-ei">
        <name>Encoding Indicators</name>
        <t>IANA is requested to create an "Encoding Indicators"
registry in the newly created "CBOR Diagnostic Notation" registry group
[IANA.cbor-diagnostic-notation], with the policy "specification required"
(Section <xref target="RFC8126" section="4.6" sectionFormat="bare"/> of RFC 8126 <xref target="BCP26"/>).</t>
        <t anchor="de-instructions-ei">The experts are instructed to be frugal in the allocation of
encoding indicators that are suggestive of generally applicable semantics,
keeping them in reserve for encoding indicator registrations that are likely to enjoy wide
use and can make good use of their conciseness.
If the expert becomes aware of encoding indicators that are deployed and
in use, they may also solicit a specification and initiate a registration on their own if
they deem such a registration can avert potential future collisions.</t>
        <t>Each entry in the registry must include:</t>
        <dl newline="true">
          <dt>Encoding Indicator:</dt>
          <dd>
            <t>an ASCII <xref target="STD80"/> string that starts with an underscore letter and
can contain zero or more underscores, letters and digits after that
(<tt>_[_A-Za-z0-9]*</tt>). No other entry in the registry can have the same
Encoding Indicator.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>a brief description.
This description may employ an abbreviation of the form <tt>ai=</tt>nn,
where nn is the numeric value of the field <em>additional information</em>, the
low-order 5 bits of the initial byte (see Section <xref target="RFC8949" section="3" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>).</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>(see Section <xref target="RFC8126" section="2.3" sectionFormat="bare"/> of RFC 8126 <xref target="BCP26"/>)</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>a reference document that provides a description of the
application-extension identifier</t>
          </dd>
        </dl>
        <t>The initial content of the registry is shown in <xref target="tab-iana-ei"/>; all
initial entries have the Change Controller "IETF".</t>
        <table anchor="tab-iana-ei">
          <name>Initial Content of Encoding Indicator Registry</name>
          <thead>
            <tr>
              <th align="left">Encoding Indicator</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">_</td>
              <td align="left">Indefinite Length Encoding (ai=31)</td>
              <td align="left">RFC8949, RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_i</td>
              <td align="left">ai=0 to ai=23</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_0</td>
              <td align="left">ai=24</td>
              <td align="left">RFC8949, RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_1</td>
              <td align="left">ai=25</td>
              <td align="left">RFC8949, RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_2</td>
              <td align="left">ai=26</td>
              <td align="left">RFC8949, RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_3</td>
              <td align="left">ai=27</td>
              <td align="left">RFC8949, RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_4</td>
              <td align="left">Reserved (for ai=28)</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_5</td>
              <td align="left">Reserved (for ai=29)</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_6</td>
              <td align="left">Reserved (for ai=30)</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="left">_7</td>
              <td align="left">Reserved (see _)</td>
              <td align="left">RFC8949, RFC-XXXX</td>
            </tr>
          </tbody>
        </table>
        <aside>
          <t>As the "Reference" column reflects, all the encoding indicators
initially registered are already defined in Section <xref target="RFC8949" section="8.1" sectionFormat="bare"/> of RFC 8949 <xref target="STD94"/>,
with the exception of <tt>_i</tt>, which is defined in <xref target="grammar"/> of the
present document.</t>
        </aside>
      </section>
      <section anchor="media-type">
        <name>Media Type</name>
        <t>IANA is requested to add the following Media-Type to the "Media Types"
registry <xref target="IANA.media-types"/>.</t>
        <table anchor="new-media-type">
          <name>New Media Type application/cbor-diagnostic</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Template</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">cbor-diagnostic</td>
              <td align="left">application/cbor-diagnostic</td>
              <td align="left">RFC-XXXX, <xref target="media-type"/></td>
            </tr>
          </tbody>
        </table>
        <dl spacing="compact">
          <dt>Type name:</dt>
          <dd>
            <t>application</t>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t>cbor-diagnostic</t>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t>N/A</t>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t>N/A</t>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t>binary (UTF-8)</t>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t><xref target="seccons"/> of RFC XXXX</t>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t>none</t>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t><xref target="media-type"/> of RFC XXXX</t>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t>Tools interchanging a human-readable form of CBOR</t>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t>The syntax and semantics of fragment identifiers is as specified for
"application/cbor".  (At publication of RFC XXXX, there is no
fragment identification syntax defined for "application/cbor".)</t>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <t><br/>
            </t>
            <dl>
              <dt>Deprecated alias names for this type:</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>Magic number(s):</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>File extension(s):</dt>
              <dd>
                <t>.diag</t>
              </dd>
              <dt>Macintosh file type code(s):</dt>
              <dd>
                <t>N/A</t>
              </dd>
            </dl>
          </dd>
          <dt>Person &amp; email address to contact for further information:</dt>
          <dd>
            <t>CBOR WG mailing list (cbor@ietf.org),
or IETF Applications and Real-Time Area (art@ietf.org)</t>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>LIMITED USE</t>
          </dd>
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>CBOR diagnostic notation represents CBOR data items, which are the
format intended for actual interchange.
The media type application/cbor-diagnostic is intended to be used
within documents about CBOR data items, in diagnostics for human
consumption, and in other representations of CBOR data items that
are necessarily text-based such as in configuration files or other
data edited by humans, often under source-code control.</t>
          </dd>
          <dt>Author/Change controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Provisional registration:</dt>
          <dd>
            <t>no</t>
          </dd>
        </dl>
      </section>
      <section anchor="content-format">
        <name>Content-Format</name>
        <t>IANA is requested to register a Content-Format number in the
<xref section="&quot;CoAP Content-Formats&quot;" relative="#content-formats" sectionFormat="bare" target="IANA.core-parameters"/>
sub-registry, within the "Constrained RESTful Environments (CoRE)
Parameters" Registry <xref target="IANA.core-parameters"/>, as follows:</t>
        <table anchor="tab-content-format">
          <name>New Content-Format for application/cbor-diagnostic</name>
          <thead>
            <tr>
              <th align="left">Content-Type</th>
              <th align="left">Content Coding</th>
              <th align="left">ID</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">application/cbor-diagnostic</td>
              <td align="left">-</td>
              <td align="left">TBD1</td>
              <td align="left">RFC-XXXX</td>
            </tr>
          </tbody>
        </table>
        <t>TBD1 is to be assigned from the space 256..9999, according to the
procedure "IETF Review or IESG Approval", preferably a number less
than 1000.</t>
      </section>
      <section anchor="iana-standin">
        <name>Stand-in Tags</name>
        <t><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>In the "CBOR Tags" registry <xref target="IANA.cbor-tags"/>, IANA is requested to assign the
tags in <xref target="tab-tag-values"/> from the "specification required" space
(suggested assignments: 888 and 999), 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>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">CPA888</td>
              <td align="left">null or array</td>
              <td align="left">Diagnostic Notation Ellipsis</td>
              <td align="left">RFC-XXXX</td>
            </tr>
            <tr>
              <td align="right">CPA999</td>
              <td align="left">array</td>
              <td align="left">Diagnostic Notation<br/>Unresolved Application-Extension</td>
              <td align="left">RFC-XXXX</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="seccons">
      <name>Security considerations</name>
      <t>The security considerations of <xref target="STD94"/> and <xref target="RFC8610"/> apply.</t>
      <t>The EDN specification provides two explicit extension points,
application-extension identifiers (<xref target="appext-iana"/>) and encoding
indicators (<xref target="reg-ei"/>).
Extensions introduced this way can have their own security
considerations (see, e.g., <xref section="5" sectionFormat="of" target="I-D.ietf-cbor-edn-e-ref"/>).
When implementing tools that support the use of EDN extensions, the
implementer needs to be careful not to inadvertently introduce a
vector for an attacker to invoke extensions not planned for by the
tool operator, who might not have considered security considerations
of specific extensions such as those posed by their use of
dereferenceable identifiers (<xref section="6" sectionFormat="of" target="I-D.bormann-t2trg-deref-id"/>).
For instance, tools might require explicitly enabling the use of each
extension that is not on an allowlist.
This task can possibly be
made less onerous by combining it with a mechanism for supplying any
parameters controlling such an extension.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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>
        <referencegroup anchor="STD68" target="https://www.rfc-editor.org/info/std68">
          <reference anchor="RFC5234" target="https://www.rfc-editor.org/info/rfc5234">
            <front>
              <title>Augmented BNF for Syntax Specifications: ABNF</title>
              <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
              <author fullname="P. Overell" initials="P." surname="Overell"/>
              <date month="January" year="2008"/>
              <abstract>
                <t>Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="68"/>
            <seriesInfo name="RFC" value="5234"/>
            <seriesInfo name="DOI" value="10.17487/RFC5234"/>
          </reference>
        </referencegroup>
        <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>
        <reference anchor="RFC7405">
          <front>
            <title>Case-Sensitive String Support in ABNF</title>
            <author fullname="P. Kyzivat" initials="P." surname="Kyzivat"/>
            <date month="December" year="2014"/>
            <abstract>
              <t>This document extends the base definition of ABNF (Augmented Backus-Naur Form) to include a way to specify US-ASCII string literals that are matched in a case-sensitive manner.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7405"/>
          <seriesInfo name="DOI" value="10.17487/RFC7405"/>
        </reference>
        <reference anchor="RFC3339">
          <front>
            <title>Date and Time on the Internet: Timestamps</title>
            <author fullname="G. Klyne" initials="G." surname="Klyne"/>
            <author fullname="C. Newman" initials="C." surname="Newman"/>
            <date month="July" year="2002"/>
            <abstract>
              <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3339"/>
          <seriesInfo name="DOI" value="10.17487/RFC3339"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC3987">
          <front>
            <title>Internationalized Resource Identifiers (IRIs)</title>
            <author fullname="M. Duerst" initials="M." surname="Duerst"/>
            <author fullname="M. Suignard" initials="M." surname="Suignard"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>This document defines a new protocol element, the Internationalized Resource Identifier (IRI), as a complement of the Uniform Resource Identifier (URI). An IRI is a sequence of characters from the Universal Character Set (Unicode/ISO 10646). A mapping from IRIs to URIs is defined, which means that IRIs can be used instead of URIs, where appropriate, to identify resources.</t>
              <t>The approach of defining a new protocol element was chosen instead of extending or changing the definition of URIs. This was done in order to allow a clear distinction and to avoid incompatibilities with existing software. Guidelines are provided for the use and deployment of IRIs in various protocols, formats, and software components that currently deal with URIs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3987"/>
          <seriesInfo name="DOI" value="10.17487/RFC3987"/>
        </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="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="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.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.media-types" target="https://www.iana.org/assignments/media-types">
          <front>
            <title>Media Types</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.core-parameters" target="https://www.iana.org/assignments/core-parameters">
          <front>
            <title>Constrained RESTful Environments (CoRE) Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <referencegroup anchor="BCP26" target="https://www.rfc-editor.org/info/bcp26">
          <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
            <front>
              <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
              <author fullname="M. Cotton" initials="M." surname="Cotton"/>
              <author fullname="B. Leiba" initials="B." surname="Leiba"/>
              <author fullname="T. Narten" initials="T." surname="Narten"/>
              <date month="June" year="2017"/>
              <abstract>
                <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
                <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
                <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="26"/>
            <seriesInfo name="RFC" value="8126"/>
            <seriesInfo name="DOI" value="10.17487/RFC8126"/>
          </reference>
        </referencegroup>
        <referencegroup anchor="STD80" target="https://www.rfc-editor.org/info/std80">
          <reference anchor="RFC0020" target="https://www.rfc-editor.org/info/rfc20">
            <front>
              <title>ASCII format for network interchange</title>
              <author fullname="V.G. Cerf" initials="V.G." surname="Cerf"/>
              <date month="October" year="1969"/>
            </front>
            <seriesInfo name="STD" value="80"/>
            <seriesInfo name="RFC" value="20"/>
            <seriesInfo name="DOI" value="10.17487/RFC0020"/>
          </reference>
        </referencegroup>
        <reference anchor="I-D.ietf-core-href">
          <front>
            <title>Constrained Resource Identifiers</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="21" month="November" year="2025"/>
            <abstract>
              <t>   The Constrained Resource Identifier (CRI) is a complement to the
   Uniform Resource Identifier (URI) that represents the URI components
   in Concise Binary Object Representation (CBOR) rather than as a
   sequence of characters.  This approach simplifies parsing,
   comparison, and reference resolution in environments with severe
   limitations on processing power, code size, and memory size.

   This RFC updates RFC 7595 by adding a column on the "URI Schemes"
   registry.


   // (This "cref" paragraph will be removed by the RFC editor:) After
   // approval of -28 and nit fixes in -29, the present revision -30
   // contains two more small fixes for nits that were uncovered in the
   // RPC intake process.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-href-30"/>
        </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="C" target="https://www.iso.org/standard/82075.html">
          <front>
            <title>Information technology — Programming languages — C</title>
            <author>
              <organization>International Organization for Standardization</organization>
            </author>
            <date year="2024" month="October"/>
          </front>
          <seriesInfo name="ISO/IEC" value="9899:2024"/>
          <annotation> 
The standard is widely known as C23. Its technical content is also available via <eref target="https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf">https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf</eref>.</annotation>
          <refcontent>Edition 5</refcontent>
        </reference>
        <reference anchor="Cplusplus" target="https://www.iso.org/standard/83626.html">
          <front>
            <title>Programming languages — C++</title>
            <author>
              <organization>International Organization for Standardization</organization>
            </author>
            <date year="2024" month="October"/>
          </front>
          <seriesInfo name="ISO/IEC" value="14882:2024"/>
          <annotation> 
The standard is widely known as C++23. Its technical content is also available via <eref target="https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/n4950.pdf">https://open-std.org/jtc1/sc22/wg21/docs/papers/2023/n4950.pdf</eref>.</annotation>
          <refcontent>Edition 7</refcontent>
        </reference>
        <referencegroup anchor="BCP14" target="https://www.rfc-editor.org/info/bcp14">
          <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
            <front>
              <title>Key words for use in RFCs to Indicate Requirement Levels</title>
              <author fullname="S. Bradner" initials="S." surname="Bradner"/>
              <date month="March" year="1997"/>
              <abstract>
                <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. 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="14"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
          </reference>
          <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
            <front>
              <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
              <author fullname="B. Leiba" initials="B." surname="Leiba"/>
              <date month="May" year="2017"/>
              <abstract>
                <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="14"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
          </reference>
        </referencegroup>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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>
        <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="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </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>
        <referencegroup anchor="STD90" target="https://www.rfc-editor.org/info/std90">
          <reference anchor="RFC8259" target="https://www.rfc-editor.org/info/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>
        </referencegroup>
        <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="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="1" month="March" year="2026"/>
            <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, from
   implementers of CBOR libraries, and from implementers 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 still rather drafty, 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-03"/>
        </reference>
        <reference anchor="RFC9165">
          <front>
            <title>Additional Control Operators for the Concise Data Definition Language (CDDL)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides "control operators" as its main language extension point.</t>
              <t>The present document defines a number of control operators that were not yet ready at the time RFC 8610 was completed:.plus,.cat, and.det for the construction of constants;.abnf/.abnfb for including ABNF (RFC 5234 and RFC 7405) in CDDL specifications; and.feature for indicating the use of a non-basic feature in an instance.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9165"/>
          <seriesInfo name="DOI" value="10.17487/RFC9165"/>
        </reference>
        <reference anchor="RFC9682">
          <front>
            <title>Updates to the Concise Data Definition Language (CDDL) Grammar</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="November" year="2024"/>
            <abstract>
              <t>The Concise Data Definition Language (CDDL), as defined in RFCs 8610 and 9165, provides an easy and unambiguous way to express structures for protocol messages and data formats that are represented in Concise Binary Object Representation (CBOR) or JSON.</t>
              <t>This document updates RFC 8610 by addressing related errata reports and making other small fixes for the ABNF grammar defined for CDDL.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9682"/>
          <seriesInfo name="DOI" value="10.17487/RFC9682"/>
        </reference>
        <reference anchor="I-D.ietf-cbor-edn-e-ref">
          <front>
            <title>External References to Values in CBOR Diagnostic Notation (EDN)</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="1" month="March" year="2026"/>
            <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.

   CBOR diagnostic notation (EDN) is widely used to represent CBOR data
   items in a way that is accessible to humans, for instance for
   examples in a specification.  At the time of writing, EDN did not
   provide mechanisms for composition of such examples from multiple
   components or sources.  This document uses EDN application extensions
   to provide two such mechanisms, both of which insert an imported data
   item into the data item being described in EDN:

   The e'' application extension provides a way to import data items,
   particularly constant values, from a CDDL model (which itself has
   ways to provide composition).

   The ref'' application extension provides a way to import data items
   that are described in EDN.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-edn-e-ref-03"/>
        </reference>
        <reference anchor="I-D.bormann-t2trg-deref-id">
          <front>
            <title>The "dereferenceable identifier" pattern</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="24" month="February" year="2026"/>
            <abstract>
              <t>   In a protocol or an application environment, it is often important to
   be able to create unambiguous identifiers for some meaning (concept
   or some entity).

   Due to the simplicity of creating URIs, these have become popular for
   this purpose.  Beyond the purpose of identifiers to be uniquely
   associated with a meaning, some of these URIs are in principle
   _dereferenceable_, so something can be placed that can be retrieved
   when encountering such a URI.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-t2trg-deref-id-07"/>
        </reference>
        <reference anchor="RFC9512">
          <front>
            <title>YAML Media Type</title>
            <author fullname="R. Polli" initials="R." surname="Polli"/>
            <author fullname="E. Wilde" initials="E." surname="Wilde"/>
            <author fullname="E. Aro" initials="E." surname="Aro"/>
            <date month="February" year="2024"/>
            <abstract>
              <t>This document registers the application/yaml media type and the +yaml structured syntax suffix with IANA. Both identify document components that are serialized according to the YAML specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9512"/>
          <seriesInfo name="DOI" value="10.17487/RFC9512"/>
        </reference>
        <reference anchor="YAML" target="https://yaml.org/spec/1.2.2/">
          <front>
            <title>YAML Ain't Markup Language (YAML™) Version 1.2</title>
            <author initials="O." surname="Ben-Kiki" fullname="Oren Ben-Kiki">
              <organization/>
            </author>
            <author initials="C." surname="Evans" fullname="Clark Evans">
              <organization/>
            </author>
            <author initials="I." surname="döt Net" fullname="Ingy döt Net">
              <organization/>
            </author>
            <date year="2021" month="October" day="01"/>
          </front>
          <refcontent>Revision 1.2.2</refcontent>
        </reference>
        <reference anchor="ABNFROB" target="https://github.com/cabo/abnftt">
          <front>
            <title>PEG-parsing using ABNF grammars (via treetop)</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="EDN-WIKI" target="https://github.com/cbor-wg/edn/wiki">
          <front>
            <title>EDN Wiki</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 2818?>

<section anchor="edn-and-cddl">
      <name>EDN and CDDL</name>
      <t>This appendix is for information.</t>
      <t>EDN was designed as a language to provide a human-readable
representation of an instance, i.e., a single CBOR data item or CBOR
sequence.
CDDL was designed as a language to describe an (often large) set of
such instances (which itself constitutes a language), in the form of a
<em>data definition</em> or <em>grammar</em> (or sometimes called <em>schema</em>).</t>
      <t>The two languages share some similarities, not the least because they
have mutually inspired each other.
But they have very different roots:</t>
      <ul spacing="normal">
        <li>
          <t>EDN syntax is an extension to JSON syntax <xref target="STD90"/>.
(Any (interoperable) JSON text is also valid EDN.)</t>
        </li>
        <li>
          <t>CDDL syntax is inspired by ABNF's syntax <xref target="STD68"/>.</t>
        </li>
      </ul>
      <t>For engineers that are using both EDN and CDDL, it is easy to write
"CDDLisms" or "EDNisms" into their drafts that are meant to be in the
other language.
(This is one more of the many motivations to always validate formal
language instances with tools.)</t>
      <t>Important differences include:</t>
      <ul spacing="normal">
        <li>
          <t>Comment syntax.  CDDL inherits ABNF's semicolon-delimited end of
line characters, while EDN finds nothing in JSON that could be inherited here.
Inspired by JavaScript, EDN simplifies JavaScript's copy of the
original C comment syntax to be delimited by single slashes (where
line breaks are not of interest); it also adds traditional C-style
inline comments (<tt>/*</tt> ... <tt>*/</tt>) and end-of-line comments
that start with <tt>#</tt> or <tt>//</tt>.  </t>
          <dl spacing="compact">
            <dt>EDN:</dt>
            <dd>
              <sourcecode type="cbor-diag"><![CDATA[
{ / alg / 1: -7 / ECDSA 256 / }
,
{ 1:   # alg
    -7 # ECDSA 256
}
]]></sourcecode>
            </dd>
            <dt>CDDL:</dt>
            <dd>
              <t><tt>? 1 =&gt; int / tstr,  ; algorithm identifier</tt></t>
            </dd>
          </dl>
        </li>
        <li>
          <t>Syntax for tags.  CDDL's tag syntax is part of the system for
referring to CBOR's fundamentals (the major type 6, in this case)
and (with <xref target="RFC9682"/>) allows specifying the actual tag number
separately, while EDN's tag syntax is a simple decimal number and a
pair of parentheses.  </t>
          <dl>
            <dt>EDN:</dt>
            <dd>
              <artwork><![CDATA[
98([h'', # empty encoded protected header
    {},  # empty unprotected header
    ...  # rest elided here
   ])
]]></artwork>
            </dd>
            <dt>CDDL:</dt>
            <dd>
              <t><tt>COSE_Sign_Tagged = #6.98(COSE_Sign)</tt></t>
            </dd>
          </dl>
        </li>
        <li>
          <t>Embedded CBOR.  EDN has a special syntax to describe the content of
byte strings that are encoded CBOR data items.  CDDL can specify
these with a control operator, which looks very different.  </t>
          <dl>
            <dt>EDN:</dt>
            <dd>
              <artwork><![CDATA[
98([<< {/alg/ 1: -7 /ECDSA 256/} >>, # == h'a10126'
    ...                              # rest elided here
   ])
]]></artwork>
            </dd>
            <dt>CDDL:</dt>
            <dd>
              <t><tt>serialized_map = bytes .cbor header_map</tt></t>
            </dd>
          </dl>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="list-of-figures">
      <name>List of Figures</name>
      <dl spacing="compact" indent="11">
        <dt><xref target="abnf-grammar"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar"/></t>
        </dd>
        <dt><xref target="abnf-grammar-ext-common"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-ext-common"/></t>
        </dd>
        <dt><xref target="abnf-grammar-h"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-h"/></t>
        </dd>
        <dt><xref target="abnf-grammar-b64"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-b64"/></t>
        </dd>
        <dt><xref target="abnf-grammar-dt"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-dt"/></t>
        </dd>
        <dt><xref target="abnf-grammar-ip"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-ip"/></t>
        </dd>
        <dt><xref target="abnf-grammar-cri"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-cri"/></t>
        </dd>
        <dt><xref target="abnf-grammar-sq-glue"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-sq-glue"/></t>
        </dd>
        <dt><xref target="abnf-grammar-sq"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-sq"/></t>
        </dd>
        <dt><xref target="abnf-grammar-rs"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-rs"/></t>
        </dd>
        <dt><xref target="abnf-grammar-sq-h"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-sq-h"/></t>
        </dd>
        <dt><xref target="abnf-grammar-sq-b64"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-sq-b64"/></t>
        </dd>
        <dt><xref target="abnf-grammar-rs-h"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-rs-h"/></t>
        </dd>
        <dt><xref target="abnf-grammar-rs-b64"/>:</dt>
        <dd>
          <t><xref format="title" target="abnf-grammar-rs-b64"/></t>
        </dd>
      </dl>
    </section>
    <section numbered="false" anchor="list-of-tables">
      <name>List of Tables</name>
      <dl spacing="compact" indent="11">
        <dt><xref target="tab-ei"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-ei"/></t>
        </dd>
        <dt><xref target="tab-numbers"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-numbers"/></t>
        </dd>
        <dt><xref target="tab-equiv-dt"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-equiv-dt"/></t>
        </dd>
        <dt><xref target="tab-equiv-ip"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-equiv-ip"/></t>
        </dd>
        <dt><xref target="tab-equiv-hash"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-equiv-hash"/></t>
        </dd>
        <dt><xref target="tab-prefixes"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-prefixes"/></t>
        </dd>
        <dt><xref target="tab-iana"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-iana"/></t>
        </dd>
        <dt><xref target="tab-iana-ei"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-iana-ei"/></t>
        </dd>
        <dt><xref target="new-media-type"/>:</dt>
        <dd>
          <t><xref format="title" target="new-media-type"/></t>
        </dd>
        <dt><xref target="tab-content-format"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-content-format"/></t>
        </dd>
        <dt><xref target="tab-tag-values"/>:</dt>
        <dd>
          <t><xref format="title" target="tab-tag-values"/></t>
        </dd>
      </dl>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The concept of application-oriented extensions to diagnostic notation,
as well as the definition for the "dt" extension, were inspired by the
CoRAL work by Klaus Hartke.</t>
      <t>(TBD)</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
/KhPFdmNKRmRsdslyDhIJB1rebFDWNcrqXdROjEuCGs2t4qptSf6l0uV5uAx
ZSHPzDq7o9nan1mFydEepOIsoWayFYpyVCvR8QF0r99Ps9v061qv9kzGLw+A
NVoI7y4eKH5Is4iWMdVuILacrDOkaA8LvXo5HqsTjGPGJr8BebK7zMQb9lNE
60qYnDaR7M8V9WGrKrG6goJ4PW4yEqNI5R8VartrqUUhGh5Joc+5XSqhXRLY
2qv++QlzgE5hxMKFvFBlPeYcwybEhiiVMe/nKJuMMFQpmBYLNaXZKKvqoUpR
5DU5ch23ViPrBJBsX+emIM6SwwOiRmd2LOIb3AfCfVLduazx4/DnlqdhjiUf
hVgnfLTjBUU7RZW5BLJjbZMU3yFHynhCeRLNjKaCJySZualKYz1KVSj8kluN
a+ydXls97dC1ecZqZFeVtCmysCSTN8s350klIFthan3K7OgSUxg1Nh4M5enZ
AifsjDivDha/mnPRKz8BPT7Hwgzywzp2FXhoTXPPfYEztMHb7plfqtvq6rAQ
xXjQt6nu5/JZ6tRAv1hLgdgINkeU521xvtXocG0dR7qxH5fwlDNmoJ9sCIZo
mkQyRDp8ZDiQtGGmz4Bn+lpf6bfEWz6uf391RmxmQ1+9OnunsjRu0S/eq/T9
SvmP+SdMj9IRHrSjOdpui0/rGLVFRxx8Kt4QUKcPttKVEhuLzXwBI9YLeAbv
jeGfBvHs5qXYvWSadRzPa0VL+9Lgca1d0090DdirWqiIk9norR5j2K8rXfuq
BptiHoHsKevzpzmPP1IEOcwBPqJmsaMzIFb0YYz2oqKKoe2gac9uV5qlAB9m
mcDdhbuP8+joWgsDtibBHL7Wb/H1d7ree3x++c3lG/0WF8uf32Ej+CY/NXby
7+gCVDM9ydvvlF1Zeaxa92MNB/z24j/BqzIif3FD8vd7xqytykMq2UBdPaLp
U8n2Vr2W4WuvuDfe/MrXxvjac36N995/7a/z2mVK9/WuVgHC8HPrgd9fRi9r
SjKYhB1TXpAdrTDpyo6fUHrZ8ZNNrrLjd0kwQpBMH8XcAt9rDTPLloUqgLb+
fk3/9cdBtzXYt1090f39bqu/v18xSK1v3h9qBkJu0IUGw+OqBr2a7ts37Qg9
aNA7rmoAvQ9bg2MdtHmih91W5eu1AU2oj028/unB1utPnohfJOPwUuIZI/33
YfzevWsf+EP1YemDHSsvL5xWDguveH3rVX4dlq02AWzTuXVrpklPMICJi/be
onaIZ3SNYIJRPoGCcr6S5u3FhAqa6MeLyWI6h6HZm4qU9kTggGJWzHtjmm2k
mcxDfDMptsVk8vYYIBnUm0b+O/gpsFhvvVJ7+rSG1m5de/asRq+uve6CV9fR
rclsbj7ZfaE0Z/CYinNWYK23kuv0Hawmv2U952ZFgVJpbIuayksV7aFrk7Br
+0fKHWwHNx/cofUe10Y1FUyRnt8z3yfIiABDV3eZdlyN0gameUMNxibB4uSV
za363uYjDWbJkjFWyLOTCH/352dn8+xr5KOogHBpx4Ouqhs/3dUW93aOvK63
YfW//tiNOvDXlPAHXMj9GX066LUOY/j08tXL06uzy8uGckfjNbd9dsJVAhdA
QOntFXBOf/vjqzcX+nEoS/FTNQ7fFpB0jNDvmNHxIbfjgWr5ZDqB4wiyPlJP
ovIUWfngwD3hBOZPqBPU64pqEpM5Y6YrVWzN9lwWN/VT98tTZYtZ2NfD+6iY
Z/T7q72tYTWueLLMDf4pMae4K4ihrhq69q5GOaXDKdU++V28j+9W0gV+3Ori
c03RK0EXBu+dGCSo1BP9UywWDICbY/3tG3FpxDQPJuVgkpaFc8WJh/3OqTkC
W/eU/zkXIFSL0stfu5f6XTywlzAGDIyZEF/r+g0gl4YiV3gqRGUacS/Uqtfq
x0wiu63DFx5gu2ZoOFxvN+Mp9sf3d0BNq8e1HYTNMJ0YCHe26df6se0JMNnj
GnW8mFXvmNmqcqfZomUyAgsQPCKuuNOpKf8H+bFT06X1P3bbCL9WEefO45r2
J7+LeX1cL3XtN2rs6N1fwGPZADx7ADubJIGSV6urUlvYP973x3XbAT1oQFuX
Gpkbf39VblwP0inD7QhaBYmXTRdn5S5qzRpepY6GWwYMP3571/BnXtEN3sKw
G9sU7xpVJQBEAVMxWXalPrur3yLGbKq3K9Yw/ExWBcXILYhskRzmYapym3LM
o3nKFz8FYurXNf29EfcEn5havrgW4pYRpwRreluDZo9vs/UUycU7JVhp5xsw
BCw/xKXEl6VUb6RSrBZCsv1D7ecalylBv4jWFEhTQIAe6vf8y/rNlbJfemZV
IFmMUap+fkV8BSeM//Grbrd7VC2HzPDtF6Kkn2FuGXr7bIfAg29/90JcuO3b
p9Vvr/FtwJfoHZCgYXsdF5t1ym3Od0hb2AYwLRD35PfoIwkwFo25SaVQAXuC
CPpnXi/hkfoa9UPoNp4tkukG+Cpsvn/mbVhrKhvmtvBXnUSHRwVyxiMGI/Vf
6Dpm9fyrbTkbrioKhzXUSiDcNaATvflP8Id///Er/OxPNP+Sie4ExXC0Vr5r
PHnBthRiDnQBxJe32F5qk7xjjQp/Yyq+PaoEia2zG9S0bv9e3Gbe78HbNHa9
ziIWbPQpbPVz+O+MqMoFfHpRa+jBLj0GrLh2XtOsa9B90YU0VDAijTFPbube
I4Qj3itgNLzJlV7DjYH+67UjmMkx/Mfza5ihVNBau/fP4L1z+M+swLzvdtZu
fA+2fCgz72j+0DNPHtpt+N57LNuD+DyoDmrB4ERPs3TPOIYAxHbb7W73MFb2
jQfgAF4IIAEh6wtgobUt1NwLDTAMStDdwxe1cjsA5PWGrJjbPUIL3PMu7HUP
/pOz4k05beidO4mLNPvd/7L9bvVKM+45+O39KwKwv/P/GnDS6nltdq+1/is3
EA6q4rGMg/DoFXLKJKfwWbdcyTXi3CJNT68hrL+yhFM6F079Ccr4ulLIF/b1
yRYZarVMRWBNBoBVJSwR09vfRrr0B1itZVLo7sd+X1cq+j72B63+wUOND/Ve
deOj1v7zBxrvn+mfKxvvnwOvXvGL5d2VqEXsb8AU4Va9YwZYBEzv17/GZdLY
Nc2skia8oq62Xq3t1WSae8YHj18t686+Fj3dsSjQ5OKEv/f49x78/qrUgWl/
SO0P1fMdv/fo954SGPaneko38zn9zbf0XO4q/g0AzVB7okP20HLE5DCAvXDp
pzzGQDU0CWLQovGCkIH9iRkaJ1NS5jaW3uh5rxjFn7861JzgBYhav1esD/QH
MS06djg0WGwq+hn2WvvYz2nrH9Rmq59NZT+n3/3w7emO8aSFsiy22/Fr3Flu
a/p7ot9ewwoABGD8d8oAqT/Bo27r/PDFCwLuiy5qpbsv4A955mDyBD+rsEmd
sMtPIpuxlxemUMA7wvXhMHyihUbnr2vkKBRP0zb2ilkWfqIKMMZkbYYxLsgc
2xPWgA6t9mjoRH+CZBqvrRsJV0qgSmN3bH/E3tmyuYxWq8Qmxc8psLHUsY37
o9DdZMJOa0tYxcKuMDEuoFg4U2Vj0tRJmgSvcqnLn8nR1fmc7J/zeLFyPtS+
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
OfUtsUUfoAGtn705aiT/B09eRY/j1wEA

-->

</rfc>
