<?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.31 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-cbor-cddl-modules-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="CDDL Module Structure">CDDL Module Structure</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-cddl-modules-06"/>
    <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>
    <author initials="B." surname="Moran" fullname="Brendan Moran">
      <organization>Arm Limited</organization>
      <address>
        <email>brendan.moran.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="March" day="01"/>
    <area>Applications and Real-Time</area>
    <workgroup>CBOR Maintenance and Extensions</workgroup>
    <keyword>Concise Data Definition Language</keyword>
    <abstract>
      <?line 59?>

<t>At the time of writing,
the Concise Data Definition Language (CDDL) is defined by
RFC 8610 and RFC 9682 as well as RFC 9165 and RFC 9741.
The latter two have used the extension point provided in RFC 8610,
the <em>control operator</em>.</t>
      <t>As CDDL is being used in larger projects, the need for
features has become known that cannot be easily
mapped into this single extension point.</t>
      <t>The present document defines a backward- and forward-compatible
way to add a module structure to CDDL.</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/cddl-modules/draft-ietf-cbor-cddl-modules.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-cbor-cddl-modules/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        CBOR Maintenance and Extensions 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/cddl-modules"/>.</t>
    </note>
  </front>
  <middle>
    <?line 77?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>At the time of writing,
the Concise Data Definition Language (CDDL) is defined by
RFC 8610 and RFC 9682 as well as RFC 9165 and RFC 9741.
The latter two have used the extension point provided in RFC 8610,
the <em>control operator</em>.</t>
      <t>As CDDL is being used in larger projects, the need for
features has become known that cannot be easily
mapped into this single extension point.</t>
      <t>The present document defines a backward- and forward-compatible
way to add a module structure to CDDL.</t>
      <t>The functionality of the present document is considered a core part of
what has colloquially been called CDDL 2.0, and is intended to be used
with (and orthogonal to) other recent specifications such as a small
set of CDDL grammar updates <xref target="RFC9682"/> and an additional exercise of
the control operator extension point <xref target="RFC9741"/> (a follow-up to
<xref target="RFC9165"/>).</t>
      <section anchor="conventions-and-definitions">
        <name>Conventions and Definitions</name>
        <t>The Terminology from <xref target="RFC8610"/> applies.</t>
        <t>Some examples use CDDL definitions from <xref target="RFC9052"/>.</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>
    <section anchor="module-superstructure">
      <name>Module superstructure</name>
      <dl>
        <dt><em>Compatibility</em>:</dt>
        <dd>
          <t>bidirectional (both backward and forward)</t>
        </dd>
      </dl>
      <t>Originally, CDDL was used for small data models that could be
expressed in a few lines.  As the size of data models that need to be
expressed in CDDL has increased, the need to modularize and re-use
components is increasing.</t>
      <t>CDDL as documented in <xref target="RFC8610"/> (<em>basic CDDL</em>) has been designed with a crude form of composition:
Concatenating a number of CDDL snippets creates a valid CDDL data
model unless there is a name collision (<em>identical</em> redefinition is
allowed to facilitate this approach).
With larger models, managing the overall name space to avoid collisions
becomes more pressing.</t>
      <t>In CDDL's original composition model,
the knowledge which CDDL snippets need to be concatenated in order to
obtain the desired data model lives entirely outside the CDDL snippets.
With the module structure defined in the present document, rule sets are
packaged as modules and referenced from other
modules, providing methods for control of namespace pollution.</t>
      <t>Further work may be expended on
unambiguous referencing into evolving specifications ("versioning")
and selection of alternatives (as was emulated with snippets in
<xref section="11" sectionFormat="of" target="RFC8428"/>.  Note that one approach for expressing
variants is demonstrated in <xref target="useful"/> based on <xref section="4" sectionFormat="of" target="RFC9165"/>).
Potential further work is outlined in Sections <xref target="I-D.bormann-cbor-cddl-2-draft" section="4" sectionFormat="bare"/> and <xref target="I-D.bormann-cbor-cddl-2-draft" section="A.2" sectionFormat="bare"/> of <xref target="I-D.bormann-cbor-cddl-2-draft"/>.</t>
      <section anchor="compatibility">
        <name>Compatibility</name>
        <t>To achieve the module structure in a way that is friendly to
