<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">

<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902"
     submissionType="IETF" category="std" consensus="true"
     number="8819" docName="draft-ietf-netmod-module-tags-10" updates="8407"
     obsoletes="" xml:lang="en" tocInclude="true" symRefs="true"
     sortRefs="true" version="3"> 

  <!-- xml2rfc v2v3 conversion 2.41.0 -->
  <front>
    <title abbrev="YANG Module Tags">YANG Module Tags</title>
    <seriesInfo name="RFC" value="8819" /> 
    <author initials="C." surname="Hopps" fullname="Christian Hopps">
      <organization>LabN Consulting, L.L.C.</organization>
      <address>
        <email>chopps@chopps.org</email>
      </address>
    </author>
    <author initials="L." surname="Berger" fullname="Lou Berger">
      <organization>LabN Consulting, L.L.C.</organization>
      <address>
        <email>lberger@labn.net</email>
      </address>
    </author>
    <author initials="D." surname="Bogdanovic" fullname="Dean Bogdanovic">
      <organization>Volta Networks</organization>
      <address>
        <email>ivandean@gmail.com</email>
      </address>
    </author>
    <date month="January" year="2021" />

<keyword>YANG</keyword>
<keyword>tags</keyword>

    <abstract>
      <t>This document provides for the association of tags with YANG
      modules. The expectation is for such tags to be used to help classify
      and organize modules. A method for defining, reading, and writing
      modules tags is provided. Tags may be registered and assigned during
      module definition, assigned by implementations, or dynamically defined
      and set by users. This document also provides guidance to future model
      writers; as such, this document updates RFC 8407.</t> 
    </abstract>
  </front>
  <middle>
    <section numbered="true" toc="default">
      <name>Introduction</name>
      <t>The use of tags for classification and organization is fairly
      ubiquitous not only within IETF protocols but in the internet itself
      (e.g., <tt>#hashtags</tt>). 
      
      One benefit of using tags for organization
      over a rigid structure is that it is more flexible and can more easily
      adapt over time as technologies evolve. Tags can be usefully registered,
      but they can also serve as a non-registered mechanism available for
      users to define themselves. This document provides a mechanism to define
      tags and associate them with YANG modules in a flexible manner. In
      particular, tags may be registered as well as assigned during module
      definition, assigned by implementations, or dynamically defined and set
      by users.</t> 
      <t>This document defines a YANG module <xref target="RFC7950"
      format="default"/> that provides a list of module entries to allow for
      adding or removing tags as well as viewing the set of tags associated
      with a module.</t>  
      <t>This document defines an extension statement to indicate
      tags that <bcp14>SHOULD</bcp14> be added by the module implementation
      automatically (i.e., outside of configuration).</t>
      <t>This document also defines an IANA registry for tag prefixes as well
      as a set of globally assigned tags.</t> 
      <t><xref target="sec-guidelines-to-model-writers" format="default"/>
      provides guidelines for authors of YANG data models.</t>
      <t>This document updates <xref target="RFC8407" format="default"/>.</t>
      <t>The YANG data model in this document conforms to the Network
      Management Datastore Architecture (NMDA) defined in <xref target="RFC8342"
      format="default"/>.</t> 
      <section numbered="true" toc="default">
        <name>Some Possible Use Cases for YANG Module Tags</name>
        <t>During this document's development, there were requests for example
	uses of module tags. The following are a few example use cases for
	tags. This list is certainly not exhaustive.</t> 
        <t>One example use of tags would be to help filter different discrete
	categories of YANG modules supported by a device. For example, if
	modules are suitably tagged, then an XPath query can be used to list
	all of the vendor modules supported by a device.</t> 
        <t>Tags can also be used to help coordination when multiple,
	semi-independent clients are interacting with the same devices. For
	example, one management client could mark that some modules should not
	be used because they have not been verified to behave correctly, so
	that other management clients avoid querying the data associated with
	those modules.</t> 
        <t>Tag classification is useful for users searching module
	repositories (e.g., YANG catalog). A query restricted to the
	'ietf:routing' module tag could be used to return only the IETF YANG
	modules associated with routing. Without tags, a user would need to
	know the name of all the IETF routing protocol YANG modules.</t>
        <t>Future management protocol extensions could allow for filtering
	queries of configuration or operational state on a server based on
	tags (for example, return all operational state related to
	system management).</t> 
      </section>
      <section numbered="true" toc="default">
        <name>Conventions Used in This Document</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&nbsp;14 <xref target="RFC2119"/> <xref target="RFC8174"/> 
    when, and only when, they appear in all capitals, as shown here.
        </t>
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>Tag Values</name>
      <t>All tags <bcp14>SHOULD</bcp14> begin with a prefix indicating who
      owns their definition. An IANA registry (<xref
      target="sec-yang-module-tag-prefixes-registry" format="default"/>) is
      used to support registering tag prefixes. Currently, three prefixes are
      defined. No further structure is imposed by this document on the value
      following the registered prefix, and the value can contain any YANG type
      'string' characters except carriage returns, newlines, and tabs.</t>
      <t>Again, except for the conflict-avoiding prefix, this document is
      purposefully not specifying any structure on (i.e., restricting) the tag values.
      The intent is to avoid arbitrarily restricting the values that
      designers, implementers, and users can use. As a result of this choice,
      designers, implementers, and users are free to add or not add any
      structure they may require to their own tag values.</t> 
      <section anchor="sec-ietf-tags" numbered="true" toc="default">
        <name>IETF Tags</name>
        <t>An IETF tag is a tag that has the prefix "ietf:". All IETF tags are
	registered with IANA in a registry defined later in this document
	(<xref target="sec-ietf-yang-module-tags-registry"
	format="default"/>).</t> 
      </section>
      <section numbered="true" toc="default">
        <name>Vendor Tags</name>
        <t>A vendor tag is a tag that has the prefix "vendor:". These tags are
	defined by the vendor that implements the module and are not
	registered; however, it is <bcp14>RECOMMENDED</bcp14> that the vendor
	include extra identification in the tag to avoid collisions, such as
	using the enterprise or organization name following the "vendor:"
	prefix (e.g., vendor:example.com:vendor-defined-classifier).</t>
      </section>
      <section numbered="true" toc="default">
        <name>User Tags</name>
        <t>A user tag is any tag that has the prefix "user:". These tags are
	defined by the user/administrator and are not meant to be
	registered. Users are not required to use the "user:" prefix; however,
	doing so is <bcp14>RECOMMENDED</bcp14> as it helps avoid
	collisions.</t> 
      </section>
      <section numbered="true" toc="default">
        <name>Reserved Tags</name>
        <t>Any tag not starting with the prefix "ietf:", "vendor:", or "user:"
	is reserved for future use. These tag values are not invalid but
	simply reserved in the context of specifications (e.g., RFCs).</t>
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>Tag Management</name>
      <t>Tags can become associated with a module in a number of ways. Tags
      may be defined and associated at module design time, at implementation
      time, or via user administrative control. As the main consumer of tags
      are users, users may also remove any tag, no matter how the tag became
      associated with a module.</t> 
      <section numbered="true" toc="default">
        <name>Module Definition Tagging</name>
        <t>A module definition <bcp14>MAY</bcp14> indicate a set of tags to be
	added by the module implementer. These design-time tags are indicated
	using the module-tag extension statement.</t>
        <t>If the module is defined in an IETF Standards Track document, the
	tags <bcp14>MUST</bcp14> be IETF tags (<xref
	target="sec-ietf-tags"/>). Thus, new modules can drive 
	the addition of new IETF tags to the IANA registry defined in <xref
	target="sec-ietf-yang-module-tags-registry" format="default"/>, and
	the IANA registry can serve as a check against duplication.</t>
      </section>
      <section numbered="true" toc="default">
        <name>Implementation Tagging</name>
        <t>An implementation <bcp14>MAY</bcp14> include additional tags
	associated with a module. These tags <bcp14>SHOULD</bcp14> be IETF
	tags (i.e., registered) or vendor-specific tags.</t>
      </section>
      <section numbered="true" toc="default">
        <name>User Tagging</name>
        <t>Tags of any kind, with or without a prefix, can be assigned and
	removed by the user using normal configuration mechanisms. In order to
	remove a tag from the operational datastore, the user adds a matching
	<tt>masked-tag</tt> entry for a given module.</t> 
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>Tags Module Structure</name>
      <section numbered="true" toc="default">
        <name>Tags Module Tree</name>
        <t>The tree associated with the "ietf-module-tags" module follows. The
	meaning of the symbols can be found in <xref target="RFC8340"
	format="default"/>.</t> 
        <figure anchor="sec-yang-module-tags-tree-diagram">
          <name>YANG Module Tags Tree Diagram</name>
	  <sourcecode type="yangtree"><![CDATA[
    module: ietf-module-tags
      +--rw module-tags
         +--rw module* [name]
            +--rw name          yang:yang-identifier
            +--rw tag*          tag
            +--rw masked-tag*   tag]]>
</sourcecode>
        </figure>
      </section>
      <section numbered="true" toc="default">
        <name>YANG Module</name>
        <figure anchor="sec-module-tags-module">
          <name>Module Tags Module</name>
          <sourcecode name="ietf-module-tags@2021-01-04.yang" type="yang" markers="true"><![CDATA[
module ietf-module-tags {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-module-tags";
  prefix tags;

  import ietf-yang-types {
    prefix yang;
  }

  organization
    "IETF NetMod Working Group (NetMod)";
  contact
    "WG Web:  <https://datatracker.ietf.org/wg/netmod/>
     WG List: <mailto:netmod@ietf.org>

     Author: Christian Hopps
             <mailto:chopps@chopps.org>

     Author: Lou Berger
             <mailto:lberger@labn.net>

     Author: Dean Bogdanovic
             <mailto:ivandean@gmail.com>";

  description
    "This module describes a mechanism associating tags with YANG
     modules.  Tags may be IANA assigned or privately defined.

     Copyright (c) 2021 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Simplified BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC 8819
     (https://www.rfc-editor.org/info/rfc8819); see the RFC itself
     for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.";

  revision 2021-01-04 {
    description
      "Initial revision.";
    reference 
      "RFC 8819: YANG Module Tags";
  }

  typedef tag {
    type string {
      length "1..max";
      pattern '[\S ]+';
    }
    description
      "A tag is a type of 'string' value that does not include 
       carriage return, newline, or tab characters.  It SHOULD begin 
       with a registered prefix; however, tags without a registered 
       prefix SHOULD NOT be treated as invalid.";
  }

  extension module-tag {
    argument tag;
    description
      "The argument 'tag' is of type 'tag'.  This extension statement
       is used by module authors to indicate the tags that SHOULD be
       added automatically by the system.  As such, the origin of the
       value for the predefined tags should be set to 'system'
       [RFC8342].";
  }

  container module-tags {
    description
      "Contains the list of modules and their associated tags.";
    list module {
      key "name";
      description
        "A list of modules and their associated tags.";
      leaf name {
        type yang:yang-identifier;
        mandatory true;
        description
          "The YANG module name.";
      }
      leaf-list tag {
        type tag;
        description
          "Tags associated with the module.  See the IANA 'YANG 
           Module Tag Prefixes' registry for reserved prefixes and 
           the IANA 'IETF YANG Module Tags' registry for IETF tags.

           The 'operational' state [RFC8342] view of this list is
           constructed using the following steps:

           1) System tags (i.e., tags of 'system' origin) are added.
           2) User-configured tags (i.e., tags of 'intended' origin)
           are added.
           3) Any tag that is equal to a masked-tag is removed.";
      }
      leaf-list masked-tag {
        type tag;
        description
          "The list of tags that should not be associated with this
           module.  The user can remove (mask) tags from the
           operational state datastore [RFC8342] by adding them to
           this list.  It is not an error to add tags to this list
           that are not associated with the module, but they have no
           operational effect.";
      }
    }
  }
}
]]>
</sourcecode>
        </figure>
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>Other Classifications</name>
      <t>It is worth noting that a different YANG module classification
      document exists <xref target="RFC8199" format="default"/>. That document
      only classifies modules in a logical manner and does not define tagging
      or any other mechanisms. It divides YANG modules into two categories
      (service or element) and then into one of three origins: standard,
      vendor, or user. It does provide a good way to discuss and identify
      modules in general. This document defines IETF tags to support the
      classification style described in <xref target="RFC8199" format="default"/>.</t> 
    </section>
    <section anchor="sec-guidelines-to-model-writers" numbered="true" toc="default">
      <name>Guidelines to Model Writers</name>
      <t>This section updates <xref target="RFC8407" format="default"/>.</t>
      <section numbered="true" toc="default">
        <name>Define Standard Tags</name>
        <t>A module <bcp14>MAY</bcp14> indicate, using module-tag extension
	statements, a set of tags that are to be automatically associated with
	it (i.e., not added through configuration).</t>


