<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.43 (Ruby 3.2.3) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-woodcock-faltstrom-external-registry-rrtypes-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="External-Registry RRTYPEs">External-Registry DNS Resource Record Types: UNECE and ISO</title>

    <author initials="B." surname="Woodcock" fullname="Bill Woodcock">
      <organization>PCH</organization>
      <address>
        <email>woody@pch.net</email>
      </address>
    </author>
    <author initials="P." surname="Fältström" fullname="Patrik Fältström">
      <organization ascii="Patrik Faltstrom">Netnod</organization>
      <address>
        <email>paf@netnod.se</email>
      </address>
    </author>

    <date year="2026" month="September" day="05"/>

    
    <workgroup>Network Working Group</workgroup>
    

    <abstract>


<?line 83?>

<t>This document defines two DNS resource record types, UNECE and ISO,
which convey numeric values paired with codes drawn from registries
maintained by external standards organizations: the United Nations
Economic Commission for Europe (UNECE) and the International
Organization for Standardization.  Neither proposed RRTYPE duplicates
the external registries into IANA registries; each carries codes
verbatim and uses the semantics defined by the external maintainer.
The document specifies presentation and wire formats for both types,
records the assignment of two decimal RRTYPE identifiers under the
Expert Review process of BCP 42, and suggests a common design pattern
that may serve as a model for future RRTYPEs seeking to make external
registries usable from the DNS without duplication.</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-woodcock-faltstrom-external-registry-rrtypes/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        DNSOP Working Group mailing list (<eref target="mailto:dnsop@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/dnsop/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/dnsop/"/>.
      </t>
    </note>


  </front>

  <middle>


<?line 98?>

<section anchor="intro"><name>Introduction</name>

<t>Many protocols need to convey data whose controlled vocabularies are
defined and maintained outside the IETF, including but not limited to
quantities, countries, languages, locations, and units of measure.
The authoritative registries of these vocabularies are external
standards organizations.  The two referenced in this document are the
United Nations Economic Commission for Europe (UNECE) and the
International Organization for Standardization (ISO).</t>

<t>The DNS has historically accommodated such data in one of two ways.
Either the external registry is duplicated into an IANA registry,
creating a synchronization burden and a second claimant to authority
over the code space, as the IANA Language Subtag Registry <xref target="BCP47"/>
replicates ISO and UN code lists, and as IANA's IEEE 802 Numbers
registry partially mirrors IEEE Registration Authority assignments;
or the data is carried in TXT records under private convention,
forfeiting type-distinct queries, field structure, and single-RRset
signing.</t>

<t>This document defines two resource record types which take a
different path: the RDATA carries a discriminator identifying the
registry, an optional numeric value, the registry code point, and an
optional free-text descriptor.  Semantics of the code remain entirely
with the external maintainer; unrecognized codes are carried and
displayed rather than rejected, so that the RRTYPEs track the
external registries without protocol changes or IANA registry
actions.  The approach has precedent in e164.arpa <xref target="RFC6116"/>, whose
ENUM delegations are keyed to ITU-T E.164 country-code assignments
without maintaining a local copy, leaving authority with the external
registry.</t>

<t>The immediate motivation for these RRTYPEs is the work currently
being done in the DIEM working group on Digital Emblems, which convey
cryptographically signed record-bundles identifying assets marked
under international law.  The proposed RRTYPEs are, however,
general-purpose and intended for use by other applications which need
to represent standardized data formats maintained by external
registries.</t>

<section anchor="conventions"><name>Conventions</name>

<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 BCP 14 <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="pattern"><name>The External Registry Pattern</name>

<section anchor="roles"><name>Roles</name>

<dl>
  <dt>External Maintainer:</dt>
  <dd>
    <t>The standards organization which defines and revises external
registries.  The code space belongs to the External Maintainer;
nothing in this document, and no issuer of records, creates,
modifies, or retires codes.</t>
  </dd>
  <dt>Issuer:</dt>
  <dd>
    <t>The party publishing records in a DNS zone.</t>
  </dd>
  <dt>Receiver:</dt>
  <dd>
    <t>Any party retrieving or interpreting the resource records.</t>
  </dd>
</dl>

</section>
<section anchor="principles"><name>Design Principles</name>

<t>RRTYPEs following this pattern conform to all of the following.  The
UNECE (<xref target="unece"/>) and ISO (<xref target="iso"/>) types are initial instantiations.</t>

<dl>
  <dt>One type per maintainer organization:</dt>
  <dd>
    <t>A single RRTYPE covers all of an External Maintainer's registries;
a Discriminator field in the RDATA specifies the particular
registry.  Per-registry RRTYPEs are not defined.</t>
  </dd>
  <dt>Codes verbatim:</dt>
  <dd>
    <t>The Code field carries the code exactly as published by the
External Maintainer, and is compared octet-for-octet, with no case
folding.  Issuers <bcp14>MUST NOT</bcp14> coin codes.  Codes contain no
whitespace: where a maintainer's published rendering separates a
code's components with whitespace, the separator is presentation
rather than part of the code, and the code is the concatenation.</t>
  </dd>
  <dt>Unknown values carried:</dt>
  <dd>
    <t>A Receiver encountering an unrecognized Discriminator <bcp14>MUST</bcp14> carry
and display the record without interpretation.  A Receiver
encountering an unrecognized code within a recognized list <bcp14>MUST</bcp14>
display it uninterpreted and <bcp14>MUST NOT</bcp14> treat the record as invalid.
These rules allow the type to track the external registry without
IANA registry action or protocol changes.</t>
  </dd>
  <dt>Registries must be at a valid stage:</dt>
  <dd>
    <t>An Issuer <bcp14>MUST NOT</bcp14> publish a DNS Resource Record referencing a
registry whose code list is not currently active and publicly
available at no cost and citable at the time of RR publication.
This precludes code lists which have not yet been published as
official work-products of their respective External Maintainer
organizations, code lists which require subscriptions to access or
which carry prohibitive use restrictions, and those which have been
withdrawn or superseded.</t>
  </dd>
  <dt>No mirror registries:</dt>
  <dd>
    <t>IANA action is limited to the RRTYPE code point.  No IANA
subregistry duplicating the external registries is created;
specifications instead cite each external registry as its current
revision or its successor.</t>
  </dd>
  <dt>Common value grammar:</dt>
  <dd>
    <t>The optional numeric Value field uses the shared grammar and
semantics of <xref target="value-field"/>, including its distinction between an
inapplicable quantity and an unknown one.</t>
  </dd>
  <dt>Descriptor as hint:</dt>
  <dd>
    <t>The optional Descriptor field is free text identifying what the
datum describes relative to the subject.  It is a display and
matching hint for human receivers, and <bcp14>MUST NOT</bcp14> be interpreted as
machine semantics.</t>
  </dd>
  <dt>RFC 3597 cleanliness:</dt>
  <dd>
    <t>RDATA contains no domain names, and requires no compression,
rewriting, or additional-section processing, so the RRTYPEs are
fully compatible with unknown-type handling <xref target="RFC3597"/>.</t>
  </dd>
  <dt>Temporal anchoring:</dt>
  <dd>
    <t>Where records appear in DNSSEC-signed zones and historical accuracy
matters, Receivers <bcp14>SHOULD</bcp14> interpret codes against the registry
revision in force at the inception time of the covering RRSIG
<xref target="RFC4034"/> <xref target="RFC9364"/>.  Where an External Maintainer retains
deleted codes in its published lists, as UNECE Recommendation 20
does <xref target="UNECE20"/>, locally cached code tables remain safe.</t>
  </dd>
</dl>

</section>
<section anchor="value-field"><name>The Value Field</name>

<t>If a record utilizes a code which does not require a quantity, the
Value is not applicable (na): empty, zero-length on the wire, the
solitary token "-" in presentation.  This is the same representation
used for an empty Salt field in NSEC3 and NSEC3PARAM <xref target="RFC5155"/>.  A
Value field <bcp14>MUST NOT</bcp14> consist solely of the octet "-"; the zero-length
field is na's only wire encoding.</t>

<t>Values are represented in US-ASCII in this grammar, using ABNF
<xref target="RFC5234"/> and its core rule DIGIT:</t>

<figure><sourcecode type="abnf"><![CDATA[
value     = unknown / quantity
unknown   = "?"
quantity  = ( "0" / ["-"] posnum ) [precision]
precision = "(" ( "0" / posnum / "?" ) ")"
posnum    = nzint [ "." frac ] / "0" "." frac
nzint     = %x31-39 *DIGIT
frac      = *DIGIT %x31-39
]]></sourcecode></figure>

<dl>
  <dt>"?" (unknown):</dt>
  <dd>
    <t>A quantity attaches to this record, but is unknown to the Issuer at
the time of RR creation or signing.</t>
  </dd>
  <dt>quantity:</dt>
  <dd>
    <t>The number, in the units or terms of the code.  The parenthetical
precision is plus-or-minus that amount in the same units; "(?)"
marks the precision unknown.  A precision attached to an unknown
value ("?(n)") is not permitted.</t>
  </dd>
</dl>

<t>The grammar admits exactly one representation of each number: leading
zeros, trailing zeros in a fractional part, all-zero fractional
parts, and negative zero cannot be represented.  Non-zero negative
values are permitted.</t>

<t>A Receiver encountering a nonempty Value which does not match the
grammar <bcp14>MUST</bcp14> display it uninterpreted without deriving a quantity,
and <bcp14>MUST NOT</bcp14> treat the record as invalid.</t>

<t>The distinction between "-" and "?" is semantic and deliberate: the
former states that no quantity exists to be reported, the latter that
one exists and is unreported.</t>

</section>
</section>
<section anchor="unece"><name>The UNECE RRTYPE</name>

<t>The UNECE RRTYPE conveys a value coded according to a registry
published in the UNECE Recommendations series.</t>

<section anchor="unece-wire"><name>Wire Format</name>

<t>The wire format of the RDATA field <xref target="RFC1035"/> is as follows:</t>

<figure><artwork><![CDATA[
                     1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Rec. Length  |                Recommendation                 /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Value Length  |                     Value                     /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Code Length  |                     Code                      /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                          Descriptor                           /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>Fields marked "/" are variable length.</t>

<dl>
  <dt>Recommendation Length:</dt>
  <dd>
    <t>an 8-bit unsigned integer, which <bcp14>MUST</bcp14> be nonzero.</t>
  </dd>
  <dt>Recommendation:</dt>
  <dd>
    <t>&lt;Recommendation Length&gt; octets, US-ASCII: a token identifying the
Recommendation from whose code list the Code field is drawn.  The
token is the Recommendation's identifier with the words
"Recommendation No." omitted: "20" for Recommendation No. 20.
Tokens are not necessarily numeric: a future "Recommendation No.
3bis" would yield the token "3bis".  "UNECE" is omitted because the
RRTYPE itself names the organization; edition years, amendments,
and corrigenda are omitted to preserve forward compatibility under
the temporal-anchoring principle of <xref target="principles"/>.  Tokens contain
no whitespace and are compared octet-for-octet with no case
folding.  Issuers <bcp14>MUST</bcp14> use tokens exactly as the rule yields them,
neither coining nor reformatting.</t>
  </dd>
  <dt>Value Length:</dt>
  <dd>
    <t>an 8-bit unsigned integer.</t>
  </dd>
  <dt>Value:</dt>
  <dd>
    <t>&lt;Value Length&gt; octets, US-ASCII, matching the value grammar of
<xref target="value-field"/>.  A length of zero encodes na, and is its only wire
encoding.</t>
  </dd>
  <dt>Code Length:</dt>
  <dd>
    <t>an 8-bit unsigned integer, which <bcp14>MUST</bcp14> be nonzero.</t>
  </dd>
  <dt>Code:</dt>
  <dd>
    <t>&lt;Code Length&gt; octets, US-ASCII, verbatim from the cited
Recommendation's registry.</t>
  </dd>
  <dt>Descriptor:</dt>
  <dd>
    <t>all remaining octets of the RDATA, UTF-8 <xref target="RFC3629"/>, possibly
empty, but at most 255 octets in total.  A Receiver encountering a
longer Descriptor <bcp14>MUST NOT</bcp14> treat the record as invalid.</t>
  </dd>
</dl>

</section>
<section anchor="unece-presentation"><name>Presentation Format</name>

<t>The presentation format is:</t>

<figure><artwork><![CDATA[
UNECE <rec> <value> <code> ["<descriptor>"]
]]></artwork></figure>

<t>where &lt;rec&gt; is the Recommendation token per <xref target="unece-wire"/>; &lt;value&gt;
is the Value token per <xref target="value-field"/>, with the zero-length wire
value presented as "-"; &lt;code&gt; is the Code, unquoted; and the
Descriptor, if present, is a single quoted &lt;character-string&gt; per
<xref section="5.1" sectionFormat="of" target="RFC1035"/>, its embedded quotes, backslashes, and
non-ASCII octets escaped by that section's "\X" and "\DDD"
conventions.</t>

</section>
<section anchor="unece-recs"><name>Applicable Recommendations</name>

<t>The applicable Recommendations are those whose registries UNECE
itself publishes <xref target="UNECE-CL"/><xref target="UNECE20"/><xref target="UNECE21"/>.  At the time of
writing, these include:</t>

<figure><artwork><![CDATA[
16  United Nations Code for Trade and Transport Locations
17  Payment terms abbreviations
19  Codes for modes of transport
20  Codes for units of measure used in international trade
21  Codes for passengers, types of cargo, packages and
    packaging materials
23  Freight cost codes
24  Trade and transport status codes
28  Codes for types of means of transport
]]></artwork></figure>

<t>A Recommendation 16 code is the five-character concatenation of the
ISO 3166-1 country code and the location code; the space separating
them in UNECE's published tables is not part of the code: "JPTYO",
not "JP TYO".</t>

<t>UNECE, through its United Nations Centre for Trade Facilitation and
Electronic Business (UN/CEFACT), maintains and publishes these code
lists free of charge <xref target="UNECE-CL"/>.  The code-list Recommendations are
maintained on UN/CEFACT's behalf by its Information Content
Management Group, and the Recommendation 16 code list, UN/LOCODE, is
updated by the UNECE secretariat twice a year.  Deleted and
deprecated code values are marked as such in the published lists
rather than removed, so that a code value, once assigned, remains
permanently attached to its original meaning <xref target="UNECE20"/>.</t>

<t>Recommendations which adopt externally maintained standards are out
of scope for this type: Recommendation 3 (ISO 3166), Recommendation 9
(ISO 4217; see the ISO RRTYPE, <xref target="iso"/>), and Recommendation 5
(Incoterms, maintained by the International Chamber of Commerce).
Recommendation 10 (ship identification) adopts the IMO Ship
Identification Number Scheme, whose numbers appear as identifiers
rather than as coded values.</t>

</section>
<section anchor="unece-examples"><name>Examples</name>

<figure><artwork><![CDATA[
@ IN UNECE 16 - JPTYO "place of inspection"
@ IN UNECE 16 - KENBO "distribution hub"
@ IN UNECE 19 - 1 "mode: maritime"
@ IN UNECE 19 - 4 "mode: air"
@ IN UNECE 20 640 H18 "protected wetland area"
@ IN UNECE 20 12500 MTQ "reservoir volume"
@ IN UNECE 20 5 MGM "active ingredient per dose"
@ IN UNECE 20 8500 E22 "container capacity, TEU"
@ IN UNECE 20 -18 CEL "cold-chain storage temperature"
@ IN UNECE 20 90 DAY "shelf life"
@ IN UNECE 20 24 MON "warranty period"
@ IN UNECE 20 230 VLT "supply voltage"
@ IN UNECE 20 11 KWT "charger output"
@ IN UNECE 20 ? P1 "moisture content, assay pending"
@ IN UNECE 21 12 PX "pallets"
@ IN UNECE 21 2 CR "crates, artworks on loan"
@ IN UNECE 21 3 RL "reels, fibre-optic cable"
@ IN UNECE 21 2 PO "diplomatic pouches"
@ IN UNECE 24 - 219 "status: delivery pending"
]]></artwork></figure>

</section>
<section anchor="unece-processing"><name>Processing</name>

<t>Receivers apply the rules of <xref target="principles"/>.  In particular, a
Receiver encountering a Recommendation token it does not recognize
carries and displays the record uninterpreted, and a Receiver
encountering a code it does not recognize displays the code
uninterpreted without treating the record as invalid.</t>

</section>
</section>
<section anchor="iso"><name>The ISO RRTYPE</name>

<t>The ISO RRTYPE conveys a value coded by a registry defined in a
standard of the International Organization for Standardization.</t>

<section anchor="iso-wire"><name>Wire Format</name>

<t>The wire format of the RDATA field <xref target="RFC1035"/> is as follows:</t>

<figure><artwork><![CDATA[
                     1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Standard Length|                   Standard                    /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Value Length  |                     Value                     /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Code Length  |                     Code                      /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
/                          Descriptor                           /
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>Fields marked "/" are variable length.</t>

<dl>
  <dt>Standard Length:</dt>
  <dd>
    <t>an 8-bit unsigned integer, which <bcp14>MUST</bcp14> be nonzero.</t>
  </dd>
  <dt>Standard:</dt>
  <dd>
    <t>&lt;Standard Length&gt; octets, US-ASCII: a token identifying the
standard from whose code list the Code field is drawn.  The token
is the standard's identifier, including any hyphen-joined part and
sub-part identifiers: "3166-1" for ISO 3166-1.  Where the
identifier carries a type prefix (such as TR, TS, PAS, IWA, or
Guide), the prefix is joined with an underscore: for example,
"TR_24028" for ISO/IEC TR 24028, or "Guide_2" for ISO/IEC Guide 2.
"ISO" and "ISO/IEC" are omitted because the RRTYPE itself names the
organization; edition years, amendments, and corrigenda are omitted
to preserve forward compatibility under the temporal-anchoring
principle of <xref target="principles"/>.  Tokens contain no whitespace and are
compared octet-for-octet with no case folding.  Issuers <bcp14>MUST</bcp14> use
tokens exactly as the rule yields them, neither coining nor
reformatting.</t>
  </dd>
  <dt>Value Length:</dt>
  <dd>
    <t>an 8-bit unsigned integer.</t>
  </dd>
  <dt>Value:</dt>
  <dd>
    <t>&lt;Value Length&gt; octets, US-ASCII, matching the value grammar of
<xref target="value-field"/>.  A length of zero encodes na, and is its only wire
encoding.</t>
  </dd>
  <dt>Code Length:</dt>
  <dd>
    <t>an 8-bit unsigned integer, which <bcp14>MUST</bcp14> be nonzero.</t>
  </dd>
  <dt>Code:</dt>
  <dd>
    <t>&lt;Code Length&gt; octets, US-ASCII, verbatim from the cited standard.
For ISO 3166-1, alpha-2 codes are <bcp14>RECOMMENDED</bcp14>, for consistency with
UNECE Recommendation 3 and general DNS practice.  For ISO 4217, the
alphabetic codes are <bcp14>RECOMMENDED</bcp14> over the numeric, for consistency
with UNECE Recommendation 9.  For ISO 639, two-letter (Set 1)
identifiers are <bcp14>RECOMMENDED</bcp14> where they exist.</t>
  </dd>
  <dt>Descriptor:</dt>
  <dd>
    <t>all remaining octets of the RDATA, UTF-8 <xref target="RFC3629"/>, possibly
empty, but at most 255 octets in total.  A Receiver encountering a
longer Descriptor <bcp14>MUST NOT</bcp14> treat the record as invalid.</t>
  </dd>
</dl>

</section>
<section anchor="iso-presentation"><name>Presentation Format</name>

<t>The presentation format is:</t>

<figure><artwork><![CDATA[
ISO <standard> <value> <code> ["<descriptor>"]
]]></artwork></figure>

<t>where &lt;standard&gt; is the Standard token per <xref target="iso-wire"/>; &lt;value&gt; is
the Value token per <xref target="value-field"/>, with the zero-length wire value
presented as "-"; &lt;code&gt; is the Code, unquoted; and the Descriptor,
if present, is a single quoted &lt;character-string&gt; per
<xref section="5.1" sectionFormat="of" target="RFC1035"/>, its embedded quotes, backslashes, and
non-ASCII octets escaped by that section's "\X" and "\DDD"
conventions.</t>

</section>
<section anchor="iso-standards"><name>Applicable Standards</name>

<t>Applicable standards are those defining registries of code lists;
initially:</t>

<figure><artwork><![CDATA[
639     Language codes
3166-1  Country codes
3166-2  Country subdivision codes
4217    Currency codes
]]></artwork></figure>

<t>ISO permits use of its country, currency, and language codes free of
charge <xref target="ISO4217"/>, and each code list is maintained by a body
designated for its standard: the ISO 3166 Maintenance Agency for
country and subdivision codes <xref target="ISO3166"/>, SIX Financial Information
for currency codes <xref target="ISO4217"/>, and the ISO 639 Maintenance Agency
for language codes <xref target="ISO639"/>.  Retirement practices vary by
registry.  A deleted ISO 3166-1 alpha-2 code element is recorded in
ISO 3166-3 and cannot be reused for fifty years under current policy,
but reassignment has occurred.  Withdrawn ISO 4217 codes are
retained, with their withdrawal dates, in that standard's list of
historic currencies.  Retired ISO 639 identifiers are never
reassigned; they remain in the code set permanently.</t>

<t>Out of scope: ISO 8601, which defines a format rather than a code
list (temporal data uses a separate mechanism); ISO 6346, whose
container owner codes appear within asset identifiers; and ISO 15924,
whose script codes travel within BCP 47 <xref target="BCP47"/> language tags
inside textual elements.</t>

</section>
<section anchor="iso-examples"><name>Examples</name>

<figure><artwork><![CDATA[
@ IN ISO 639 - ar "working language"
@ IN ISO 639 - yue "crew lingua franca"
@ IN ISO 3166-1 - QA "flag state"
@ IN ISO 3166-2 - US-CA "state of incorporation"
@ IN ISO 4217 125000 USD "declared cargo value"
@ IN ISO 4217 2400000(50000) EUR "insured value, hull and machinery"
@ IN ISO 4217 780000(?) CHF "salvage award, assessment ongoing"
@ IN ISO 4217 ? ZAR "customs value pending appraisal"
]]></artwork></figure>

</section>
<section anchor="iso-processing"><name>Processing</name>

<t>Receivers apply the rules of <xref target="principles"/>.  In particular, a
Receiver encountering a standard token it does not recognize carries
and displays the record uninterpreted, and a Receiver encountering a
code it does not recognize displays the code uninterpreted without
treating the record as invalid.</t>

</section>
</section>
<section anchor="additional"><name>Defining Additional External-Registry RRTYPEs</name>

<t>This document is intended as the model for future RRTYPEs which make
external registries usable from the DNS without duplicating their
content.  Sections <xref target="unece-recs" format="counter" /> and
<xref target="iso-standards" format="counter" /> record the
corresponding information for the two types defined here.  A
specification defining such a type:</t>

<t><list style="numbers" type="(%c)">
  <t>identifies the External Maintainer, demonstrates that its
registries are managed with a sufficient level of maturity,
stably published and citable, and states the maintainer's
code-retirement policy (reassignment of retired codes weakens
the temporal-anchoring rule of <xref target="principles"/> and <bcp14>SHOULD</bcp14> be
documented if present);</t>
  <t>defines a single RRTYPE for the maintainer's whole series,
discriminated by a length-prefixed US-ASCII token
deterministically formed from the External Maintainer's own
identifier for the defining document;</t>
  <t>reuses the Value field grammar and semantics of <xref target="value-field"/>
verbatim, so that implementations share one parser across all
types following this pattern;</t>
  <t>carries codes verbatim with octet-for-octet comparison, and
prohibits issuers from coining codes;</t>
  <t>adopts the unknown-value carriage rules of <xref target="principles"/>
unchanged;</t>
  <t>requests only an RRTYPE code point from IANA, creating no mirror
subregistry; and</t>
  <t>keeps domain names out of the RDATA, preserving RFC 3597
compatibility.</t>
</list></t>

<t>One possible additional instantiation is an RRTYPE for the World
Customs Organization registries, carrying Harmonized System
subheadings for the description of goods; the pattern accommodates it
without modification.</t>

</section>
<section anchor="security"><name>Security Considerations</name>

<t>Records of these types assert data under the containing zone's DNSSEC
signatures; they confer no authorization, and their trustworthiness
is the same as that of the zone's signing chain.</t>

<t>Issuers should consider anything published in the DNS to be public
unless specific selective-disclosure measures are taken to constrain
distribution.  Such measures are out of scope for this document.</t>

<t>Because the code travels verbatim in RDATA, a revision of the
external registry cannot alter published signed data.  It can,
however, change what a Receiver understands a code to mean.  Where
the External Maintainer never reassigns retired codes, cached tables
are safe indefinitely; where that policy is absent, Receivers <bcp14>SHOULD</bcp14>
apply the temporal-anchoring rule of <xref target="principles"/>, interpreting
codes against the registry revision in force at the inception time of
the covering RRSIG.</t>

<t>The Descriptor is untrusted free text.  Receivers <bcp14>MUST NOT</bcp14> derive
machine behavior from it, and display implementations <bcp14>SHOULD</bcp14> sanitize
it as they would any untrusted text, removing control and other
hazardous characters.</t>

<t>The "?" token is an assertion of ignorance made under signature.
Relying parties should treat it as exactly that: evidence that the
Issuer disclaimed knowledge at signing time, not as a zero value nor
as an omission.</t>

</section>
<section anchor="iana"><name>IANA Considerations</name>

<t>This document records the assignment of two new decimal RRTYPE
identifiers, made following the guidelines of <xref target="RFC6895"/> (BCP 42).</t>

<section anchor="iana-assignments"><name>RRTYPE Assignments</name>

<t>IANA has added the following entries to the "Resource Record (RR) TYPEs" registry in the "Domain Name System (DNS) Parameters" registry group:</t>

<texttable title="RRTYPE assignments">
      <ttcol align='left'>TYPE</ttcol>
      <ttcol align='left'>Value</ttcol>
      <ttcol align='left'>Meaning</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>UNECE</c>
      <c>69</c>
      <c>Value coded per a UNECE Recommendation</c>
      <c>[this document]</c>
      <c>ISO</c>
      <c>70</c>
      <c>Value coded per an ISO standard</c>
      <c>[this document]</c>
</texttable>

</section>
<section anchor="iana-expert-review"><name>Expert Review</name>

<t>RRTYPE identifiers are assigned under the DNS RRTYPE Allocation Policy of <xref section="3.1" sectionFormat="of" target="RFC6895"/>, an Expert Review process <xref target="RFC8126"/> conducted on the basis of completed application templates conforming to the template of <xref target="RFC6895"/>.  Completed templates for both types defined here were submitted separately to dns-rrtype-applications@ietf.org, and Expert Review completed on 20 August 2026.  The registry entries reference this document as an Internet-Draft; IANA is requested to update both references to point to this document upon its publication as an RFC.</t>

</section>
</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC1035">
  <front>
    <title>Domain names - implementation and specification</title>
    <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
    <date month="November" year="1987"/>
    <abstract>
      <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System. It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="13"/>
  <seriesInfo name="RFC" value="1035"/>
  <seriesInfo name="DOI" value="10.17487/RFC1035"/>
</reference>

<reference anchor="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="RFC3597">
  <front>
    <title>Handling of Unknown DNS Resource Record (RR) Types</title>
    <author fullname="A. Gustafsson" initials="A." surname="Gustafsson"/>
    <date month="September" year="2003"/>
    <abstract>
      <t>Extending the Domain Name System (DNS) with new Resource Record (RR) types currently requires changes to name server software. This document specifies the changes necessary to allow future DNS implementations to handle new RR types transparently. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3597"/>
  <seriesInfo name="DOI" value="10.17487/RFC3597"/>
</reference>

<reference anchor="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>

<reference anchor="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>

<reference anchor="RFC6895">
  <front>
    <title>Domain Name System (DNS) IANA Considerations</title>
    <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
    <date month="April" year="2013"/>
    <abstract>
      <t>This document specifies Internet Assigned Numbers Authority (IANA) parameter assignment considerations for the allocation of Domain Name System (DNS) resource record types, CLASSes, operation codes, error codes, DNS protocol message header bits, and AFSDB resource record subtypes. It obsoletes RFC 6195 and updates RFCs 1183, 2845, 2930, and 3597.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="42"/>
  <seriesInfo name="RFC" value="6895"/>
  <seriesInfo name="DOI" value="10.17487/RFC6895"/>
</reference>

<reference anchor="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 anchor="BCP47" target="https://www.rfc-editor.org/info/bcp47">
  <reference anchor="RFC4647" target="https://www.rfc-editor.org/info/rfc4647">
    <front>
      <title>Matching of Language Tags</title>
      <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
      <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
      <date month="September" year="2006"/>
      <abstract>
        <t>This document describes a syntax, called a "language-range", for specifying items in a user's list of language preferences. It also describes different mechanisms for comparing and matching these to language tags. Two kinds of matching mechanisms, filtering and lookup, are defined. Filtering produces a (potentially empty) set of language tags, whereas lookup produces a single language tag. Possible applications include language negotiation or content selection. This document, in combination with RFC 4646, replaces RFC 3066, which replaced RFC 1766. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
      </abstract>
    </front>
    <seriesInfo name="BCP" value="47"/>
    <seriesInfo name="RFC" value="4647"/>
    <seriesInfo name="DOI" value="10.17487/RFC4647"/>
  </reference>
  <reference anchor="RFC5646" target="https://www.rfc-editor.org/info/rfc5646">
    <front>
      <title>Tags for Identifying Languages</title>
      <author fullname="A. Phillips" initials="A." role="editor" surname="Phillips"/>
      <author fullname="M. Davis" initials="M." role="editor" surname="Davis"/>
      <date month="September" year="2009"/>
      <abstract>
        <t>This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
      </abstract>
    </front>
    <seriesInfo name="BCP" value="47"/>
    <seriesInfo name="RFC" value="5646"/>
    <seriesInfo name="DOI" value="10.17487/RFC5646"/>
  </reference>
</referencegroup>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC4034">
  <front>
    <title>Resource Records for the DNS Security Extensions</title>
    <author fullname="R. Arends" initials="R." surname="Arends"/>
    <author fullname="R. Austein" initials="R." surname="Austein"/>
    <author fullname="M. Larson" initials="M." surname="Larson"/>
    <author fullname="D. Massey" initials="D." surname="Massey"/>
    <author fullname="S. Rose" initials="S." surname="Rose"/>
    <date month="March" year="2005"/>
    <abstract>
      <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of resource records and protocol modifications that provide source authentication for the DNS. This document defines the public key (DNSKEY), delegation signer (DS), resource record digital signature (RRSIG), and authenticated denial of existence (NSEC) resource records. The purpose and format of each resource record is described in detail, and an example of each resource record is given.</t>
      <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4034"/>
  <seriesInfo name="DOI" value="10.17487/RFC4034"/>
</reference>

<reference anchor="RFC5155">
  <front>
    <title>DNS Security (DNSSEC) Hashed Authenticated Denial of Existence</title>
    <author fullname="B. Laurie" initials="B." surname="Laurie"/>
    <author fullname="G. Sisson" initials="G." surname="Sisson"/>
    <author fullname="R. Arends" initials="R." surname="Arends"/>
    <author fullname="D. Blacka" initials="D." surname="Blacka"/>
    <date month="March" year="2008"/>
    <abstract>
      <t>The Domain Name System Security (DNSSEC) Extensions introduced the NSEC resource record (RR) for authenticated denial of existence. This document introduces an alternative resource record, NSEC3, which similarly provides authenticated denial of existence. However, it also provides measures against zone enumeration and permits gradual expansion of delegation-centric zones. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5155"/>
  <seriesInfo name="DOI" value="10.17487/RFC5155"/>
</reference>

<reference anchor="RFC9364">
  <front>
    <title>DNS Security Extensions (DNSSEC)</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="February" year="2023"/>
    <abstract>
      <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="237"/>
  <seriesInfo name="RFC" value="9364"/>
  <seriesInfo name="DOI" value="10.17487/RFC9364"/>
</reference>

<reference anchor="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>

<reference anchor="RFC6116">
  <front>
    <title>The E.164 to Uniform Resource Identifiers (URI) Dynamic Delegation Discovery System (DDDS) Application (ENUM)</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <author fullname="L. Conroy" initials="L." surname="Conroy"/>
    <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
    <date month="March" year="2011"/>
    <abstract>
      <t>This document discusses the use of the Domain Name System (DNS) for storage of data associated with E.164 numbers, and for resolving those numbers into URIs that can be used (for example) in telephony call setup. This document also describes how the DNS can be used to identify the services associated with an E.164 number. This document obsoletes RFC 3761. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6116"/>
  <seriesInfo name="DOI" value="10.17487/RFC6116"/>
</reference>


<reference anchor="UNECE-CL" target="https://unece.org/trade/uncefact/cl-recommendations">
  <front>
    <title>UN/CEFACT Code List Recommendations</title>
    <author >
      <organization>United Nations Economic Commission for Europe</organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="UNECE20" target="https://unece.org/trade/uncefact/cl-recommendations">
  <front>
    <title>Recommendation No. 20: Codes for Units of Measure Used in International Trade</title>
    <author >
      <organization>United Nations Economic Commission for Europe</organization>
    </author>
    <date year="n.d."/>
  </front>
<refcontent>as revised</refcontent></reference>
<reference anchor="UNECE21" target="https://unece.org/trade/uncefact/cl-recommendations">
  <front>
    <title>Recommendation No. 21: Codes for Passengers, Types of Cargo, Packages and Packaging Materials</title>
    <author >
      <organization>United Nations Economic Commission for Europe</organization>
    </author>
    <date year="n.d."/>
  </front>
<refcontent>as revised</refcontent></reference>
<reference anchor="ISO3166" target="https://www.iso.org/iso-3166-country-codes.html">
  <front>
    <title>ISO 3166 -- Country Codes</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="n.d."/>
  </front>
<refcontent>as amended</refcontent></reference>
<reference anchor="ISO4217" target="https://www.iso.org/iso-4217-currency-codes.html">
  <front>
    <title>ISO 4217 -- Currency Codes</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="n.d."/>
  </front>
<refcontent>as amended</refcontent></reference>
<reference anchor="ISO639" target="https://www.iso.org/iso-639-language-code">
  <front>
    <title>ISO 639 -- Language Code</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="n.d."/>
  </front>
<refcontent>as amended</refcontent></reference>


    </references>

</references>


<?line 667?>

<section anchor="changes-from-00"><name>Changes from -00</name>

<t>Section 7 updated to record the RRTYPE assignments made by Expert Review on 20 August 2026: UNECE = 69 and ISO = 70.  No other technical changes.</t>

</section>


  </back>

<!-- ##markdown-source:
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
SW5DrZN4mvPVMe0VYf8HHRBTZpxoAAA=

-->

</rfc>