existing environments that operate with CDDL and basic CDDL
implementations, we add a super-syntax (similar to the way pragmas
are often added to a language), by carrying them in <em>directives</em>.
Directives are parsed as comments in basic CDDL, so that each module
source file can at the same time be basic CDDL on its own.
This enables forward compatibility: a single file can be designed to
serve both as valid basic CDDL and as a module with directives that
specify how additional rule definitions are to be imported from other
source files.</t>
        <t>This bidirectional compatibility is useful to allow CDDL model
designers to start using directives before the bulk of the tools that
process CDDL has been updated to implement the present specification.</t>
      </section>
      <section anchor="namespacing">
        <name>Namespacing</name>
        <t>When importing rules from other modules, there is the potential for
name collisions.  This is exacerbated when the modules evolve, which
may lead to the introduction of a name into an imported module that is
also used (likely in a different way) in the importing module.</t>
        <t>To be able to manage names in such a way that collisions can be
avoided, we introduce means to prepend a prefix to the names of rules
being imported: the "as" clause.</t>
      </section>
      <section anchor="directives-the-module">
        <name>"Directives", the "module"</name>
        <t>This specification introduces <em>directives</em> into CDDL.
A single CDDL file becomes a <em>module</em> by processing the (zero or more)
directives in it.</t>
        <t>The semantics of the module are independent of the module(s) using it,
however, importing a module may involve transforming its rule names
into a new namespace (<xref target="namespacing"/>).</t>
        <t>Directives are parsed as comments in basic CDDL, so they do not interfere
with forward compatibility.</t>
        <t>In the CDDL module structure, lines that start with the prefix <tt>;#</tt> are
parsed as directives.</t>
      </section>
      <section anchor="naming-and-finding-modules">
        <name>Naming and Finding Modules</name>
        <t>We assume that module names are filenames taken from one of several
source directories available to the CDDL module structure processor via the
environment.
This avoids the need to nail down brittle pathnames or (partial?) URIs
into the CDDL files.</t>
        <t>The exact way how these source directories and possibly a precedence
between them are established is intentionally not fully defined in
this specification; it is expected that this will be specified in the
context of the models just as the way they are intended to be used
will be.  (A more formal structure may follow later.)</t>
        <t>In the module structure implementation that is part of the CDDL Tool
described in <xref target="cddlc-tool"/>, the set of sources is
determined from an environment variable, <tt>CDDL_INCLUDE_PATH</tt>, which is
modeled after usual command-line search paths.
It is a colon-separated list of pathnames to directories, with one
special feature: an empty element points to the tool's own collection.
This collection contains fragments of extracted CDDL from published
RFCs, using names such as <tt>rfc9052</tt>.</t>
        <t>(Future versions might augment this with Web extractors and/or ways to
extract CDDL modules from sites such as github and from Internet-Drafts; see
<xref section="A.2" sectionFormat="of" target="I-D.bormann-cbor-cddl-2-draft"/> for some design considerations.)</t>
        <t>The default <tt>CDDL_INCLUDE_PATH</tt> is:</t>
        <artwork><![CDATA[
.:
]]></artwork>
        <t>That is: files are found in the current directory (<tt>.</tt>) and, if not
found there, cddlc’s collection.</t>
        <t>In the examples that follow, a cddlc command line will be shown
(starting with an isolated <tt>$</tt> sign as in a shell command) with the
module-structured CDDL input; the
resulting basic CDDL will be shown separately.</t>
      </section>
      <section anchor="directives">
        <name>Basic Set of Directives</name>
        <t>Two groups of directives are defined at this point:</t>
        <ul spacing="normal">
          <li>
            <t><tt>include</tt>, which includes all the rules from a module (which
includes the ones imported/included there, transitively), or
specific explicitly selected rules (clause ending in "from");</t>
          </li>
          <li>
            <t><tt>import</tt>, which is similar to <tt>include</tt> but includes only those
 rules from the module that are
 referenced from the importing module, implicitly or explicitly
 (clause ending in "from"), including the
 rules that are referenced from these rules, transitively.</t>
          </li>
        </ul>
        <t>The <tt>include</tt> function is more useful for composing a single model