<sourcecode name="" type="yang"><![CDATA[
module example-module {
  namespace "https://example.com/yang/example";
  prefix "ex";
  //...
  import module-tags { prefix tags; }

  tags:module-tag "ietf:some-new-tag";
  tags:module-tag "ietf:some-other-tag";
  // ...
}
]]></sourcecode>
        <t>The module writer can use existing standard tags or use new tags
	defined in the model definition, as appropriate. For IETF standardized
	modules, new tags <bcp14>MUST</bcp14> be assigned in the IANA registry
	defined below, see <xref target="sec-ietf-yang-module-tags-registry"
	format="default"/>.</t> 
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>IANA Considerations</name>
      <section anchor="sec-yang-module-tag-prefixes-registry" numbered="true"
	       toc="default"> 
        <name>YANG Module Tag Prefixes Registry</name>
        <t>IANA has created the "YANG Module Tag Prefixes" subregistry
	in the "YANG Module Tags" registry.</t> 
        <t>This registry allocates tag prefixes. All YANG module tags
	<bcp14>SHOULD</bcp14> begin with one of the prefixes in this registry.</t>
        <t>Prefix entries in this registry should be short strings consisting
	of lowercase ASCII alpha-numeric characters and a final ":" character.</t>
        <t>The allocation policy for this registry is Specification Required
	<xref target="RFC8126" format="default"/>. The Reference and Assignee
	values should be sufficient to identify and contact the organization
	that has been allocated the prefix.</t>
        <t>The initial values for this registry are as follows.</t>

        <table align="center">
          <thead>
            <tr>
              <th align="left">Prefix</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
              <th align="left">Assignee</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ietf:</td>
              <td align="left">IETF tags allocated in the IANA "IETF YANG
	      Module Tags" registry.</td> 
              <td align="left">RFC 8819</td>
              <td align="left">IETF</td>
            </tr>
            <tr>
              <td align="left">vendor:</td>
              <td align="left">Non-registered tags allocated by the module
	      implementer.</td> 
              <td align="left">RFC 8819</td>
              <td align="left">IETF</td>
            </tr>
            <tr>
              <td align="left">user:</td>
              <td align="left">Non-registered tags allocated by and for the
	      user.</td> 
              <td align="left">RFC 8819</td>
              <td align="left">IETF</td>
            </tr>
          </tbody>
        </table>
        <t>Other standards development organizations (SDOs) wishing to
	allocate their own set of tags should allocate a prefix from this
	registry.</t>  
      </section>
      <section anchor="sec-ietf-yang-module-tags-registry" numbered="true"
	       toc="default"> 
        <name>IETF YANG Module Tags Registry</name>
        <t>IANA has created the "IETF YANG Module Tags" subregistry
	within the "YANG Module Tags" registry . This
	registry appears below the "YANG Module Tag Prefixes" registry.</t>
        <t>This registry allocates tags that have the registered prefix
	"ietf:". New values should be well considered and not achievable
	through a combination of already existing IETF tags. IANA assigned
	tags must conform to Net-Unicode as defined in <xref target="RFC5198"
	format="default"/>, and they shall not need normalization.</t>
        <t>The allocation policy for this registry is IETF Review <xref
	target="RFC8126" format="default"/>.</t> 
        <t>The initial values for this registry are as follows.</t>

        <table align="center">
          <thead>
            <tr>
              <th align="left">Tag</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">ietf:network-element-class</td>
              <td align="left">Network element as defined in 
                <xref target="RFC8199" format="default"/>.</td>
              <td align="left">
                <xref target="RFC8199" format="default"/></td>
            </tr>
            <tr>
              <td align="left">ietf:network-service-class</td>
              <td align="left">Network service as defined in
                <xref target="RFC8199" format="default"/>.</td>
              <td align="left">
                <xref target="RFC8199" format="default"/></td>
            </tr>
            <tr>
              <td align="left">ietf:sdo-defined-class</td>
              <td align="left">Module is defined by a standards organization.</td>
              <td align="left">
                <xref target="RFC8199" format="default"/></td>
            </tr>
            <tr>
              <td align="left">ietf:vendor-defined-class</td>
              <td align="left">Module is defined by a vendor.</td>
              <td align="left">
                <xref target="RFC8199" format="default"/></td>
            </tr>
            <tr>
              <td align="left">ietf:user-defined-class</td>
              <td align="left">Module is defined by the user.</td>
              <td align="left">
                <xref target="RFC8199" format="default"/></td>
            </tr>
            <tr>
              <td align="left">ietf:hardware</td>
              <td align="left">Relates to hardware (e.g., inventory).</td>
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:software</td>
              <td align="left">Relates to software (e.g., installed OS).</td>
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:protocol</td>
              <td align="left">Represents a protocol (often combined with
	      another tag to refine).</td> 
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:qos</td>
              <td align="left">Relates to quality of service.</td>
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:network-service-app</td>
              <td align="left">Relates to a network service application (e.g.,
	      an NTP server, DNS server, DHCP server, etc.).</td> 
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:system-management</td>
              <td align="left">Relates to system management (e.g., a system
	      management protocol such as syslog, TACAC+, SNMP, NETCONF, etc.).</td> 
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:oam</td>
              <td align="left">Relates to Operations, Administration, and
	      Maintenance (e.g., BFD).</td> 
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:routing</td>
              <td align="left">Relates to routing.</td>
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:security</td>
              <td align="left">Related to security.</td>
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:signaling</td>
              <td align="left">Relates to control-plane signaling.</td>
              <td align="left">RFC 8819</td>
            </tr>
            <tr>
              <td align="left">ietf:link-management</td>
              <td align="left">Relates to link management.</td>
              <td align="left">RFC 8819</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section numbered="true" toc="default">
        <name>Updates to the IETF XML Registry</name>
        <t>This document registers a URI in the "IETF XML Registry" <xref
	target="RFC3688" format="default"/>. Following the format in <xref
	target="RFC3688" format="default"/>, the following registrations have
	been made:</t>
        <dl newline="false" spacing="compact">
          <dt>URI:</dt>
          <dd>urn:ietf:params:xml:ns:yang:ietf-module-tags</dd>
          <dt>Registrant Contact:</dt>
          <dd>The IESG.</dd>
          <dt>XML:</dt>
          <dd>N/A; the requested URI is an XML namespace.</dd>
	</dl>
	<dl newline="false" spacing="compact">
          <dt>URI:</dt>
          <dd>urn:ietf:params:xml:ns:yang:ietf-module-tags-state</dd>
          <dt>Registrant Contact:</dt>
          <dd>The IESG.</dd>
          <dt>XML:</dt>
          <dd>N/A; the requested URI is an XML namespace.</dd>
        </dl>
      </section>
      <section numbered="true" toc="default">
        <name>Updates to the YANG Module Names Registry</name>
        <t>This document registers two YANG modules in the "YANG Module Names"
	registry <xref target="RFC6020" format="default"/>. Following the
	format in <xref target="RFC6020" format="default"/>, the following
	registrations have been made:</t> 
        <dl newline="false" spacing="compact">
          <dt>name:</dt>
          <dd>ietf-module-tags</dd>
          <dt>namespace:</dt>
          <dd>urn:ietf:params:xml:ns:yang:ietf-module-tags</dd>
          <dt>prefix:</dt>
          <dd>tags</dd>
          <dt>reference:</dt>
          <dd>RFC 8819</dd> 
	</dl>

	<dl newline="false" spacing="compact">
          <dt>name:</dt>
          <dd>ietf-module-tags-state</dd>
          <dt>namespace:</dt>
          <dd>urn:ietf:params:xml:ns:yang:ietf-module-tags-state</dd>
          <dt>prefix:</dt>
          <dd>tags-s</dd>
          <dt>reference:</dt>
          <dd>RFC 8819</dd> 
        </dl>
      </section>
    </section>
    <section numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>The YANG module defined in this memo is designed to be accessed via
      the NETCONF protocol <xref target="RFC6241" format="default"/>. The
      lowest NETCONF layer is the secure transport layer and the
      mandatory-to-implement secure transport is Secure Shell (SSH) <xref
      target="RFC6242" format="default"/>.</t>
      <t>This document adds the ability to associate tag metadata with YANG
      modules. This document does not define any actions based on these
      associations, and none are yet defined; therefore, it does not by
      itself introduce any new security considerations directly.</t> 
      <t>Users of the tag metadata may define various actions to be taken
      based on the tag metadata. These actions and their definitions are
      outside the scope of this document. Users will need to consider the
      security implications of any actions they choose to define, including
      the potential for a tag to get 'masked' by another user.</t> 
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7950.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8126.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8342.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8199.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8407.xml"/>
      </references>
      <references>
        <name>Informative References</name>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.3688.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5198.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6020.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6241.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6242.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8340.xml"/>
      </references>
    </references>
    <section numbered="true" toc="default">
      <name>Examples</name>
      <t>The following is a fictional NETCONF example result from a query of
      the module tags list. For the sake of brevity, only a few module results
      are shown.</t> 
      <figure anchor="sec-example-netconf-query-output">
        <name>Example NETCONF Query Output</name>

<sourcecode type="xml"><![CDATA[
<ns0:data xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0">
  <t:module-tags 
   xmlns:t="urn:ietf:params:xml:ns:yang:ietf-module-tags">
    <t:module>
      <t:name>ietf-bfd</t:name>
      <t:tag>ietf:network-element-class</t:tag>
      <t:tag>ietf:oam</t:tag>
      <t:tag>ietf:protocol</t:tag>
      <t:tag>ietf:sdo-defined-class</t:tag>
    </t:module>
    <t:module>
      <t:name>ietf-isis</t:name>
      <t:tag>ietf:network-element-class</t:tag>
      <t:tag>ietf:protocol</t:tag>
      <t:tag>ietf:sdo-defined-class</t:tag>
      <t:tag>ietf:routing</t:tag>
    </t:module>
    <t:module>
      <t:name>ietf-ssh-server</t:name>
      <t:tag>ietf:network-element-class</t:tag>
      <t:tag>ietf:protocol</t:tag>
      <t:tag>ietf:sdo-defined-class</t:tag>
      <t:tag>ietf:system-management</t:tag>
    </t:module>
  </t:module-tags>
</ns0:data>
]]></sourcecode>

      </figure>
    </section>
    <section numbered="true" toc="default">
      <name>Non-NMDA State Module</name>
      <t>As per <xref target="RFC8407" format="default"/>, the following is a
      non-NMDA module to support viewing the operational state for non-NMDA
      compliant servers.</t> 
      <figure anchor="sec-non-nmda-module-tags-state-module">
        <name>Non-NMDA Module Tags State Module</name>
        <sourcecode name="ietf-module-tags-state@2021-01-04.yang" type="yang"
		    markers="true"><![CDATA[ 
module ietf-module-tags-state {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-module-tags-state";
  prefix tags-s;

  import ietf-yang-types {
    prefix yang;
  }
  import ietf-module-tags {
    prefix tags;
  }

  organization
    "IETF NetMod Working Group (NetMod)";
  contact
    "WG Web:  <https://datatracker.ietf.org/wg/netmod/>
     WG List: <mailto:netmod@ietf.org>

     Author: Christian Hopps
             <mailto:chopps@chopps.org>

     Author: Lou Berger
             <mailto:lberger@labn.net>

     Author: Dean Bogdanovic
             <mailto:ivandean@gmail.com>";

  description
    "This module describes a mechanism associating tags with YANG
     modules.  Tags may be IANA assigned or privately defined.

     This is a temporary non-NMDA module that is for use by
     implementations that don't yet support NMDA.

     Copyright (c) 2021 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject to
     the license terms contained in, the Simplified BSD License set
     forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC 8819
     (https://www.rfc-editor.org/info/rfc8819); see the RFC itself
     for full legal notices.";

  revision 2021-01-04 {
    description
      "Initial revision.";
    reference
      "RFC 8819: YANG Module Tags";
  }

  container module-tags-state {
    config false;
    status deprecated;
    description
      "Contains the list of modules and their associated tags.";
    list module {
      key "name";
      status deprecated;
      description
        "A list of modules and their associated tags.";
      leaf name {
        type yang:yang-identifier;
        mandatory true;
        status deprecated;
        description
          "The YANG module name.";
      }
      leaf-list tag {
        type tags:tag;
        status deprecated;
        description
          "Tags associated with the module.  See the IANA 'YANG 
           Module Tag Prefixes' registry for reserved prefixes and 
           the IANA 'IETF YANG Module Tags' registry for IETF tags.

           The contents of this list is constructed using the
           following steps:

           1) System tags (i.e., tags of added by the system) are 
           added.
           2) User-configured tags (i.e., tags added by 
           configuration) are added.
           3) Any tag that is equal to a masked-tag present in the
           corresponding ietf-module-tags:module-tags:module-tag leaf
           list for this module is removed.";
      }
    }
  }
}
]]></sourcecode>
      </figure>
    </section>
    <section numbered="false" toc="default">
      <name>Acknowledgements</name>
      <t>Special thanks to <contact fullname="Robert Wilton"/> for his help
      improving the introduction and providing the example use cases, as well
      as generating the non-NMDA module.</t> 
    </section>
  </back>
</rfc>