from parts controlled by one author, while the <tt>import</tt> function is
more about treating a module as a library:</t>
        <t>The way an <tt>import</tt> works is shown by this simple example:</t>
        <artwork><![CDATA[
$ cddlc -2tcddl -
start = COSE_Key
;# import rfc9052

]]></artwork>
        <t>This results in the following CDDL 1.0 specification:</t>
        <sourcecode type="cddl"><![CDATA[
start = COSE_Key
COSE_Key = {
  1 => tstr / int,
  ? 2 => bstr,
  ? 3 => tstr / int,
  ? 4 => [+ tstr / int],
  ? 5 => bstr,
  * label => values,
}
label = int / tstr
values = any

]]></sourcecode>
        <t>This is appropriate for using libraries that are well known to the
importing specification.
However, if it is not acceptable that the library can pollute the
namespace of the importing module, the import directive can specify a
namespace prefix ("as" clause):</t>
        <artwork><![CDATA[
$ cddlc -2tcddl -
start = cose.COSE_Key
;# import rfc9052 as cose

]]></artwork>
        <t>This results in the following CDDL 1.0 specification:</t>
        <sourcecode type="cddl"><![CDATA[
start = cose.COSE_Key
cose.COSE_Key = {
  1 => tstr / int,
  ? 2 => bstr,
  ? 3 => tstr / int,
  ? 4 => [+ tstr / int],
  ? 5 => bstr,
  * cose.label => cose.values,
}
cose.label = int / tstr
cose.values = any

]]></sourcecode>
        <t>Note how the imported names are prefixed with <tt>cose.</tt> as specified in
the import directive, but CDDL prelude (<xref section="D" sectionFormat="of" target="RFC8610"/>) names
such as <tt>tstr</tt> and <tt>any</tt> are not.</t>
      </section>
      <section anchor="explicit-selection-of-names">
        <name>Explicit selection of names</name>
        <t>Both <tt>import</tt> and <tt>include</tt> directives can be augmented by an explicit
mentioning of rule names (clause ending in "from") or a wild-card
"<tt>*</tt>" for all rules.</t>
        <section numbered="false" anchor="include">
          <name><tt>include</tt></name>
          <t>Starting with <tt>include</tt>:</t>
          <artwork><![CDATA[
$ cddlc -2tcddl -
mydata = {* label => values}
;# include label, values from rfc9052

]]></artwork>
          <t>With <tt>include</tt>,
only exactly the rules mentioned are included:</t>
          <sourcecode type="cddl"><![CDATA[
mydata = {* label => values}
label = int / tstr
values = any

]]></sourcecode>
          <t>The module from which rules are explicitly imported can be namespaced:</t>
          <artwork><![CDATA[
$ cddlc -2tcddl -
mydata = {* label => values}
;# include cose.label, cose.values from rfc9052 as cose

]]></artwork>
          <t>Again, only exactly the rules mentioned are included:</t>
          <sourcecode type="cddl"><![CDATA[
mydata = {* label => values}
cose.label = int / tstr
cose.values = any

]]></sourcecode>
        </section>
        <section numbered="false" anchor="import">
          <name><tt>import</tt></name>
          <t>Both examples would work exactly the same with <tt>import</tt>, as the
included rules do not reference anything else from the included
module.</t>
          <t>An import however also draws in the transitive closure of the rules
referenced:</t>
          <artwork><![CDATA[
$ cddlc -2tcddl -
mydata = {Fritz: cose.empty_or_serialized_map}
;# import cose.empty_or_serialized_map from rfc9052 as cose

]]></artwork>
          <t>The transitive closure of the rules mentioned is included:</t>
          <sourcecode type="cddl"><![CDATA[=============== NOTE: '\' line wrapping per RFC 8792 ================

mydata = {Fritz: cose.empty_or_serialized_map}
cose.empty_or_serialized_map = bstr .cbor cose.header_map / bstr .\
                                                               size 0
cose.header_map = {
  cose.Generic_Headers,
  * cose.label => cose.values,
}
cose.Generic_Headers = (
  ? 1 => int / tstr,
  ? 2 => [+ cose.label],
  ? 3 => tstr / int,
  ? 4 => bstr,
  ? (5 => bstr // 6 => bstr),
  )
cose.label = int / tstr
cose.values = any
]]></sourcecode>
          <t>The <tt>import</tt> statement can also request an alias for an imported name:</t>
          <artwork><![CDATA[
$ cddlc -2tcddl -
mydata = {Fritz: cose.empty_or_serialized_map}
;# import empty_or_serialized_map from rfc9052 as cose

]]></artwork>
          <t>Note how an additional rule provides an alias for
<tt>empty_or_serialized_map</tt> that does not have the namespace prefix:</t>
          <sourcecode type="cddl"><![CDATA[=============== NOTE: '\' line wrapping per RFC 8792 ================

mydata = {Fritz: cose.empty_or_serialized_map}
empty_or_serialized_map = cose.empty_or_serialized_map
cose.empty_or_serialized_map = bstr .cbor cose.header_map / bstr .\
                                                               size 0
cose.header_map = {
  cose.Generic_Headers,
  * cose.label => cose.values,
}
cose.Generic_Headers = (
  ? 1 => int / tstr,
  ? 2 => [+ cose.label],
  ? 3 => tstr / int,
  ? 4 => bstr,
  ? (5 => bstr // 6 => bstr),
  )
cose.label = int / tstr
cose.values = any
]]></sourcecode>
        </section>
      </section>
      <section anchor="tool-support-for-command-line-control">
        <name>Tool Support for Command-Line Control</name>
        <t>Tools may provide a convenient way to initiate the processing of
directives from the command line.</t>
        <t>A tool may provide a way to specify a root for the module tree from the command line:</t>
        <artwork><![CDATA[
$ cddlc -2tcddl -icose=rfc9052 -scose.COSE_Key
]]></artwork>
        <t>The command line argument <tt>-icose=rfc9052</tt> is a shortcut for</t>
        <artwork><![CDATA[
;# import rfc9052 as cose
]]></artwork>
        <t>Together with the start (root) rule name, <tt>cose.COSE_Key</tt>, supplied by
<tt>-scose.COSE_Key</tt>, this results in the following CDDL 1.0
specification:</t>
        <sourcecode type="cddl"><![CDATA[
$.start.$ = cose.COSE_Key
cose.COSE_Key = {
  1 => tstr / int,
  ? 2 => bstr,
  ? 3 => tstr / int,
  ? 4 => [+ tstr / int],
  ? 5 => bstr,
  * cose.label => cose.values,
}
cose.label = int / tstr
cose.values = any

]]></sourcecode>
        <t>In other words, the module synthesized from the command line had an
empty CDDL file, which therefore was not provided (no <tt>–</tt> was given on
the command line).</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The module structure specified in this document is not believed to
create additional security considerations beyond the general security
considerations in <xref section="5" sectionFormat="of" target="RFC8610"/>.</t>
      <t>Implementations that employ the module structure defined in this
document need to ascertain the provenance of the modules they combine
into the CDDL models they employ operationally.
This specification does not define how the source directories accessed
via the CDDL_INCLUDE_PATH are populated; this process needs to undergo
the same care and scrutiny as any other introduction of source code
into a build environment; the possibility of supply-chain attacks on
the modules imported needs to be considered.</t>
      <t>Specifically, implementations that rely on model-based input
validation for enforcing certain properties of the data structure
ingested (which, if not validated, could lead to malfunctions such as
crashes and remote code execution) need to be particularly careful
about the data models they apply, including their provenance and
potential changes of these properties that upgrades to the referenced
modules may (inadvertently or as part of an attack) cause.
More generally speaking, implementations should strive to be robust
against limitations of the model-based input validation mechanisms and
their implementations that they employ.</t>
      <t>In applications that dynamically acquire models and dereference module
references in these, the security considerations of dereferenceable
identifiers apply (see <xref target="I-D.bormann-t2trg-deref-id"/> for a more extensive discussion of
dereferenceable identifiers).</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative 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>
        <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>
        <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>
        <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="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="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="RFC9741">
          <front>
            <title>Concise Data Definition Language (CDDL): Additional Control Operators for the Conversion and Processing of Text</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides "control operators" as its main language extension point. RFCs have added to this extension point in both an application-specific and a more general way.</t>
              <t>The present document defines a number of additional generally applicable control operators for text conversion (bytes, integers, printf-style formatting, and JSON) and for an operation on text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9741"/>
          <seriesInfo name="DOI" value="10.17487/RFC9741"/>
        </reference>
        <reference anchor="I-D.bormann-cbor-cddl-2-draft">
          <front>
            <title>CDDL 2.0 and beyond -- a draft plan</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="30" month="August" year="2025"/>
            <abstract>
              <t>   The Concise Data Definition Language (CDDL) today is defined by
   RFC 8610, RFC 9165, RFC 9682, and RFC\ 9741).  RFC 9165 and the
   latter (as well as some more application specific specifications such
   as RFC 9090) have used the extension point provided in RFC 8610, the
   control operator.

   As CDDL is used in larger projects, feature requirements become known
   that cannot be easily mapped into this single extension point.
   Hence, there is a need for evolution of the base CDDL specification
   itself.

   The present document provides a roadmap towards a "CDDL 2.0"; it is
   intended to serve as a basis for implementations that evolve with the
   concept of CDDL 2.0.  It is based on draft-bormann-cbor-cddl-freezer,
   but is more selective in what potential features it takes up and more
   detailed in their discussion.  This document is intended to evolve
   over time; it might spawn specific documents and then retire, or it
   might eventually be published as a roadmap document.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-cbor-cddl-2-draft-07"/>
        </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="useful" target="https://github.com/cbor-wg/cddl/wiki/Useful-CDDL">
          <front>
            <title>Useful CDDL</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="cddlc" target="https://github.com/cabo/cddlc">
          <front>
            <title>CDDL conversion utilities</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC8428">
          <front>
            <title>Sensor Measurement Lists (SenML)</title>
            <author fullname="C. Jennings" initials="C." surname="Jennings"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This specification defines a format for representing simple sensor measurements and device parameters in Sensor Measurement Lists (SenML). Representations are defined in JavaScript Object Notation (JSON), Concise Binary Object Representation (CBOR), Extensible Markup Language (XML), and Efficient XML Interchange (EXI), which share the common SenML data model. A simple sensor, such as a temperature sensor, could use one of these media types in protocols such as HTTP or the Constrained Application Protocol (CoAP) to transport the measurements of the sensor or to be configured.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8428"/>
          <seriesInfo name="DOI" value="10.17487/RFC8428"/>
        </reference>
      </references>
    </references>
    <?line 522?>

<section anchor="abnf-specification">
      <name>ABNF Specification</name>
      <t>This section specifies the grammar employed by the module structure
directives using the ABNF language defined in <xref target="STD68"/> and
<xref target="RFC7405"/>.</t>
      <sourcecode type="abnf"><![CDATA[
directive = ";#" RS (%s"import" / %s"include") RS [from-clause]
                    filename [as-clause] CRLF
from-clause = 1*(id-or-all [","] RS) %s"from" RS
as-clause = RS %s"as" RS id
filename = 1*("-" / "." / %x30-39 / %x41-5a / "_" / %x61-7a)
id = ("$" / %x40-5a / "_" / %x61-7a)
     *("$" / %x30-39 / %x40-5a / "_" / %x61-7a)
id-or-all = id / "*"
RS = 1*WS
WS = SP
SP = %x20
CRLF = %x0A / %x0D.0A
]]></sourcecode>
    </section>
    <section anchor="cddlc-tool">
      <name>A CDDL Tool that Implements CDDL Module Structure</name>
      <t>This appendix is for information only.</t>
      <t>A CDDL conversion tool is available <xref target="cddlc"/> that can process
module-structured CDDL models into basic CDDL models; the latter can
then be processed by other CDDL tools such as the one described in
<xref section="F" sectionFormat="of" target="RFC8610"/>.</t>
      <t>A typical command line involving both tools mentioned might be:</t>
      <artwork><![CDATA[
cddlc -2 -tcddl mytestfile.cddl | cddl - gp 10
]]></artwork>
      <t>The CDDL conversion tool can be installed on a system with a modern
Ruby (Ruby version ≥ 3.0) via:</t>
      <artwork><![CDATA[
gem install cddlc
]]></artwork>
      <t>The present document assumes the use of <tt>cddlc</tt> of at least version 0.2.5.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
qiwSahM7yxn1y+OXgNHqc4mB+h8BzG8jij8AAA==

-->

</rfc>
