<?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.17 (Ruby 3.3.3) -->
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc docmapping="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-rfc8407bis-13" category="bcp" consensus="true" submissionType="IETF" obsoletes="8407" updates="6020, 8126" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.22.0 -->
  <front>
    <title abbrev="Guidelines for YANG Documents">Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-13"/>
    <author fullname="Andy Bierman">
      <organization>YumaWorks</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>andy@yumaworks.com</email>
      </address>
    </author>
    <author fullname="Mohamed Boucadair" role="editor">
      <organization>Orange</organization>
      <address>
        <postal>
          <country>France</country>
        </postal>
        <email>mohamed.boucadair@orange.com</email>
      </address>
    </author>
    <author fullname="Qin Wu">
      <organization>Huawei</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>bill.wu@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="July" day="03"/>
    <area>Operations and Management</area>
    <workgroup>Network Modeling</workgroup>
    <keyword>NETCONF</keyword>
    <keyword>RESTCONF</keyword>
    <keyword>Automation</keyword>
    <abstract>
      <?line 138?>

<t>This memo provides guidelines for authors and reviewers of
   specifications containing YANG modules, including IANA-maintained modules.  Recommendations and
   procedures are defined, which are intended to increase
   interoperability and usability of Network Configuration Protocol
   (NETCONF) and RESTCONF protocol implementations that utilize YANG
   modules.  This document obsoletes RFC 8407.</t>
      <t>Also, this document updates RFC 8126 by
   providing additional guidelines for writing the IANA considerations
   for RFCs that specify IANA-maintained modules. The document also updates RFC 6020
   by clarifying how modules and their revisions are handled by IANA.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Network Modeling Working Group mailing list (netmod@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/netmod/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/boucadair/rfc8407bis"/>.</t>
    </note>
  </front>
  <middle>
    <?line 152?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The standardization of network configuration interfaces for use with
   network configuration management protocols, such as the Network
   Configuration Protocol (NETCONF) <xref target="RFC6241"/> and the RESTCONF protocol <xref target="RFC8040"/>,
   requires a modular set of data models that can be reused and extended
   over time.</t>
      <t>This document defines a set of usage guidelines for documents
   containing YANG 1.1 <xref target="RFC7950"/> and YANG 1.0 <xref target="RFC6020"/> data models, including IANA-maintained modules.
   YANG is used to define the data structures, protocol operations, and
   notification content used within a NETCONF and/or RESTCONF server.
   YANG is also used to define abstract data structures <xref target="RFC8791"/>.
   A NETCONF or RESTCONF server that supports a particular YANG module
   will support client NETCONF and/or RESTCONF operation requests, as
   indicated by the specific content defined in the YANG module.</t>
      <t>Many YANG constructs are defined as optional to use, such as the
   "description" statement.  However, in order to make YANG modules more
   useful, it is desirable to define a set of usage guidelines that
   entails a higher level of compliance than the minimum level defined
   in the YANG specification <xref target="RFC7950"/>.</t>
      <t>In addition, YANG allows constructs such as infinite length
   identifiers and string values, or top-level mandatory nodes, that a
   compliant server is not required to support.  Only constructs that
   all servers are required to support can be used in IETF YANG modules.</t>
      <t>This document defines usage guidelines related to the NETCONF
   operations layer and NETCONF content layer, as defined in <xref target="RFC6241"/>,
   and the RESTCONF methods and RESTCONF resources, as defined in
   <xref target="RFC8040"/>.</t>
      <t>These guidelines are intended to be used by authors and reviewers to
   improve the readability and interoperability of published YANG data
   models.</t>
      <t><xref target="sec-iana-mm"/> updates <xref target="RFC8126"/> by providing guidance for writing the
   IANA considerations for RFCs that specify IANA-maintained modules.</t>
      <t>Note that this document is not a YANG tutorial, and the reader is
   expected to know the YANG data modeling language before implementing
   the guidance in this document.</t>
      <ul empty="true">
        <li>
          <t>Note to the RFC Editor: Please replace "AAAA" through the document with the RFC number assigned to this document.</t>
        </li>
      </ul>
      <section anchor="changes-since-rfc-8407">
        <name>Changes Since RFC 8407</name>
        <t>The following changes have been made to the guidelines published in
   <xref target="RFC8407"/>:</t>
        <ul spacing="normal">
          <li>
            <t>Implemented errata 5693, 5800, 6899, and 7416.</t>
          </li>
          <li>
            <t>Updated the terminology.</t>
          </li>
          <li>
            <t>Added a note about notation conventions.</t>
          </li>
          <li>
            <t>Updated the URL of the IETF authors guidelines.</t>
          </li>
          <li>
            <t>Updated the guidance so that the "file name" after the <tt>&lt;CODE BEGINS&gt;</tt> tag is mandatory.</t>
          </li>
          <li>
            <t>Added code markers for the security template.</t>
          </li>
          <li>
            <t>Updated the YANG security considerations template to better insist on the key secure transport features.</t>
          </li>
          <li>
            <t>Added statements that the security template is not required for modules that follow <xref target="RFC8791"/> or <xref target="RFC7952"/>.</t>
          </li>
          <li>
            <t>Added a statement about how to cite the RFCs that are listed in the security template.</t>
          </li>
          <li>
            <t>Added a template for IANA registrations.</t>
          </li>
          <li>
            <t>Added a note that folding of the examples should be done as per <xref target="RFC8792"/> conventions.</t>
          </li>
          <li>
            <t>Added a recommendation about long trees.</t>
          </li>
          <li>
            <t>Added a recommendation for the use of meaningful prefix values.</t>
          </li>
          <li>
            <t>Added a note that RFC8792-folding of YANG modules can be used if and only if native YANG features (e.g., break line, "+") are not sufficient.</t>
          </li>
          <li>
            <t>Added tool validation checks to ensure that YANG modules fit into the line limits of an I-D.</t>
          </li>
          <li>
            <t>Added tool validation checks of JSON-encoded examples.</t>
          </li>
          <li>
            <t>Updated many examples to be aligned with the consistent indentation recommendation (internal consistency).</t>
          </li>
          <li>
            <t>Updated the IANA considerations to encourage registration requests to indicate whether a module is maintained by IANA or not.</t>
          </li>
          <li>
            <t>Added guidelines for IANA-maintained modules.</t>
          </li>
          <li>
            <t>Elaborated the guidance for the use of values reserved for documentation in examples.</t>
          </li>
          <li>
            <t>Recommended the use of "example:" for URI examples.</t>
          </li>
          <li>
            <t>Added a new section "Defining Standard Tags" (<xref target="sec-tags"/>) to echo the guidance in <xref target="RFC8819"/>.</t>
          </li>
          <li>
            <t>Recommended against the use of "case + when" construct in some cases.</t>
          </li>
          <li>
            <t>Added a discussion about the prefix pattern to use for example modules.</t>
          </li>
          <li>
            <t>Updated the NMDA guidance in the narrative text to highlight modules that are not NMDA-compliant.</t>
          </li>
          <li>
            <t>Added a new section about YANG module classification.</t>
          </li>
          <li>
            <t>Fixed an inconsistency in Section 4.6.2 where the example mentions identities, but uses them without their prefix as per Section 4.6.4.</t>
          </li>
          <li>
            <t>Fixed an inconsistency in Section 4.6.4 which fails to use "derived-from-or-self()" mentioned back in Section 4.6.2.</t>
          </li>
          <li>
            <t>Added a new section for modeling abstract data structures.</t>
          </li>
          <li>
            <t>Added a discussion about "must + error-message" constructs for state data.</t>
          </li>
          <li>
            <t>Added text about summary of changes in revision statements.</t>
          </li>
          <li>
            <t>Added a template for IANA-maintained modules.</t>
          </li>
          <li>
            <t>Updates RFC 6020 to record current IANA practices for registering modules and their revisions.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="terminology-notation-conventions">
      <name>Terminology &amp; Notation Conventions</name>
      <t>Some of the templates defined in the document uses "--" to easily identify
  specific instructions to the authors. Text prefixed with "--" must not be
  copied as such when using a template. Note that for YANG templates, "//"
  is used to convey such instructions.</t>
      <t>The following terms are used throughout this document:</t>
      <dl>
        <dt>IANA-maintained module:</dt>
        <dd>
          <t>A YANG module that is maintained by IANA (e.g., "iana-tunnel-type" <xref target="RFC8675"/> or "iana-pseudowire-types" <xref target="RFC9291"/>).</t>
        </dd>
        <dt>IETF module:</dt>
        <dd>
          <t>A YANG module that is published by the IETF and which is not maintained by IANA.</t>
        </dd>
        <dt>published:</dt>
        <dd>
          <t>A stable release of a module or submodule.  For
 example, the "Request for Comments" described in
 <xref section="2.1" sectionFormat="of" target="RFC2026"/> is considered a stable publication.</t>
        </dd>
        <dt>unpublished:</dt>
        <dd>
          <t>An unstable release of a module or submodule.  For
 example the "Internet-Draft" described in <xref section="2.2" sectionFormat="of" target="RFC2026"/>
 is considered an unstable publication that is a work in progress,
 subject to change at any time.</t>
        </dd>
        <dt>YANG fragment:</dt>
        <dd>
          <t>A set of YANG statements that are not intended to
 represent a complete YANG module or submodule.  These statements
 are not intended for actual use, except to provide an example of
 YANG statement usage.  The invalid syntax "..." is sometimes used
 to indicate that additional YANG statements would be present in a
 real YANG module.</t>
        </dd>
        <dt>YANG tree diagram:</dt>
        <dd>
          <t>A diagram representing the contents of a YANG
 module, as defined in <xref target="RFC8340"/>.  It is also called a "tree
 diagram".</t>
        </dd>
      </dl>
      <section anchor="netconf-terms">
        <name>NETCONF Terms</name>
        <t>The following terms are defined in <xref target="RFC6241"/> and are not redefined
   here:</t>
        <ul spacing="normal">
          <li>
            <t>capabilities</t>
          </li>
          <li>
            <t>client</t>
          </li>
          <li>
            <t>operation</t>
          </li>
          <li>
            <t>server</t>
          </li>
        </ul>
      </section>
      <section anchor="yang-terms">
        <name>YANG Terms</name>
        <t>The following terms are defined in <xref target="RFC7950"/> and are not redefined
   here:</t>
        <ul spacing="normal">
          <li>
            <t>data node</t>
          </li>
          <li>
            <t>module</t>
          </li>
          <li>
            <t>namespace</t>
          </li>
          <li>
            <t>submodule</t>
          </li>
          <li>
            <t>version</t>
          </li>
          <li>
            <t>YANG</t>
          </li>
          <li>
            <t>YIN</t>
          </li>
        </ul>
        <t>Note that the term 'module' may be used as a generic term for a YANG
   module or submodule.  When describing properties that are specific to
   submodules, the term 'submodule' is used instead.</t>
      </section>
      <section anchor="network-management-datastore-architecture-nmda-terms">
        <name>Network Management Datastore Architecture (NMDA) Terms</name>
        <t>The following terms are defined in <xref target="RFC8342"/> and are not redefined
   here:</t>
        <ul spacing="normal">
          <li>
            <t>configuration</t>
          </li>
          <li>
            <t>conventional configuration datastore</t>
          </li>
          <li>
            <t>datastore</t>
          </li>
          <li>
            <t>operational state</t>
          </li>
          <li>
            <t>operational state datastore</t>
          </li>
        </ul>
      </section>
      <section anchor="requirements-notation">
        <name>Requirements Notation</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="general-documentation-guidelines">
      <name>General Documentation Guidelines</name>
      <t>YANG modules under review are likely to be contained in Internet-
   Drafts (I-Ds).  All guidelines for I-D authors <xref target="ID-Guidelines"/> <bcp14>MUST</bcp14>
   be followed.  The guidelines for RFCs should be followed and are
   defined in the following: <xref target="RFC7322"/> (and any future RFCs that
   obsolete it), <xref target="RFC-STYLE"/>, and <xref target="RFC7841"/>.</t>
      <t>The following sections <bcp14>MUST</bcp14> be present in an I-D containing a YANG module:</t>
      <ul spacing="normal">
        <li>
          <t>Narrative sections</t>
        </li>
        <li>
          <t>Definition sections</t>
        </li>
        <li>
          <t>Security Considerations section</t>
        </li>
        <li>
          <t>IANA Considerations section</t>
        </li>
        <li>
          <t>References section</t>
        </li>
      </ul>
      <t>There are three usage scenarios for YANG that can appear in an I-D or
   RFC:</t>
      <ul spacing="normal">
        <li>
          <t>normative module or submodule</t>
        </li>
        <li>
          <t>example module or submodule</t>
        </li>
        <li>
          <t>example YANG fragment not part of any module or submodule</t>
        </li>
      </ul>
      <t>The guidelines in this document refer mainly to a normative module or
   submodule but may be applicable to example modules and YANG fragments
   as well.</t>
      <section anchor="module-copyright">
        <name>Module Copyright</name>
        <t>The module "description" statement <bcp14>MUST</bcp14> contain a reference to the
   latest approved IETF Trust Copyright statement, which is available
   online at:</t>
        <artwork><![CDATA[
    <https://trustee.ietf.org/license-info/>
]]></artwork>
      </section>
      <section anchor="code-components">
        <name>Code Components</name>
        <t>Each normative YANG module or submodule contained within an I-D or
   RFC is considered to be a code component.  The strings <tt>"&lt;CODE
   BEGINS&gt;" and "&lt;CODE ENDS&gt;"</tt> <bcp14>MUST</bcp14> be used to identify each code
   component.</t>
        <t>The <tt>"&lt;CODE BEGINS&gt;"</tt> tag <bcp14>MUST</bcp14> be followed by a string identifying
   the file name specified in <xref section="5.2" sectionFormat="of" target="RFC7950"/>.  The name string
   form that includes the revision date <bcp14>SHOULD</bcp14> be used.  The revision
   date <bcp14>MUST</bcp14> match the date used in the most recent revision of the
   module.</t>
        <t>The following example is for the "2016-03-20" revision of the
   "ietf-foo" module:</t>
        <sourcecode type="yang"><![CDATA[
<CODE BEGINS> file "ietf-foo@2016-03-20.yang"

    module ietf-foo {
      namespace "urn:ietf:params:xml:ns:yang:ietf-foo";
      prefix "foo";
      organization "...";
      contact "...";
      description "...";
      revision 2016-03-20 {
        description "Latest revision";
        reference "RFC FFFF: Foo Protocol";
      }
      // ... more statements
    }

<CODE ENDS>
]]></sourcecode>
        <section anchor="example-modules">
          <name>Example Modules</name>
          <t>Example modules are not code components.  The <tt>&lt;CODE BEGINS&gt;</tt>
convention <bcp14>MUST NOT</bcp14> be used for example modules.</t>
          <t>An example module <bcp14>SHOULD</bcp14> be named using the term "example", followed
by a hyphen, followed by a descriptive name, e.g., "example-toaster".</t>
          <t>See <xref target="sec-namespace-assignments"/> regarding the namespace guidelines for example
modules.</t>
        </section>
      </section>
      <section anchor="terminology-section">
        <name>Terminology Section</name>
        <t>A terminology section <bcp14>MUST</bcp14> be present if any terms are defined in the
document or if any terms are imported from other documents.</t>
      </section>
      <section anchor="tree-diagrams">
        <name>Tree Diagrams</name>
        <t>YANG tree diagrams provide a concise representation of a YANG module
and <bcp14>SHOULD</bcp14> be included to help readers understand YANG module
structure. If the complete tree diagram for a module becomes long (more than 2 pages, typically),
the diagram <bcp14>SHOULD</bcp14> be split into several smaller diagrams (a.k.a subtrees). For the reader's convenience, a subtree should fit within a page. If the complete tree diagram is too long (more than 5 pages, typically) even with groupings unexpanded (<xref section="2.2" sectionFormat="of" target="RFC8340"/>), the authors <bcp14>SHOULD NOT</bcp14> include it in the document. A stable pointer to retrieve the full tree <bcp14>MAY</bcp14> be included.</t>
        <t>The document <bcp14>SHOULD</bcp14> include the following note if the full tree is not included:</t>
        <artwork><![CDATA[
     -- If no stable pointer to retrieve the tree is included

     The full tree diagram of the module can be generated using,
     e.g., the "pyang" tool. That tree is not included here because
     it is too long (Section 3.4 of [RFCAAAA]). Instead, subtrees
     are provided for the reader's convenience.

     -- If a stable pointer to retrieve the tree is included

     The full tree diagram of the module can be retrieved at
     <stable_url_ref>. That tree is not included here because it is too
     long (Section 3.4 of [RFCAAAA]). Instead, subtrees are provided
     for the reader's convenience.
]]></artwork>
        <t>These guidelines take precedence over the generic guidance in <xref section="3" sectionFormat="of" target="RFC8340"/>.</t>
        <ul empty="true">
          <li>
            <t>The tooling may evolve in the future to provide better rendering of too long trees. This tooling may offer (but not limited to), unfold trees, control of expanded views, ease navigation among various levels of a tree, support of hyperlinks, etc. When such a tooling is available, too long trees can be displayed in the HTML version of documents that include such trees.</t>
          </li>
        </ul>
        <t>If YANG tree diagrams are used, then an informative reference to the
YANG tree diagrams specification <bcp14>MUST</bcp14> be included in the document.
Refer to <xref section="2.2" sectionFormat="of" target="RFC8349"/> for an example of such a reference.</t>
      </section>
      <section anchor="narrative-sections">
        <name>Narrative Sections</name>
        <t>The narrative part <bcp14>MUST</bcp14> include an overview section that describes
the scope and field of application of the module(s) defined by the
specification and that specifies the relationship (if any) of these
modules to other standards, particularly to standards containing
other YANG modules.  The narrative part <bcp14>SHOULD</bcp14> include one or more
sections to briefly describe the structure of the modules defined in
the specification.</t>
        <t>If the module or modules defined by the specification imports
definitions from other modules (except for those defined in <xref target="RFC7950"/>
or <xref target="RFC6991"/>) or are always implemented in conjunction with other
modules, then those facts <bcp14>MUST</bcp14> be noted in the overview section; any
special interpretations of definitions in other modules <bcp14>MUST</bcp14> be noted
as well.  Refer to <xref section="2.3" sectionFormat="of" target="RFC8349"/> for an example of this
overview section.</t>
        <t>If the document contains major Network Management Datastore Architecture (NMDA) exceptions or include a temporary non-NMDA module <xref target="RFC8342"/>, then the Introduction
section should mention this fact with the reasoning that motivated that design.
Refer to <xref target="sec-op-state"/> for more NMDA-related guidance. Specifically, <xref target="sec-4.23.2"/> includes a recommendation for designers to describe and justify any NMDA exceptions in detail as part of the module itself.</t>
        <t>Consistent indentation <bcp14>SHOULD</bcp14> be used for all examples, including
YANG fragments and protocol message instance data.  If line wrapping
is done for formatting purposes, then this <bcp14>SHOULD</bcp14> be noted following <xref target="RFC8792"/>, as shown
in the following example:</t>
        <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

<myleaf xmlns="tag:example.com,2017:example-two">this is a long \
value so the line needs to wrap to stay within 72 characters</myleaf>
]]></artwork>
        <t>Native YANG features (e.g., breaking line, "+") <bcp14>SHOULD</bcp14> be used to fit a module into the line limits.
Exceptionally, RFC8792-folding of YANG modules <bcp14>MAY</bcp14> be used if and only if native YANG features are not sufficient.
A similar approach (e.g., use "--yang-line-length 69" or split a tree into subtrees) <bcp14>SHOULD</bcp14> be followed for tree diagrams.</t>
        <section anchor="yang-module-classification">
          <name>YANG Module Classification</name>
          <t>The narrative section <bcp14>SHOULD</bcp14> include a mention about the classification
of a given model. Such a mention is meant to ease positioning the
module in the overall operational ecosystem. Specifically, the following types
from <xref target="RFC8309"/> and <xref target="RFC8969"/> can be used:</t>
          <dl>
            <dt>Service Model:</dt>
            <dd>
              <t>Describes a service and the parameters of the service in a
portable way that can be used uniformly and independent of the
equipment and operating environment.</t>
            </dd>
            <dt/>
            <dd>
              <t>Examples of service models are the L3VPN Service Model (L3SM) <xref target="RFC8299"/> and the L2VPN Service Model (L2SM) <xref target="RFC8466"/>.</t>
            </dd>
            <dt>Network Model:</dt>
            <dd>
              <t>Describes a network-level abstraction (or a subset of aspects of a network infrastructure), including devices and their subsystems, and relevant protocols operating at the link and network layers across multiple devices. This model corresponds to the network configuration model discussed in <xref target="RFC8309"/>.</t>
            </dd>
            <dt/>
            <dd>
              <t>It can be used by a network operator to allocate resources (e.g., tunnel resource, topology resource) for the service or schedule resources to meet the service requirements defined in a service model.</t>
            </dd>
            <dt/>
            <dd>
              <t>Examples of network models are the L3VPN Network Model (L3NM) <xref target="RFC9182"/> or the L2VPN Network Model (L2NM) <xref target="RFC9291"/>.</t>
            </dd>
            <dt>Device Model:</dt>
            <dd>
              <t>Refers to the Network Element YANG data model described in <xref target="RFC8199"/> or the device configuration model discussed in <xref target="RFC8309"/>.</t>
            </dd>
            <dt/>
            <dd>
              <t>Device models are also used to refer to model a function embedded in a device (e.g., Access Control Lists (ACLs) <xref target="RFC8519"/>).</t>
            </dd>
            <dt/>
            <dd>
              <t>A comprehensive list of device models is provided in Appendix 4.2 of <xref target="RFC8969"/>.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="definitions-section">
        <name>Definitions Section</name>
        <t>This section contains the module(s) defined by the specification.
These modules <bcp14>SHOULD</bcp14> be written using the YANG 1.1 <xref target="RFC7950"/> syntax.
YANG 1.0 <xref target="RFC6020"/> syntax <bcp14>MAY</bcp14> be used if no YANG 1.1 constructs or
semantics are needed in the module.  If any of the imported YANG
modules are written using YANG 1.1, then the module <bcp14>MUST</bcp14> be written
using YANG 1.1.</t>
        <t>A YIN syntax version of the module <bcp14>MAY</bcp14> also be present in the
document.  There <bcp14>MAY</bcp14> also be other types of modules present in the
document, such as Structure of Management Information Version 2
(SMIv2), which are not affected by these guidelines.</t>
        <t>Note that if the module itself is considered normative and not an
example module or example YANG fragment, then all YANG statements
within a YANG module are considered normative.  The use of keywords
defined in <xref target="RFC2119"/> and <xref target="RFC8174"/> apply to YANG "description"
statements in normative modules exactly as they would in any other
normative section.</t>
        <t>Example YANG modules and example YANG fragments <bcp14>MUST NOT</bcp14> contain any
normative text, including any all-uppercase reserved words from
<xref target="RFC2119"/> and <xref target="RFC8174"/>.</t>
        <t>Consistent indentation and formatting <bcp14>SHOULD</bcp14> be used in all YANG
statements within a module.</t>
        <t>See <xref target="sec-usage-guidelines"/> for guidelines on YANG usage.</t>
      </section>
      <section anchor="sec-sec-cons-sec">
        <name>Security Considerations Section</name>
        <t>Each specification that defines one or more modules <bcp14>MUST</bcp14> contain a
   section that discusses security considerations relevant to those
   modules.</t>
        <t>Unless the modules comply with <xref target="RFC8791"/> or define YANG extensions (e.g., <xref target="RFC7952"/>), the security section <bcp14>MUST</bcp14>
   be patterned after the latest approved template
   (available at <tt>&lt;https://trac.ietf.org/trac/ops/wiki/yang-security-guidelines&gt;</tt>).  <xref target="sec-security-template"/> contains the security considerations
   template.  Authors
   <bcp14>MUST</bcp14> check the web page at the URL listed above in case there is a
   more recent version available.</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>
            <t>Writable data nodes that could be especially disruptive if abused
 <bcp14>MUST</bcp14> be explicitly listed by name, and the associated security
 risks <bcp14>MUST</bcp14> be explained.</t>
          </li>
          <li>
            <t>Readable data nodes that contain especially sensitive information
 or that raise significant privacy concerns <bcp14>MUST</bcp14> be explicitly
 listed by name, and the reasons for the sensitivity/privacy
 concerns <bcp14>MUST</bcp14> be explained.</t>
          </li>
          <li>
            <t>Operations (i.e., YANG "rpc" statements) that are potentially
 harmful to system behavior or that raise significant privacy
 concerns <bcp14>MUST</bcp14> be explicitly listed by name, and the reasons for
 the sensitivity/privacy concerns <bcp14>MUST</bcp14> be explained.</t>
          </li>
        </ul>
        <t>Documents that define exclusively modules following the extension in <xref target="RFC8791"/> are not required to include the security template in <xref target="sec-security-template"/>. Likewise, following the template is not required for modules that define YANG extensions such as <xref target="RFC7952"/>.</t>
        <section anchor="sec-security-template">
          <name>Security Considerations Section Template</name>
          <sourcecode markers="true"><![CDATA[


X.  Security Considerations

This section uses the template described in Section 3.7 of [RFCAAAA].

The YANG module specified in this document defines a schema for data
that is designed to be accessed via network management protocols such
as NETCONF [RFC6241] or RESTCONF [RFC8040]. These network management 
protocols are required to use a secure transport layer and mutual
authentication, e.g., SSH [RFC6242] without the "none" authentication
option, Transport Layer Security (TLS) [RFC8446] with mutual X.509 
authentication, and HTTPS with HTTP authentication (Section 11 of
[RFC9110]).

The Network Configuration Access Control Model (NACM) [RFC8341]
provides the means to restrict access for particular NETCONF or
RESTCONF users to a preconfigured subset of all available NETCONF or
RESTCONF protocol operations and content.

 -- if you have any writable data nodes (those are all the
 -- "config true" nodes, and remember, that is the default)
 -- describe their specific sensitivity or vulnerability.

There are a number of data nodes defined in this YANG module that are
writable/creatable/deletable (i.e., "config true", which is the
default).  These data nodes may be considered sensitive or vulnerable
in some network environments.  Write operations (e.g., edit-config)
and delete operations to these data nodes without proper protection
or authentication can have a negative effect on network operations.
Specifically, the following subtrees and data nodes have particular
sensitivities/vulnerabilities:

<list subtrees and data nodes and explain the associated security
 risks with a focus on how they can be disruptive if abused>

 -- for all YANG modules you must evaluate whether any readable data
 -- nodes (those are all the "config false" nodes, but also all other
 -- nodes, because they can also be read via operations like get or
 -- get-config) are sensitive or vulnerable (for instance, if they
 -- might reveal customer information or violate personal privacy
 -- laws such as those of the European Union if exposed to
 -- unauthorized parties)

Some of the readable data nodes in this YANG module may be considered
sensitive or vulnerable in some network environments.  It is thus
important to control read access (e.g., via get, get-config, or
notification) to these data nodes. Specifically, the following
subtrees and data nodes have particular sensitivities/
vulnerabilities:

<list subtrees and data nodes and explain the reasons for
 the sensitivity/privacy concerns>

 -- if your YANG module has defined any RPC operations
 -- describe their specific sensitivity or vulnerability.

Some of the RPC operations in this YANG module may be considered
sensitive or vulnerable in some network environments.  It is thus
important to control access to these operations.  Specifically,
the following operations have particular sensitivities/
vulnerabilities:

<list RPC operations and explain the reasons for the sensitivity/
 privacy concerns>

   -- if your YANG module reuses groupings from other modules and
   -- the document that specifies these groupings also
   -- includes those as data nodes, then add this text to remind
   -- the specific sensitivity or vulnerability of reused nodes.

This YANG module uses groupings from other YANG modules that
define nodes that may be considered sensitive or vulnerable
in network environments. Refer to the Security Considerations
of <RFC-insert-numbers> for information as to which nodes may
be considered sensitive or vulnerable in network environments.

  -- if your YANG module does not define any data nodes, then
  -- add the following text

The YANG module defines a set of identities, types, and
groupings. These nodes are intended to be reused by other YANG
modules. The module by itself does not expose any data nodes that
are writable, data nodes that contain read-only state, or RPCs. 
As such, there are no additional security issues related to 
the YANG module that need to be considered.

Modules that use the groupings that are defined in this document
should identify the corresponding security considerations. For
example, reusing some of these groupings will expose privacy-related
information (e.g., 'node-example').

]]></sourcecode>
          <dl>
            <dt>Note:</dt>
            <dd>
              <t><xref target="RFC8341"/> (or a future RFC that replaces it) <bcp14>MUST</bcp14> be listed as normative references.</t>
            </dd>
            <dt/>
            <dd>
              <t>By default, <xref target="RFC6241"/>, <xref target="RFC6242"/>, <xref target="RFC8040"/>, <xref target="RFC8446"/>, and <xref target="RFC9110"/> (or future RFCs that replace any of them) are listed as informative references unless normatively cited in other sections of the document that specifies the YANG module.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="sec-iana-cons">
        <name>IANA Considerations Section</name>
        <t>In order to comply with IESG policy as set forth in <tt>&lt;https://www.ietf.org/id-info/checklist.html&gt;</tt>, every I-D that is
submitted to the IESG for publication <bcp14>MUST</bcp14> contain an IANA
Considerations section.  The requirements for this section vary
depending on what actions are required of the IANA. If there are no
IANA considerations applicable to the document, then the IANA
Considerations section will state that "This document has no IANA
actions".  Refer to the guidelines in <xref target="RFC8126"/> for more details.</t>
        <t>Each normative YANG module <bcp14>MUST</bcp14> be registered in both the "IETF XML
Registry" <xref target="RFC3688"/> <xref target="IANA-XML"/> and the "YANG Module Names" registry
<xref target="RFC6020"/> <xref target="IANA-MOD-NAMES"/>. The registration request in the "YANG Module Names" registry
should indicate whether the module is IANA-maintained or not. This applies to new modules and updated
modules. An example of an update registration for the
"ietf-template" module can be found in <xref target="sec-iana"/>.</t>
        <t>A registration template is provided below:</t>
        <artwork><![CDATA[
   IANA is requested to register the following URI in the "ns"
   subregistry within the "IETF XML Registry" [RFC3688]:

      URI:
      Registrant Contact:  The IESG.
      XML: N/A; the requested URI is an XML namespace.

   IANA is requested to register the following YANG module in the "YANG
   Module Names" subregistry [RFC6020] within the "YANG Parameters"
   registry.

      Name:
      Maintained by IANA?  Y/N
      Namespace:
      Prefix:
      Reference:
]]></artwork>
        <t>Additional IANA considerations applicable to IANA-maintained modules (including instructions to maintain them) are provided in <xref target="sec-iana-mm"/>.</t>
        <section anchor="documents-that-create-a-new-namespace">
          <name>Documents That Create a New Namespace</name>
          <t>If an I-D defines a new namespace that is to be administered by the
IANA, then the document <bcp14>MUST</bcp14> include an IANA Considerations section
that specifies how the namespace is to be administered.</t>
          <t>Specifically, if any YANG module namespace statement value contained
in the document is not already registered with IANA, then a new entry
in the "ns" subregistry within the "IETF XML Registry" <bcp14>MUST</bcp14> be
requested from the IANA.</t>
        </section>
        <section anchor="documents-that-extend-an-existing-namespace">
          <name>Documents That Extend an Existing Namespace</name>
          <t>It is possible to extend an existing namespace using a YANG submodule
that belongs to an existing module already administered by IANA.  In
this case, the document containing the main module <bcp14>MUST</bcp14> be updated to
use the latest revision of the submodule.</t>
        </section>
      </section>
      <section anchor="references-sections">
        <name>References Sections</name>
        <t>For every import or include statement that appears in a module
contained in the specification that identifies a module in a separate
document, a corresponding normative reference to that document <bcp14>MUST</bcp14>
appear in the Normative References section.  The reference <bcp14>MUST</bcp14>
correspond to the specific module version actually used within the
specification.</t>
        <t>For every normative reference statement that appears in a module
contained in the specification that identifies a separate document, a
corresponding normative reference to that document <bcp14>SHOULD</bcp14> appear in
the Normative References section.  The reference <bcp14>SHOULD</bcp14> correspond to
the specific document version actually used within the specification.
If the reference statement identifies an informative reference that
identifies a separate document, a corresponding informative reference
to that document <bcp14>MAY</bcp14> appear in the Informative References section.</t>
      </section>
      <section anchor="sec-tools">
        <name>Validation Tools</name>
        <t>All modules need to be validated before submission in an I-D.  The
'pyang' YANG compiler is freely available from GitHub:</t>
        <artwork><![CDATA[
  <https://github.com/mbj4668/pyang>
]]></artwork>
        <t>If the 'pyang' compiler is used to validate a normative module, then
the "--ietf" command-line option <bcp14>MUST</bcp14> be used to identify any IETF
guideline issues.</t>
        <t>If the 'pyang' compiler is used to validate an example module, then
the "--ietf" command-line option <bcp14>MAY</bcp14> be used to identify any IETF
guideline issues.</t>
        <t>To ensure that a module fits into the line limits of an I-D, the command
"pyang -f yang --keep-comments --yang-line-length 69" should be used.</t>
        <t>The "yanglint" program is also freely available from GitHub.</t>
        <artwork><![CDATA[
  <https://github.com/CESNET/libyang>
]]></artwork>
        <t>This tool can be used to validate XPath statements within YANG
modules.</t>
        <t>To check that JSON-encoded examples <xref target="RFC7951"/> comply with the target data models,
programs such as "yangson" or "yanglint" should be used. Both programs are freely available from GitHub.</t>
        <artwork><![CDATA[
  <https://github.com/CZ-NIC/yangson>
  <https://github.com/CESNET/libyang>
]]></artwork>
      </section>
      <section anchor="module-extraction-tools">
        <name>Module Extraction Tools</name>
        <t>A version of 'rfcstrip' that will extract YANG modules from an I-D or
RFC is available.  The 'rfcstrip' tool that supports YANG module
extraction is freely available at:</t>
        <artwork><![CDATA[
  <https://github.com/mbj4668/rfcstrip>
]]></artwork>
        <t>This tool can be used to verify that the <tt>"&lt;CODE BEGINS&gt;"</tt> and <tt>"&lt;CODE
ENDS&gt;"</tt> tags are used correctly and that the normative YANG modules
can be extracted correctly.</t>
        <t>The "xym" tool is freely available on GitHub and can be used to
extract YANG modules from a document.</t>
        <artwork><![CDATA[
   <https://github.com/xym-tool/xym>
]]></artwork>
      </section>
      <section anchor="module-usage-examples">
        <name>Module Usage Examples</name>
        <t>Each specification that defines one or more modules <bcp14>SHOULD</bcp14> contain
usage examples, either throughout the document or in an appendix.
This includes example instance document snippets in an appropriate
encoding (e.g., XML and/or JSON) to demonstrate the intended usage of
the YANG module(s).  Example modules <bcp14>MUST</bcp14> be validated.  Refer to
<xref target="sec-tools"/> for tools that validate YANG modules and examples. If IP addresses/prefixes
are used, then a mix of either IPv4 and IPv6 addresses/prefixes or IPv6
addresses/prefixes exclusively <bcp14>SHOULD</bcp14> be used in the examples.</t>
        <t>For some types (IP addresses, domain names, etc.), the IETF has reserved values for
documentation use. Authors <bcp14>SHOULD</bcp14> use these reserved values in the usage examples if these types are used. Examples of reserved values are listed below:</t>
        <ul spacing="normal">
          <li>
            <t>IPv4 and IPv6 addresses/prefixes reserved for documentation are defined in <xref target="RFC5737"/> and <xref target="RFC3849"/>.</t>
          </li>
          <li>
            <t>The Enterprise Number 32473 reserved for documentation use is defined in <xref target="RFC5612"/>.</t>
          </li>
          <li>
            <t>Autonomous System Numbers (ASNs) reserved for documentation use are defined in <xref target="RFC5398"/>.</t>
          </li>
          <li>
            <t>Reserved domain names for documentation are defined in <xref target="RFC2606"/>.</t>
          </li>
        </ul>
        <t>URI examples <bcp14>SHOULD</bcp14> be prefixed with "example:".</t>
      </section>
    </section>
    <section anchor="sec-usage-guidelines">
      <name>YANG Usage Guidelines</name>
      <t>Modules in IETF Standards Track specifications <bcp14>MUST</bcp14> comply with all
syntactic and semantic requirements of YANG 1.1 <xref target="RFC7950"/>.  See the
exception for YANG 1.0 in Section 3.6.  The guidelines in this
section are intended to supplement the YANG specification <xref target="RFC7950"/>,
which is intended to define a minimum set of conformance
requirements.</t>
      <t>In order to promote interoperability and establish a set of practices
based on previous experience, the following sections establish usage
guidelines for specific YANG constructs.</t>
      <t>Only guidelines that clarify or restrict the minimum conformance
requirements are included here.</t>
      <section anchor="module-naming-conventions">
        <name>Module Naming Conventions</name>
        <t>Normative modules contained in Standards Track documents <bcp14>MUST</bcp14> be
named according to the guidelines in the IANA Considerations section
of <xref target="RFC7950"/>.</t>
        <t>A distinctive word or abbreviation (e.g., protocol name or working
group abbreviation) <bcp14>SHOULD</bcp14> be used in the module name.  If new
definitions are being defined to extend one or more existing modules,
then the same word or abbreviation should be reused, instead of
creating a new one.</t>
        <t>All published module names <bcp14>MUST</bcp14> be unique.  For a YANG module
published in an RFC, this uniqueness is guaranteed by IANA (<xref section="14" sectionFormat="of" target="RFC6020"/>).  For
unpublished modules, the authors need to check that no other work in
progress is using the same module name.</t>
        <t>Example modules are non-normative and <bcp14>SHOULD</bcp14> be named with the prefix
"example-".</t>
        <t>It is suggested that a stable prefix be selected that represents the
entire organization.  All normative YANG modules published by the
IETF <bcp14>MUST</bcp14> begin with the prefix "ietf-".  Another standards
organization, such as the IEEE, might use the prefix "ieee-" for all
YANG modules.</t>
        <t>Once a module name is published, it <bcp14>MUST NOT</bcp14> be reused, even if the
RFC containing the module is reclassified to "Historic" status.  A
module name cannot be changed in YANG, and this would be treated as a
new module, not a name change.</t>
      </section>
      <section anchor="prefixes">
        <name>Prefixes</name>
        <t>All YANG definitions are scoped by the module containing the
definition being referenced.  This allows definitions from multiple
modules to be used, even if the names are not unique.  In the example
below, the identifier "foo" is used in all three modules:</t>
        <sourcecode type="yang"><![CDATA[
    module example-foo {
      namespace "tag:example.com,2017:example-foo";
      prefix f;

      container foo;
    }

    module example-bar {
      namespace "tag:example.com,2017:example-bar";
      prefix b;

      typedef foo { type uint32; }
    }

    module example-one {
      namespace "tag:example.com,2017:example-one";
      prefix one;
      import example-foo { prefix f; }
      import example-bar { prefix b; }

      augment "/f:foo" {
        leaf foo { type b:foo; }
      }
    }
]]></sourcecode>
        <t>YANG defines the following rules for prefix usage:</t>
        <ul spacing="normal">
          <li>
            <t>Prefixes are never used for built-in data types and YANG keywords.</t>
          </li>
          <li>
            <t>A prefix <bcp14>MUST</bcp14> be used for any external statement (i.e., a statement defined with the YANG "extension" statement).</t>
          </li>
          <li>
            <t>The proper module prefix <bcp14>MUST</bcp14> be used for all identifiers imported from other modules.</t>
          </li>
          <li>
            <t>The proper module prefix <bcp14>MUST</bcp14> be used for all identifiers included from a submodule.</t>
          </li>
        </ul>
        <t>The following guidelines apply to prefix usage of the current (local)
module:</t>
        <ul spacing="normal">
          <li>
            <t>The local module prefix <bcp14>SHOULD</bcp14> be used instead of no prefix in all path expressions.</t>
          </li>
          <li>
            <t>The local module prefix <bcp14>MUST</bcp14> be used instead of no prefix in all "default" statements for an "identityref" or "instance-identifier" data type.</t>
          </li>
          <li>
            <t>The local module prefix <bcp14>MAY</bcp14> be used for references to typedefs, groupings, extensions, features, and identities defined in the module.</t>
          </li>
        </ul>
        <t>Prefix values <bcp14>SHOULD</bcp14> be short but meaningful to the intended user. Prefix values <bcp14>SHOULD NOT</bcp14> conflict with known modules that have been previously published.</t>
        <t>For convenience, prefix values of example modules <bcp14>MAY</bcp14> be prefixed with "ex"
or similar patterns. In doing so, readers of example modules or tree diagrams
that mix both example and standard modules can easily identify example parts.</t>
      </section>
      <section anchor="identifiers">
        <name>Identifiers</name>
        <t>All YANG identifiers in published modules <bcp14>MUST</bcp14> be between 1 and 64 characters in length.  These include any construct
specified as an "identifier-arg-str" token in the ABNF in <xref section="14" sectionFormat="of" target="RFC7950"/>.</t>
        <section anchor="sec-id-naming">
          <name>Identifier Naming Conventions</name>
          <t>Identifiers <bcp14>SHOULD</bcp14> follow a consistent naming pattern throughout the
module.  Only lowercase letters, numbers, and dashes <bcp14>SHOULD</bcp14> be used
in identifier names.  Uppercase characters, the period character, and
the underscore character <bcp14>MAY</bcp14> be used if the identifier represents a
well-known value that uses these characters.  YANG does not permit
any other characters in YANG identifiers.</t>
          <t>Identifiers <bcp14>SHOULD</bcp14> include complete words and/or well-known acronyms
or abbreviations.  Child nodes within a container or list <bcp14>SHOULD NOT</bcp14>
replicate the parent identifier.  YANG identifiers are hierarchical
and are only meant to be unique within the set of sibling nodes
defined in the same module namespace.</t>
          <t>List identifiers <bcp14>SHOULD</bcp14> be singular with the surrounding container name plural.
Similarly, "leaf-list" identifiers <bcp14>SHOULD</bcp14> be singular.</t>
          <t>It is permissible to use common identifiers such as "name" or "id" in
data definition statements, especially if these data nodes share a
common data type.</t>
          <t>Identifiers <bcp14>SHOULD NOT</bcp14> carry any special semantics that identify data
modeling properties.  Only YANG statements and YANG extension
statements are designed to convey machine-readable data modeling
properties.  For example, naming an object "config" or "state" does
not change whether it is configuration data or state data.  Only
defined YANG statements or YANG extension statements can be used to
assign semantics in a machine-readable format in YANG.</t>
        </section>
      </section>
      <section anchor="defaults">
        <name>Defaults</name>
        <t>In general, it is suggested that substatements containing very common
default values <bcp14>SHOULD NOT</bcp14> be present.  The substatements listed in <xref target="stat-def"/>
are commonly used with the default value, which would make the module
difficult to read if used everywhere they are allowed.</t>
        <table anchor="stat-def">
          <name>Statement Defaults</name>
          <thead>
            <tr>
              <th align="left">Statement</th>
              <th align="left">Default Value</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">config</td>
              <td align="left">true</td>
            </tr>
            <tr>
              <td align="left">mandatory</td>
              <td align="left">false</td>
            </tr>
            <tr>
              <td align="left">max-elements</td>
              <td align="left">unbounded</td>
            </tr>
            <tr>
              <td align="left">min-elements</td>
              <td align="left">0</td>
            </tr>
            <tr>
              <td align="left">ordered-by</td>
              <td align="left">system</td>
            </tr>
            <tr>
              <td align="left">status</td>
              <td align="left">current</td>
            </tr>
            <tr>
              <td align="left">yin-element</td>
              <td align="left">false</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="conditional-statements">
        <name>Conditional Statements</name>
        <t>A module may be conceptually partitioned in several ways, using the
"if-feature" and/or "when" statements.</t>
        <t>Data model designers need to carefully consider all modularity
aspects, including the use of YANG conditional statements.</t>
        <t>If a data definition is optional, depending on server support for a
NETCONF or RESTCONF protocol capability, then a YANG "feature"
statement <bcp14>SHOULD</bcp14> be defined.  The defined "feature" statement <bcp14>SHOULD</bcp14>
then be used in the conditional "if-feature" statement referencing
the optional data definition.</t>
        <t>If any notification data, or any data definition, for a non-
configuration data node is not mandatory, then the server may or may
not be required to return an instance of this data node.  If any
conditional requirements exist for returning the data node in a
notification payload or retrieval request, they <bcp14>MUST</bcp14> be documented
somewhere.  For example, a "when" or "if-feature" statement could
apply to the data node, or the conditional requirements could be
explained in a "description" statement within the data node or one of
its ancestors (if any).</t>
        <t>If any "if-feature" statements apply to a list node, then the same
"if-feature" statements <bcp14>MUST</bcp14> apply to any key leaf nodes for the
list.  There <bcp14>MUST NOT</bcp14> be any "if-feature" statements applied to any
key leafs that do not also apply to the parent list node.</t>
        <t>There <bcp14>SHOULD NOT</bcp14> be any "when" statements applied to a key leaf node.
It is possible that a "when" statement for an ancestor node of a key
leaf will have the exact node-set result as the key leaf.  In such a
case, the "when" statement for the key leaf is redundant and <bcp14>SHOULD</bcp14>
be avoided.</t>
        <t>Some modules use "case + when" construct but provide duplicated information (e.g., the "when" statements are constraining a single case in the choice as shown in the example below).
Such constructs with duplicated information <bcp14>SHOULD NOT</bcp14> be used.</t>
        <sourcecode type="yang"><![CDATA[
    leaf type {
      type enumeration {
        enum a;
        enum b;
        enum c;
      }
      mandatory true;
    }
    choice type-choice {
      case b {
        container type-b {
          when "../type = 'b'";
          leaf foo {
            type string;
          }
        }
      }
      case c {
        container type-c {
          when "../type = 'c'";
          leaf bar {
            mandatory true;
            type string;
          }
        }
      }
    }
]]></sourcecode>
        <t>The following example removes the duplicated information:</t>
        <sourcecode type="yang"><![CDATA[
    leaf type {
      type enumeration {
        enum a;
        enum b;
        enum c;
      }
      mandatory true;
    }
    choice type-choice {
      case b {
        container type-b {
          leaf foo {
            type string;
          }
        }
      }
      case c {
        container type-c {
          leaf bar {
            mandatory true;
            type string;
          }
        }
      }
    }
]]></sourcecode>
        <t>Note that the use of "case + when" is still useful in cases where complementary modelling constraints should be expressed. See the example provided below.</t>
        <sourcecode type="yang"><![CDATA[
    leaf type {
      type enumeration {
        enum a;
        enum b;
        enum c;
      }
    }
    choice second-type {
      mandatory true;
      case foo {
        container foo {
          presence "When present, indicates type foo"
          leaf foo-attribute {
            type string;
          }
        }
      }
      case b {
        container bar {
          when "../type = 'a' or ../type = 'b'";
          presence "When present, indicates type bar"
          leaf bar-attribute {
            type string;
          }
        }
      }
      case c {
        container baz {
          when "../type = 'c'";
          leaf baz-attribute {
            mandatory true;
            type string;
          }
        }
      }
    }
]]></sourcecode>
        <t><xref section="8.1" sectionFormat="of" target="RFC7950"/> includes a provision for defining a constraint
on state data and specifies that the constraint must be true in a valid state data.
However, <xref section="5.3" sectionFormat="of" target="RFC8342"/> softens that behavior by allowing semantic
constraints to be violated under some circumstances to help detecting anomalies.
Relaxing validation constraints on state data is meant to reveal deviations of
the observed behavior vs. intended behavior of a managed entity and hopefully
trigger corrective actions by a management system. From that perspective,
it is <bcp14>RECOMMENDED</bcp14> to avoid defining constraints on state data that would hinder
the detection by a management system of abnormal behaviors of a managed entity.</t>
      </section>
      <section anchor="xpath-usage">
        <name>XPath Usage</name>
        <t>This section describes guidelines for using the XML Path Language
(XPath) <xref target="W3C.REC-xpath"/> within YANG modules.</t>
        <section anchor="xpath-evaluation-contexts">
          <name>XPath Evaluation Contexts</name>
          <t>YANG defines five separate contexts for evaluation of XPath
statements:</t>
          <ol spacing="normal" type="1"><li>
              <t>The "running" datastore: collection of all YANG configuration
data nodes.  The document root is the conceptual container (e.g.,
"config" in the "edit-config" operation), which is the parent of
all top-level data definition statements with a "config"
statement value of "true".</t>
            </li>
            <li>
              <t>State data + the "running" datastore: collection of all YANG data
nodes.  The document root is the conceptual container, parent of
all top-level data definition statements.</t>
            </li>
            <li>
              <t>Notification: an event notification document.  The document root
is the notification element.</t>
            </li>
            <li>
              <t>RPC Input: The document root is the conceptual "input" node,
which is the parent of all RPC input parameter definitions.</t>
            </li>
            <li>
              <t>RPC Output: The document root is the conceptual "output" node,
which is the parent of all RPC output parameter definitions.</t>
            </li>
          </ol>
          <t>Note that these XPath contexts cannot be mixed.  For example, a
"when" statement in a notification context cannot reference
configuration data.</t>
          <sourcecode type="yang"><![CDATA[
    notification foo {
      leaf mtu {
        // NOT okay because when-stmt context is this notification
        when "/if:interfaces/if:interface[name='eth0']";
        type leafref {
          // Okay because path-stmt has a different context
          path "/if:interfaces/if:interface/if:mtu";
        }
      }
    }
]]></sourcecode>
          <t>It is especially important to consider the XPath evaluation context
for XPath expressions defined in groupings.  An XPath expression
defined in a grouping may not be portable, meaning it cannot be used
in multiple contexts and produce proper results.</t>
          <t>If the XPath expressions defined in a grouping are intended for a
particular context, then this context <bcp14>SHOULD</bcp14> be identified in the
"description" statement for the grouping.</t>
        </section>
        <section anchor="function-library">
          <name>Function Library</name>
          <t>The "position" and "last" functions <bcp14>SHOULD NOT</bcp14> be used.  This applies
to implicit use of the "position" function as well (e.g.,
<tt>'//chapter[42]'</tt>).  A server is only required to maintain the relative
XML document order of all instances of a particular user-ordered list
or leaf-list.  The "position" and "last" functions <bcp14>MAY</bcp14> be used if
they are evaluated in a context where the context node is a user-
ordered "list" or "leaf-list".</t>
          <t>The "id" function <bcp14>SHOULD NOT</bcp14> be used.  The "ID" attribute is not
present in YANG documents, so this function has no meaning.  The
XPath execution environment <bcp14>SHOULD</bcp14> return an empty string for this function.</t>
          <t>The "namespace-uri" and "name" functions <bcp14>SHOULD NOT</bcp14> be used.
Expanded names in XPath are different than YANG.  A specific
canonical representation of a YANG-expanded name does not exist.</t>
          <t>The "lang" function <bcp14>SHOULD NOT</bcp14> be used.  This function does not apply
to YANG because there is no "lang" attribute set with the document.
The XPath execution environment <bcp14>SHOULD</bcp14> return "false" for this function.</t>
          <t>The "local-name", "namespace-uri", "name", "string", and "number"
functions <bcp14>SHOULD NOT</bcp14> be used if the argument is a node-set.  If so,
the function result will be determined by the document order of the
node-set.  Since this order can be different on each server, the
function results can also be different.  Any function call that
implicitly converts a node-set to a string will also have this issue.</t>
          <t>The "local-name" function <bcp14>SHOULD NOT</bcp14> be used to reference local names
outside of the YANG module that defines the must or when expression
containing the "local-name" function.  Example of a "local-name"
function that should not be used:</t>
          <sourcecode type="yang"><![CDATA[
   /*[local-name()='foo']
]]></sourcecode>
          <t>The "derived-from-or-self" function <bcp14>SHOULD</bcp14> be used instead of an
equality expression for identityref values.  This allows the
identities to be conceptually augmented.</t>
          <t>Example:</t>
          <sourcecode type="yang"><![CDATA[
 // assume "ex" is the prefix of the module where the identity
 // name-format-null is defined

 // do not use
 when "md-name-format = 'name-format-null'";

 // this is preferred
 when "derived-from-or-self(md-name-format, 'ex:name-format-null')";
]]></sourcecode>
        </section>
        <section anchor="axes">
          <name>Axes</name>
          <t>The "attribute" and "namespace" axes are not supported in YANG and
   <bcp14>MAY</bcp14> be empty in a NETCONF or RESTCONF server implementation.</t>
          <t>The "preceding" and "following" axes <bcp14>SHOULD NOT</bcp14> be used.  These
   constructs rely on XML document order within a NETCONF or RESTCONF
   server configuration database, which may not be supported
   consistently or produce reliable results across implementations.
   Predicate expressions based on static node properties (e.g., element
   name or value, and "ancestor" or "descendant" axes) <bcp14>SHOULD</bcp14> be used
   instead.  The "preceding" and "following" axes <bcp14>MAY</bcp14> be used if
   document order is not relevant to the outcome of the expression
   (e.g., check for global uniqueness of a parameter value).</t>
          <t>The "preceding-sibling" and "following-sibling" axes <bcp14>SHOULD NOT</bcp14> be
   used; however, they <bcp14>MAY</bcp14> be used if document order is not relevant to
   the outcome of the expression.</t>
          <t>A server is only required to maintain the relative XML document order
   of all instances of a particular user-ordered list or leaf-list.  The
   "preceding-sibling" and "following-sibling" axes <bcp14>MAY</bcp14> be used if they
   are evaluated in a context where the context node is a user-ordered
   "list" or "leaf-list".</t>
        </section>
        <section anchor="types">
          <name>Types</name>
          <t>Data nodes that use the "int64" and "uint64" built-in type <bcp14>SHOULD NOT</bcp14>
   be used within numeric or boolean expressions.  There are boundary
   conditions in which the translation from the YANG 64-bit type to an
   XPath number can cause incorrect results.  Specifically, an XPath
   "double" precision floating-point number cannot represent very large
   positive or negative 64-bit numbers because it only provides a total
   precision of 53 bits.  The "int64" and "uint64" data types <bcp14>MAY</bcp14> be
   used in numeric expressions if the value can be represented with no
   more than 53 bits of precision.</t>
          <t>Data modelers need to be careful not to confuse the YANG value space
   and the XPath value space.  The data types are not the same in both,
   and conversion between YANG and XPath data types <bcp14>SHOULD</bcp14> be considered
   carefully.</t>
          <t>Explicit XPath data type conversions <bcp14>MAY</bcp14> be used (e.g., "string",
   "boolean", or "number" functions), instead of implicit XPath data
   type conversions.</t>
          <t>XPath expressions that contain a literal value representing a YANG
   identity <bcp14>SHOULD</bcp14> always include the declared prefix of the module
   where the identity is defined.</t>
          <t>XPath expressions for "when" statements <bcp14>SHOULD NOT</bcp14> reference the
   context node or any descendant nodes of the context node.  They <bcp14>MAY</bcp14>
   reference descendant nodes if the "when" statement is contained
   within an "augment" statement, and the referenced nodes are not
   defined within the "augment" statement.</t>
          <t>Example:</t>
          <sourcecode type="yang"><![CDATA[
augment "/rt:active-route/rt:input/rt:destination-address" {
  when 'derived-from-or-self(rt:address-family, "v4ur:ipv4-unicast")' {
    description
      "This augment is valid only for IPv4 unicast.";
  }
  // nodes defined here within the augment-stmt
  // cannot be referenced in the when-stmt
}
]]></sourcecode>
        </section>
        <section anchor="wildcards">
          <name>Wildcards</name>
          <t>It is possible to construct XPath expressions that will evaluate
   differently when combined with several modules within a server
   implementation rather than when evaluated within the single module.
   This is due to augmenting nodes from other modules.</t>
          <t>Wildcard expansion is done within a server against all the nodes from
   all namespaces, so it is possible for a "must" or "when" expression
   that uses the <tt>'*'</tt> operator to always evaluate to false if processed
   within a single YANG module.  In such cases, the "description"
   statement <bcp14>SHOULD</bcp14> clarify that augmenting objects are expected to
   match the wildcard expansion.</t>
          <sourcecode type="yang"><![CDATA[
   when /foo/services/*/active {
     description
       "No services directly defined in this module.
        Matches objects that have augmented the services container.";
   }
]]></sourcecode>
        </section>
        <section anchor="boolean-expressions">
          <name>Boolean Expressions</name>
          <t>The YANG "must" and "when" statements use an XPath boolean expression
   to define the test condition for the statement.  It is important to
   specify these expressions in a way that will not cause inadvertent
   changes in the result if the objects referenced in the expression are
   updated in future revisions of the module.</t>
          <t>For example, the leaf "foo2" must exist if the leaf "foo1" is equal
   to "one" or "three":</t>
          <sourcecode type="yang"><![CDATA[
     leaf foo1 {
       type enumeration {
         enum one;
         enum two;
         enum three;
       }
     }

     leaf foo2 {
       // INCORRECT
       must "/f:foo1 != 'two'";
       type string;
     }
     leaf foo2 {
       // CORRECT
       must "/f:foo1 = 'one' or /f:foo1 = 'three'";
       type string;
     }
]]></sourcecode>
          <t>In the next revision of the module, leaf "foo1" is extended with a
   new enum named "four":</t>
          <sourcecode type="yang"><![CDATA[
     leaf foo1 {
       type enumeration {
         enum one;
         enum two;
         enum three;
         enum four;
       }
     }
]]></sourcecode>
          <t>Now the first XPath expression will allow the enum "four" to be
   accepted in addition to the "one" and "three" enum values.</t>
        </section>
      </section>
      <section anchor="yang-definition-lifecycle-management">
        <name>YANG Definition Lifecycle Management</name>
        <t>The YANG status statement <bcp14>MUST</bcp14> be present within a definition if its
   value is "deprecated" or "obsolete".  The status <bcp14>SHOULD NOT</bcp14> be
   changed from "current" directly to "obsolete".  An object <bcp14>SHOULD</bcp14> be
   available for at least one year with a "deprecated" status before it
   is changed to "obsolete".</t>
        <t>The module or submodule name <bcp14>MUST NOT</bcp14> be changed, once the document
   containing the module or submodule is published.</t>
        <t>The module namespace URI value <bcp14>MUST NOT</bcp14> be changed, once the document
   containing the module is published.</t>
        <t>The revision date substatement within the import statement <bcp14>SHOULD</bcp14> be
   present if any groupings are used from the external module.</t>
        <t>The revision date substatement within the include statement <bcp14>SHOULD</bcp14> be
   present if any groupings are used from the external submodule.</t>
        <t>If an import statement is for a module from a stable source (e.g., an
   RFC for an IETF module), then a reference-stmt <bcp14>SHOULD</bcp14> be present
   within an import statement.</t>
        <sourcecode type="yang"><![CDATA[
     import ietf-yang-types {
        prefix yang;
        reference "RFC 6991: Common YANG Data Types";
     }
]]></sourcecode>
        <t>If submodules are used, then the document containing the main module
   <bcp14>MUST</bcp14> be updated so that the main module revision date is equal to or
   more recent than the revision date of any submodule that is (directly
   or indirectly) included by the main module.</t>
        <t>Definitions for future use <bcp14>SHOULD NOT</bcp14> be specified in a module.  Do
   not specify placeholder objects like the "reserved" example below:</t>
        <sourcecode type="yang"><![CDATA[
    leaf reserved {
      type string;
      description
        "This object has no purpose at this time, but a future
         revision of this module might define a purpose
         for this object.";
      }
    }
]]></sourcecode>
      </section>
      <section anchor="module-header-meta-and-revision-statements">
        <name>Module Header, Meta, and Revision Statements</name>
        <t>For published modules, the namespace <bcp14>MUST</bcp14> be a globally unique URI,
   as defined in <xref target="RFC3986"/>.  This value is usually assigned by the IANA.</t>
        <t>The "organization" statement <bcp14>MUST</bcp14> be present.  If the module is
   contained in a document intended for IETF Standards Track status,
   then the organization <bcp14>SHOULD</bcp14> be the IETF working group (WG) chartered
   to write the document.  For other standards organizations, a similar
   approach is also suggested.</t>
        <t>The "contact" statement <bcp14>MUST</bcp14> be present.  If the module is contained
   in a document intended for Standards Track status, then the WG web
   and mailing information <bcp14>SHOULD</bcp14> be present, and the main document
   author or editor contact information <bcp14>SHOULD</bcp14> be present.  If
   additional authors or editors exist, their contact information <bcp14>MAY</bcp14> be
   present.  There is no need to include the contact information for WG
   Chairs.</t>
        <t>The "description" statement <bcp14>MUST</bcp14> be present.  For modules published
   within IETF documents, the appropriate IETF Trust Copyright text <bcp14>MUST</bcp14>
   be present, as described in Section 3.1 and contain the following statement:</t>
        <ul empty="true">
          <li>
            <t>All revisions of IETF and IANA published modules can be found at the YANG Parameters registry: https://www.iana.org/assignments/yang-parameters.</t>
          </li>
        </ul>
        <t>If the module relies on information contained in other documents,
   which are not the same documents implied by the import statements
   present in the module, then these documents <bcp14>MUST</bcp14> be identified in the
   reference statement.</t>
        <t>A "revision" statement <bcp14>MUST</bcp14> be present for each published version of
   the module.  The "revision" statement <bcp14>MUST</bcp14> have a "reference"
   substatement.  It <bcp14>MUST</bcp14> identify the published document that contains
   the module.  Modules are often extracted from their original
   documents, and it is useful for developers and operators to know how
   to find the original source document in a consistent manner.  The
   "revision" statement <bcp14>MAY</bcp14> have a "description" substatement. For convenience,
   the description text of a new published revision may summarize any changes made
   to a module compared to the previous published revision. Typically, that list
   is a YANG-specific subset of the summary of changes listing any changes made from the RFC
   being updated or obsoleted as per <xref target="ID-Guidelines"/>.</t>
        <t>The following example shows the revision statement for a published
   YANG module:</t>
        <sourcecode type="yang"><![CDATA[
   revision 2010-09-24 {
     description
       "Initial revision.";
   reference
     "RFC 6021: Common YANG Data Types";
   }
]]></sourcecode>
        <t>The following example shows the revision statements for a published
   YANG module that updates a published module. The new revision statement
   summarizes the changes compared to the previous published revision.</t>
        <sourcecode type="yang"><![CDATA[
  revision 2013-07-15 {
    description
      "This revision adds the following new data types:
       - yang:yang-identifier
       - yang:hex-string
       - yang:uuid
       - yang:dotted-quad";
     reference
       "RFC 6991: Common YANG Data Types";
   }

   revision 2010-09-24 {
     description
       "Initial revision.";
   reference
     "RFC 6021: Common YANG Data Types";
   }
]]></sourcecode>
        <t>For an unpublished module, a complete history of each unpublished
   module revision is not required.  That is, within a sequence of draft
   versions, only the most recent revision need be recorded in the
   module.  Do not remove or reuse a revision statement for a published
   module.  A new revision date is not required unless the module
   contents have changed.  If the module contents have changed, then the
   revision date of that new module version <bcp14>MUST</bcp14> be updated to a date
   later than that of the previous version.</t>
        <t>The following example shows the revision statements for an
   unpublished update to a published YANG module. The latest revision statement
   of the unpublished module summarizes the changes compared to the previous revision.</t>
        <sourcecode type="yang"><![CDATA[
  revision 2023-01-23 {
    description
     "This revision adds the following new data types:
      - yang:date-with-zone-offset
      - yang:date-no-zone
      - yang:time-with-zone-offset
      - yang:time-no-zone
      - yang:hours32
      - yang:minutes32
      - yang:seconds32
      - yang:centiseconds32
      - yang:milliseconds32
      - yang:microseconds32
      - yang:microseconds64
      - yang:nanoseconds32
      - yang:nanoseconds64
      - yang:language-tag
       The yang-identifier definition has been aligned with YANG 1.1.
       Several pattern statements have been improved.";
    reference
     "RFC YYYY: Common YANG Data Types";
  }

  revision 2013-07-15 {
    description
      "This revision adds the following new data types:
       - yang:yang-identifier
       - yang:hex-string
       - yang:uuid
       - yang:dotted-quad";
     reference
       "RFC 6991: Common YANG Data Types";
   }

   revision 2010-09-24 {
     description
       "Initial revision.";
   reference
     "RFC 6021: Common YANG Data Types";
   }
]]></sourcecode>
      </section>
      <section anchor="sec-namespace-assignments">
        <name>Namespace Assignments</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> that only valid YANG modules be included in
   documents, whether or not the modules are published yet.  This
   allows:</t>
        <ul spacing="normal">
          <li>
            <t>the module to compile correctly instead of generating disruptive fatal errors.</t>
          </li>
          <li>
            <t>early implementors to use the modules without picking a random value for the XML namespace.</t>
          </li>
          <li>
            <t>early interoperability testing since independent implementations will use the same XML namespace value.</t>
          </li>
        </ul>
        <t>Until a URI is assigned by the IANA, a proposed namespace URI <bcp14>MUST</bcp14> be
   provided for the namespace statement in a YANG module.  A value
   <bcp14>SHOULD</bcp14> be selected that is not likely to collide with other YANG
   namespaces.  Standard module names, prefixes, and URI strings already
   listed in the "YANG Module Names" registry <bcp14>MUST NOT</bcp14> be used.</t>
        <t>A standard namespace statement value <bcp14>SHOULD</bcp14> have the following form:</t>
        <artwork><![CDATA[
    <URN prefix string>:<module-name>
]]></artwork>
        <t>The following URN prefix string <bcp14>SHOULD</bcp14> be used for published and
   unpublished YANG modules:</t>
        <artwork><![CDATA[
    urn:ietf:params:xml:ns:yang:
]]></artwork>
        <t>The following example URNs would be valid namespace statement values
   for Standards Track modules:</t>
        <artwork><![CDATA[
    urn:ietf:params:xml:ns:yang:ietf-netconf-partial-lock

    urn:ietf:params:xml:ns:yang:ietf-netconf-state

    urn:ietf:params:xml:ns:yang:ietf-netconf
]]></artwork>
        <t>Note that a different URN prefix string <bcp14>SHOULD</bcp14> be used for modules
   that are not Standards Track.  The string <bcp14>SHOULD</bcp14> be selected
   according to the guidelines in <xref target="RFC7950"/>.</t>
        <t>The following URIs exemplify what might be used by modules that are
   not Standards Track.  Note that the domain "example.com" <bcp14>SHOULD</bcp14> be
   used by example modules in IETF I-Ds.  These URIs are not intended to
   be dereferenced.  They are used for module namespace identification
   only.</t>
        <t>Example URIs using URLs per <xref target="RFC3986"/>:</t>
        <artwork><![CDATA[
    https://example.com/ns/example-interfaces

    https://example.com/ns/example-system
]]></artwork>
        <t>Example URIs using tags per <xref target="RFC4151"/>:</t>
        <artwork><![CDATA[
    tag:example.com,2017:example-interfaces

    tag:example.com,2017:example-system
]]></artwork>
      </section>
      <section anchor="top-level-data-definitions">
        <name>Top-Level Data Definitions</name>
        <t>The top-level data organization <bcp14>SHOULD</bcp14> be considered carefully, in
   advance.  Data model designers need to consider how the functionality
   for a given protocol or protocol family will grow over time.</t>
        <t>The separation of configuration data and operational state <bcp14>SHOULD</bcp14> be
   considered carefully.  It is sometimes useful to define separate top-
   level containers for configuration and non-configuration data.  For
   some existing top-level data nodes, configuration data was not in
   scope, so only one container representing operational state was
   created.  Refer to NMDA <xref target="RFC8342"/> for details.</t>
        <t>The number of top-level data nodes within a module <bcp14>SHOULD</bcp14> be
   minimized.  It is often useful to retrieve related information within
   a single subtree.  If data is too distributed, it becomes difficult
   to retrieve all at once.</t>
        <t>The names and data organization <bcp14>SHOULD</bcp14> reflect persistent
   information, such as the name of a protocol.  The name of the working
   group <bcp14>SHOULD NOT</bcp14> be used because this may change over time.</t>
        <t>A mandatory database data definition is defined as a node that a
   client must provide for the database to be valid.  The server is not
   required to provide a value.</t>
        <t>Top-level database data definitions <bcp14>MUST NOT</bcp14> be mandatory.  If a
   mandatory node appears at the top level, it will immediately cause
   the database to be invalid.  This can occur when the server boots or
   when a module is loaded dynamically at runtime.</t>
      </section>
      <section anchor="data-types">
        <name>Data Types</name>
        <t>Selection of an appropriate data type (i.e., built-in type, existing
   derived type, or new derived type) is very subjective; therefore, few
   requirements can be specified on that subject.</t>
        <t>Data model designers <bcp14>SHOULD</bcp14> use the most appropriate built-in data
   type for the particular application.</t>
        <t>The signed numeric data types (i.e., "int8", "int16", "int32", and
   "int64") <bcp14>SHOULD NOT</bcp14> be used unless negative values are allowed for
   the desired semantics.</t>
        <section anchor="sec-fve">
          <name>Fixed-Value Extensibility</name>
          <t>If the set of values is fixed and the data type contents are
   controlled by a single naming authority (e.g., IANA), then an enumeration data
   type <bcp14>SHOULD</bcp14> be used.</t>
          <sourcecode type="yang"><![CDATA[
    leaf foo {
      type enumeration {
        enum one;
        enum two;
      }
    }
]]></sourcecode>
          <t>If distributed extensibility or hierarchical organization of enumerated values is required, then the
   "identityref" data type <bcp14>SHOULD</bcp14> be used instead of an enumeration or
   other built-in type.</t>
          <sourcecode type="yang"><![CDATA[
    identity foo-type {
      description "Base for the extensible type";
    }

    identity one {
      base f:foo-type;
    }

    identity two {
      base f:foo-type;
    }

    leaf foo {
      type identityref {
        base f:foo-type;
      }
    }
]]></sourcecode>
          <t>Note that any module can declare an identity with base "foo-type"
   that is valid for the "foo" leaf.  Identityref values are considered
   to be qualified names.</t>
        </section>
        <section anchor="patterns-and-ranges">
          <name>Patterns and Ranges</name>
          <t>For string data types, if a machine-readable pattern can be defined
   for the desired semantics, then one or more pattern statements <bcp14>SHOULD</bcp14>
   be present.  A single-quoted string <bcp14>SHOULD</bcp14> be used to specify the
   pattern, since a double-quoted string can modify the content.  If the
   patterns used in a type definition have known limitations such as
   false negative or false positive matches, then these limitations
   <bcp14>SHOULD</bcp14> be documented within the typedef or data definition.</t>
          <t>The following typedef from <xref target="RFC6991"/> demonstrates the proper use of
   the "pattern" statement:</t>
          <sourcecode type="yang"><![CDATA[
    typedef ipv4-address-no-zone {
      type inet:ipv4-address {
        pattern '[0-9\.]*';
      }
      ...
    }
]]></sourcecode>
          <t>For string data types, if the length of the string is required to be
   bounded in all implementations, then a length statement <bcp14>MUST</bcp14> be
   present.</t>
          <t>The following typedef from <xref target="RFC6991"/> demonstrates the proper use of
   the "length" statement:</t>
          <sourcecode type="yang"><![CDATA[
    typedef yang-identifier {
      type string {
        length "1..max";
        pattern '[a-zA-Z_][a-zA-Z0-9\-_.]*';
        pattern '.|..|[^xX].*|.[^mM].*|..[^lL].*';
      }
      ...
    }
]]></sourcecode>
          <t>For numeric data types, if the values allowed by the intended
   semantics are different than those allowed by the unbounded intrinsic
   data type (e.g., "int32"), then a range statement <bcp14>SHOULD</bcp14> be present.</t>
          <t>The following typedef from <xref target="RFC6991"/> demonstrates the proper use of
   the "range" statement:</t>
          <sourcecode type="yang"><![CDATA[
    typedef dscp {
      type uint8 {
        range "0..63";
      }
      ...
    }
]]></sourcecode>
        </section>
        <section anchor="enumerations-and-bits">
          <name>Enumerations and Bits</name>
          <t>For "enumeration" or "bits" data types, the semantics for each "enum"
   or "bit" <bcp14>SHOULD</bcp14> be documented.  A separate "description" statement
   (within each "enum" or "bit" statement) <bcp14>SHOULD</bcp14> be present.</t>
          <sourcecode type="yang"><![CDATA[
    leaf foo {
      // INCORRECT
      type enumeration {
        enum one;
        enum two;
      }
      description
        "The foo enum...
         one: The first enum
         two: The second enum";
    }
    leaf foo {
      // CORRECT
      type enumeration {
        enum one {
          description "The first enum";
        }
        enum two {
          description "The second enum";
        }
      }
      description
        "The foo enum...  ";
    }
]]></sourcecode>
        </section>
        <section anchor="union-types">
          <name>Union Types</name>
          <t>The YANG "union" type is evaluated by testing a value against each
   member type in the union.  The first type definition that accepts a
   value as valid is the member type used.  In general, member types
   <bcp14>SHOULD</bcp14> be ordered from most restrictive to least restrictive types.</t>
          <t>In the following example, the "enumeration" type will never be
   matched because the preceding "string" type will match everything.</t>
          <t>Incorrect:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type string;
     type enumeration {
       enum up;
       enum down;
     }
   }
]]></sourcecode>
          <t>Correct:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type enumeration {
       enum up;
       enum down;
     }
     type string;
   }
]]></sourcecode>
          <t>It is possible for different member types to match, depending on the
   input encoding format.  In XML, all values are passed as string
   nodes; but in JSON, there are different value types for numbers,
   booleans, and strings.</t>
          <t>In the following example, a JSON numeric value will always be matched
   by the "int32" type, but in XML the string value representing a
   number will be matched by the "string" type.  The second version will
   match the "int32" member type no matter how the input is encoded.</t>
          <t>Incorrect:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type string;
     type int32;
   }
]]></sourcecode>
          <t>Correct:</t>
          <sourcecode type="yang"><![CDATA[
   type union {
     type int32;
     type string;
   }
]]></sourcecode>
        </section>
        <section anchor="empty-and-boolean">
          <name>Empty and Boolean</name>
          <t>YANG provides an "empty" data type, which has one value (i.e.,
   present).  The default is "not present", which is not actually a
   value.  When used within a list key, only one value can (and must)
   exist for this key leaf.  The type "empty" <bcp14>SHOULD NOT</bcp14> be used for a
   key leaf since it is pointless.</t>
          <t>There is really no difference between a leaf of type "empty" and a
   leaf-list of type "empty".  Both are limited to one instance.  The
   type "empty" <bcp14>SHOULD NOT</bcp14> be used for a leaf-list.</t>
          <t>The advantage of using type "empty" instead of type "boolean" is that
   the default (not present) does not take up any bytes in a
   representation.  The disadvantage is that the client may not be sure
   if an empty leaf is missing because it was filtered somehow or not
   implemented.  The client may not have a complete and accurate schema
   for the data returned by the server and may not be aware of the
   missing leaf.</t>
          <t>The YANG "boolean" data type provides two values ("true" and
   "false").  When used within a list key, two entries can exist for
   this key leaf.  Default values are ignored for key leafs, but a
   default statement is often used for plain boolean leafs.  The
   advantage of the "boolean" type is that the leaf or leaf-list has a
   clear representation for both values.  The default value is usually
   not returned unless explicitly requested by the client, so no bytes
   are used in a typical representation.</t>
          <t>In general, the "boolean" data type <bcp14>SHOULD</bcp14> be used instead of the
   "empty" data type, as shown in the example below:</t>
          <t>Incorrect:</t>
          <sourcecode type="yang"><![CDATA[
   leaf flag1 {
     type empty;
   }
]]></sourcecode>
          <t>Correct:</t>
          <sourcecode type="yang"><![CDATA[
   leaf flag2 {
     type boolean;
     default false;
   }
]]></sourcecode>
        </section>
      </section>
      <section anchor="reusable-type-definitions">
        <name>Reusable Type Definitions</name>
        <t>If an appropriate derived type exists in any standard module, such as
   <xref target="RFC6991"/>, then it <bcp14>SHOULD</bcp14> be used instead of defining a new derived
   type.</t>
        <t>If an appropriate units identifier can be associated with the desired
   semantics, then a units statement <bcp14>SHOULD</bcp14> be present.</t>
        <t>If an appropriate default value can be associated with the desired
   semantics, then a default statement <bcp14>SHOULD</bcp14> be present.</t>
        <t>If a significant number of derived types are defined, and it is
   anticipated that these data types will be reused by multiple modules,
   then these derived types <bcp14>SHOULD</bcp14> be contained in a separate module or
   submodule, to allow easier reuse without unnecessary coupling.</t>
        <t>The "description" statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the type definition semantics are defined in an external document
   (other than another YANG module indicated by an import statement),
   then the reference statement <bcp14>MUST</bcp14> be present.</t>
      </section>
      <section anchor="reusable-groupings">
        <name>Reusable Groupings</name>
        <t>A reusable grouping is a YANG grouping that can be imported by
   another module and is intended for use by other modules.  This is not
   the same as a grouping that is used within the module in which it is
   defined, but it happens to be exportable to another module because it
   is defined at the top level of the YANG module.</t>
        <t>The following guidelines apply to reusable groupings, in order to
   make them as robust as possible:</t>
        <ul spacing="normal">
          <li>
            <t>Clearly identify the purpose of the grouping in the "description" statement.</t>
          </li>
          <li>
            <t>There are five different XPath contexts in YANG (rpc/input, rpc/output, notification, "config true" data nodes, and all data
 nodes).  Clearly identify which XPath contexts are applicable or
 excluded for the grouping.</t>
          </li>
          <li>
            <t>Do not reference data outside the grouping in any "path", "must", or "when" statements.</t>
          </li>
          <li>
            <t>Do not include a "default" substatement on a leaf or choice unless the value applies on all possible contexts.</t>
          </li>
          <li>
            <t>Do not include a "config" substatement on a data node unless the value applies on all possible contexts.</t>
          </li>
          <li>
            <t>Clearly identify any external dependencies in the grouping "description" statement, such as nodes referenced by an absolute path from a "path", "must", or "when" statement.</t>
          </li>
        </ul>
      </section>
      <section anchor="data-definitions">
        <name>Data Definitions</name>
        <t>The "description" statement <bcp14>MUST</bcp14> be present in the following YANG
   statements:</t>
        <ul spacing="normal">
          <li>
            <t>anyxml</t>
          </li>
          <li>
            <t>augment</t>
          </li>
          <li>
            <t>choice</t>
          </li>
          <li>
            <t>container</t>
          </li>
          <li>
            <t>extension</t>
          </li>
          <li>
            <t>feature</t>
          </li>
          <li>
            <t>grouping</t>
          </li>
          <li>
            <t>identity</t>
          </li>
          <li>
            <t>leaf</t>
          </li>
          <li>
            <t>leaf-list</t>
          </li>
          <li>
            <t>list</t>
          </li>
          <li>
            <t>notification</t>
          </li>
          <li>
            <t>rpc</t>
          </li>
          <li>
            <t>typedef</t>
          </li>
        </ul>
        <t>If the data definition semantics are defined in an external document,
   (other than another YANG module indicated by an import statement),
   then a reference statement <bcp14>MUST</bcp14> be present.</t>
        <t>The "anyxml" construct may be useful to represent an HTML banner
   containing markup elements, such as <tt>"&lt;b&gt;" and "&lt;/b&gt;"</tt>, and <bcp14>MAY</bcp14> be used
   in such cases.  However, this construct <bcp14>SHOULD NOT</bcp14> be used if other
   YANG data node types can be used instead to represent the desired
   syntax and semantics.</t>
        <t>It has been found that the "anyxml" statement is not implemented
   consistently across all servers.  It is possible that mixed-mode XML
   will not be supported or that configuration anyxml nodes will not
   supported.</t>
        <t>If there are referential integrity constraints associated with the
   desired semantics that can be represented with XPath, then one or
   more "must" statements <bcp14>SHOULD</bcp14> be present.</t>
        <t>For list and leaf-list data definitions, if the number of possible
   instances is required to be bounded for all implementations, then the
   max-elements statements <bcp14>SHOULD</bcp14> be present.</t>
        <t>If any "must" or "when" statements are used within the data
   definition, then the data definition "description" statement <bcp14>SHOULD</bcp14>
   describe the purpose of each one.</t>
        <t>The "choice" statement is allowed to be directly present within a
   "case" statement in YANG 1.1.  This needs to be considered carefully.
   Consider simply including the nested "choice" as additional "case"
   statements within the parent "choice" statement.  Note that the
   "mandatory" and "default" statements within a nested "choice"
   statement only apply if the "case" containing the nested "choice"
   statement is first selected.</t>
        <t>If a list defines any key leafs, then these leafs <bcp14>SHOULD</bcp14> be defined
   in order, as the first child nodes within the list.  The key leafs
   <bcp14>MAY</bcp14> be in a different order in some cases, e.g., they are defined in
   a grouping, and not inline in the list statement.</t>
        <section anchor="non-presence-containers">
          <name>Non-Presence Containers</name>
          <t>A non-presence container is used to organize data into specific
   subtrees.  It is not intended to have semantics within the data model
   beyond this purpose, although YANG allows it (e.g., a "must"
   statement within the non-presence container).</t>
          <t>Example using container wrappers:</t>
          <sourcecode type="yang"><![CDATA[
    container top {
       container foos {
          list foo { ... }
       }
       container bars {
          list bar { ... }
       }
    }
]]></sourcecode>
          <t>Example without container wrappers:</t>
          <artwork><![CDATA[
    container top {
       list foo { ... }
       list bar { ... }
    }
]]></artwork>
          <t>Use of non-presence containers to organize data is a subjective
   matter similar to use of subdirectories in a file system.  Although
   these containers do not have any semantics, they can impact protocol
   operations for the descendant data nodes within a non-presence
   container, so use of these containers <bcp14>SHOULD</bcp14> be considered carefully.</t>
          <t>The NETCONF and RESTCONF protocols do not currently support the
   ability to delete all list (or leaf-list) entries at once.  This
   deficiency is sometimes avoided by use of a parent container (i.e.,
   deleting the container also removes all child entries).</t>
        </section>
        <section anchor="top-level-data-nodes">
          <name>Top-Level Data Nodes</name>
          <t>Use of top-level objects needs to be considered carefully:</t>
          <ul spacing="normal">
            <li>
              <t>top-level siblings are not ordered</t>
            </li>
            <li>
              <t>top-level siblings are not static and depend on the modules that are loaded</t>
            </li>
            <li>
              <t>for subtree filtering, retrieval of a top-level leaf-list will be treated as a content-match node for all top-level-siblings</t>
            </li>
            <li>
              <t>a top-level list with many instances may impact performance</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="operation-definitions">
        <name>Operation Definitions</name>
        <t>If the operation semantics are defined in an external document (other
   than another YANG module indicated by an import statement), then a
   reference statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the operation impacts system behavior in some way, it <bcp14>SHOULD</bcp14> be
   mentioned in the "description" statement.</t>
        <t>If the operation is potentially harmful to system behavior in some
   way, it <bcp14>MUST</bcp14> be mentioned in the Security Considerations section of
   the document.</t>
      </section>
      <section anchor="notification-definitions">
        <name>Notification Definitions</name>
        <t>The "description" statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the notification semantics are defined in an external document
   (other than another YANG module indicated by an import statement),
   then a reference statement <bcp14>MUST</bcp14> be present.</t>
        <t>If the notification refers to a specific resource instance, then this
   instance <bcp14>SHOULD</bcp14> be identified in the notification data.  This is
   usually done by including "leafref" leaf nodes with the key leaf
   values for the resource instance.  For example:</t>
        <sourcecode type="yang"><![CDATA[
  notification interface-up {
    description "Sent when an interface is activated.";
    leaf name {
      type leafref {
        path "/if:interfaces/if:interface/if:name";
      }
    }
  }
]]></sourcecode>
        <t>Note that there are no formal YANG statements to identify any data
   node resources associated with a notification.  The "description"
   statement for the notification <bcp14>SHOULD</bcp14> specify if and how the
   notification identifies any data node resources associated with the
   specific event.</t>
      </section>
      <section anchor="feature-definitions">
        <name>Feature Definitions</name>
        <t>The YANG "feature" statement is used to define a label for a set of
   optional functionality within a module.  The "if-feature" statement
   is used in the YANG statements associated with a feature.  The
   description-stmt within a feature-stmt <bcp14>MUST</bcp14> specify any interactions
   with other features.</t>
        <t>The set of YANG features defined in a module should be considered
   carefully.  Very fine granular features increase interoperability
   complexity and should be avoided.  A likely misuse of the feature
   mechanism is the tagging of individual leafs (e.g., counters) with
   separate features.</t>
        <t>If there is a large set of objects associated with a YANG feature,
   then consider moving those objects to a separate module, instead of
   using a YANG feature.  Note that the set of features within a module
   is easily discovered by the reader, but the set of related modules
   within the entire YANG library is not as easy to identify.  Module
   names with a common prefix can help readers identify the set of
   related modules, but this assumes the reader will have discovered and
   installed all the relevant modules.</t>
        <t>Another consideration for deciding whether to create a new module or
   add a YANG feature is the stability of the module in question.  It
   may be desirable to have a stable base module that is not changed
   frequently.  If new functionality is placed in a separate module,
   then the base module does not need to be republished.  If it is
   designed as a YANG feature, then the module will need to be
   republished.</t>
        <t>If one feature requires implementation of another feature, then an
   "if-feature" statement <bcp14>SHOULD</bcp14> be used in the dependent "feature"
   statement.</t>
        <t>For example, feature2 requires implementation of feature1:</t>
        <sourcecode type="yang"><![CDATA[
   feature feature1 {
     description "Some protocol feature";
   }

   feature feature2 {
     if-feature "feature1";
     description "Another protocol feature";
   }
]]></sourcecode>
      </section>
      <section anchor="yang-data-node-constraints">
        <name>YANG Data Node Constraints</name>
        <section anchor="controlling-quantity">
          <name>Controlling Quantity</name>
          <t>The "min-elements" and "max-elements" statements can be used to
   control how many list or leaf-list instances are required for a
   particular data node.  YANG constraint statements <bcp14>SHOULD</bcp14> be used to
   identify conditions that apply to all implementations of the data
   model.  If platform-specific limitations (e.g., the "max-elements"
   supported for a particular list) are relevant to operations, then a
   data model definition statement (e.g., "max-ports" leaf) <bcp14>SHOULD</bcp14> be
   used to identify the limit.</t>
        </section>
        <section anchor="must-versus-when">
          <name>"must" versus "when"</name>
          <t>"must" and "when" YANG statements are used to provide cross-object
   referential tests.  They have very different behavior.  The "when"
   statement causes data node instances to be silently deleted as soon
   as the condition becomes false.  A false "when" expression is not
   considered to be an error.</t>
          <t>The "when" statement <bcp14>SHOULD</bcp14> be used together with "augment" or "uses"
   statements to achieve conditional model composition.  The condition
   <bcp14>SHOULD</bcp14> be based on static properties of the augmented entry (e.g.,
   list key leafs).</t>
          <t>The "must" statement causes a datastore validation error if the
   condition is false.  This statement <bcp14>SHOULD</bcp14> be used for enforcing
   parameter value restrictions that involve more than one data node
   (e.g., end-time parameter must be after the start-time parameter).</t>
        </section>
      </section>
      <section anchor="augment-statements">
        <name>"augment" Statements</name>
        <t>The YANG "augment" statement is used to define a set of data
   definition statements that will be added as child nodes of a target
   data node.  The module namespace for these data nodes will be the
   augmenting module, not the augmented module.</t>
        <t>A top-level "augment" statement <bcp14>SHOULD NOT</bcp14> be used if the target data
   node is in the same module or submodule as the evaluated "augment"
   statement.  The data definition statements <bcp14>SHOULD</bcp14> be added inline
   instead.</t>
        <section anchor="conditional-augment-statements">
          <name>Conditional Augment Statements</name>
          <t>The "augment" statement is often used together with the "when"
   statement and/or "if-feature" statement to make the augmentation
   conditional on some portion of the data model.</t>
          <t>The following example from <xref target="RFC7223"/> shows how a conditional
   container called "ethernet" is added to the "interface" list only for
   entries of the type "ethernetCsmacd".</t>
          <sourcecode type="yang"><![CDATA[
     augment "/if:interfaces/if:interface" {
         when "if:type = 'ianaift:ethernetCsmacd'";

         container ethernet {
             leaf duplex {
                 ...
             }
         }
     }
]]></sourcecode>
        </section>
        <section anchor="conditionally-mandatory-data-definition-statements">
          <name>Conditionally Mandatory Data Definition Statements</name>
          <t>YANG has very specific rules about how configuration data can be
   updated in new releases of a module.  These rules allow an "old
   client" to continue interoperating with a "new server".</t>
          <t>If data nodes are added to an existing entry, the old client <bcp14>MUST NOT</bcp14>
   be required to provide any mandatory parameters that were not in the
   original module definition.</t>
          <t>It is possible to add conditional "augment" statements such that the
   old client would not know about the new condition and would not
   specify the new condition.  The conditional "augment" statement can
   contain mandatory objects only if the condition is false, unless
   explicitly requested by the client.</t>
          <t>Only a conditional "augment" statement that uses the "when" statement
   form of a condition can be used in this manner.  The YANG features
   enabled on the server cannot be controlled by the client in any way,
   so it is not safe to add mandatory augmenting data nodes based on the
   "if-feature" statement.</t>
          <t>The XPath "when" statement condition <bcp14>MUST NOT</bcp14> reference data outside
   of the target data node because the client does not have any control
   over this external data.</t>
          <t>In the following dummy example, it is okay to augment the "interface"
   entry with "mandatory-leaf" because the augmentation depends on
   support for "some-new-iftype".  The old client does not know about
   this type, so it would never select this type; therefore, it would
   not add a mandatory data node.</t>
          <sourcecode type="yang"><![CDATA[
  module example-module {

    yang-version 1.1;
    namespace "tag:example.com,2017:example-module";
    prefix mymod;

    import iana-if-type { prefix iana; }
    import ietf-interfaces { prefix if; }

    identity some-new-iftype {
      base iana:iana-interface-type;
    }

    augment "/if:interfaces/if:interface" {
      when "if:type = 'mymod:some-new-iftype'";

      leaf mandatory-leaf {
        type string;
        mandatory true;
      }
    }
  }
]]></sourcecode>
          <t>Note that this practice is safe only for creating data resources.  It
   is not safe for replacing or modifying resources if the client does
   not know about the new condition.  The YANG data model <bcp14>MUST</bcp14> be
   packaged in a way that requires the client to be aware of the
   mandatory data nodes if it is aware of the condition for this data.
   In the example above, the "some-new-iftype" identity is defined in
   the same module as the "mandatory-leaf" data definition statement.</t>
          <t>This practice is not safe for identities defined in a common module
   such as "iana-if-type" because the client is not required to know
   about "my-module" just because it knows about the "iana-if-type"
   module.</t>
        </section>
      </section>
      <section anchor="deviation-statements">
        <name>Deviation Statements</name>
        <t>Per <xref section="7.20.3" sectionFormat="of" target="RFC7950"/>, the YANG "deviation" statement is not
   allowed to appear in IETF YANG modules, but it can be useful for
   documenting server capabilities.  Deviation statements are not
   reusable and typically not shared across all platforms.</t>
        <t>There are several reasons that deviations might be needed in an
   implementation, e.g., an object cannot be supported on all platforms,
   or feature delivery is done in multiple development phases.
   Deviation statements can also be used to add annotations to a module,
   which does not affect the conformance requirements for the module.</t>
        <t>It is suggested that deviation statements be defined in separate
   modules from regular YANG definitions.  This allows the deviations to
   be platform specific and/or temporary.</t>
        <t>The order that deviation statements are evaluated can affect the
   result.  Therefore, multiple deviation statements in the same module,
   for the same target object, <bcp14>SHOULD NOT</bcp14> be used.</t>
        <t>The "max-elements" statement is intended to describe an architectural
   limit to the number of list entries.  It is not intended to describe
   platform limitations.  It is better to use a "deviation" statement
   for the platforms that have a hard resource limit.</t>
        <t>Example documenting platform resource limits:</t>
        <sourcecode type="yang"><![CDATA[
  Wrong: (max-elements in the list itself)

     container backups {
       list backup {
         ...
         max-elements  10;
         ...
       }
     }
]]></sourcecode>
        <sourcecode type="yang"><![CDATA[
  Correct: (max-elements in a deviation)

     deviation /bk:backups/bk:backup {
       deviate add {
         max-elements  10;
       }
     }
]]></sourcecode>
      </section>
      <section anchor="extension-statements">
        <name>Extension Statements</name>
        <t>The YANG "extension" statement is used to specify external
   definitions.  This appears in the YANG syntax as an
   "unknown-statement".  Usage of extension statements in a published
   module needs to be considered carefully.</t>
        <t>The following guidelines apply to the usage of YANG extensions:</t>
        <ul spacing="normal">
          <li>
            <t>The semantics of the extension <bcp14>MUST NOT</bcp14> contradict any YANG
 statements.  Extensions can add semantics not covered by the
 normal YANG statements.</t>
          </li>
          <li>
            <t>The module containing the extension statement <bcp14>MUST</bcp14> clearly
 identify the conformance requirements for the extension.  It
 should be clear whether all implementations of the YANG module
 containing the extension need to also implement the extension.  If
 not, identify what conditions apply that would require
 implementation of the extension.</t>
          </li>
          <li>
            <t>The extension <bcp14>MUST</bcp14> clearly identify where it can be used within
 other YANG statements.</t>
          </li>
          <li>
            <t>The extension <bcp14>MUST</bcp14> clearly identify if YANG statements or other
 extensions are allowed or required within the extension as
 substatements.</t>
          </li>
        </ul>
      </section>
      <section anchor="data-correlation">
        <name>Data Correlation</name>
        <t>Data can be correlated in various ways, using common data types,
   common data naming, and common data organization.  There are several
   ways to extend the functionality of a module, based on the degree of
   coupling between the old and new functionality:</t>
        <dl>
          <dt>inline:</dt>
          <dd>
            <t>update the module with new protocol-accessible objects.
 The naming and data organization of the original objects is used.
 The new objects are in the original module namespace.</t>
          </dd>
          <dt>augment:</dt>
          <dd>
            <t>create a new module with new protocol-accessible objects
 that augment the original data structure.  The naming and data
 organization of the original objects is used.  The new objects are
 in the new module namespace.</t>
          </dd>
          <dt>mirror:</dt>
          <dd>
            <t>create new objects in a new module or the original module,
 except use a new naming scheme and data location.  The naming can
 be coupled in different ways.  Tight coupling is achieved with a
 "leafref" data type, with the "require-instance" substatement set
 to "true".  This method <bcp14>SHOULD</bcp14> be used.</t>
          </dd>
        </dl>
        <t>If the new data instances are not limited to the values in use in the
   original data structure, then the "require-instance" substatement
   <bcp14>MUST</bcp14> be set to "false".  Loose coupling is achieved by using key
   leafs with the same data type as the original data structure.  This
   has the same semantics as setting the "require-instance" substatement
   to "false".</t>
        <t>The relationship between configuration and operational state has been
   clarified in NMDA <xref target="RFC8342"/>.</t>
        <section anchor="use-of-leafref-for-key-correlation">
          <name>Use of "leafref" for Key Correlation</name>
          <t>Sometimes it is not practical to augment a data structure.  For
   example, the correlated data could have different keys or contain
   mandatory nodes.</t>
          <t>The following example shows the use of the "leafref" data type for
   data correlation purposes:</t>
          <t>Not preferred:</t>
          <sourcecode type="yang"><![CDATA[
   list foo {
      key name;
      leaf name {
         type string;
      }
      ...
   }

   list foo-addon {
      key name;
      config false;
      leaf name {
         type string;
      }
      ...
   }
]]></sourcecode>
          <t>Preferred:</t>
          <sourcecode type="yang"><![CDATA[
   list foo {
      key name;
      leaf name {
         type string;
      }
      ...
   }

   list foo-addon {
      key name;
      config false;
      leaf name {
         type leafref {
            path "/foo/name";
            require-instance false;
         }
      }
      leaf addon {
         type string;
         mandatory true;
      }
   }
]]></sourcecode>
        </section>
      </section>
      <section anchor="sec-op-state">
        <name>Operational State</name>
        <t>The modeling of operational state with YANG has been refined over
   time.  At first, only data that has a "config" statement value of
   "false" was considered to be operational state.  This data was not
   considered to be part of any datastore, which made the YANG XPath
   definition much more complicated.</t>
        <t>Operational state is now modeled using YANG according to the NMDA
   <xref target="RFC8342"/> and conceptually contained in the operational state
   datastore, which also includes the operational values of
   configuration data.  There is no longer any need to duplicate data
   structures to provide separate configuration and operational state
   sections.</t>
        <t>This section describes some data modeling issues related to
   operational state and guidelines for transitioning YANG data model
   design to be NMDA compatible.</t>
        <section anchor="combining-operational-state-and-configuration-data">
          <name>Combining Operational State and Configuration Data</name>
          <t>If possible, operational state <bcp14>SHOULD</bcp14> be combined with its associated
   configuration data.  This prevents duplication of key leafs and
   ancestor nodes.  It also prevents race conditions for retrieval of
   dynamic entries and allows configuration and operational state to be
   retrieved together with minimal message overhead.</t>
          <sourcecode type="yang"><![CDATA[
   container foo {
     ...
     // contains "config true" and "config false" nodes that have
     // no corresponding "config true" object (e.g., counters)
   }
]]></sourcecode>
        </section>
        <section anchor="sec-4.23.2">
          <name>Representing Operational Values of Configuration Data</name>
          <t>If possible, the same data type <bcp14>SHOULD</bcp14> be used to represent the
   configured value and the operational value, for a given leaf or leaf-
   list object.</t>
          <t>Sometimes the configured value set is different than the operational
   value set for that object, for example, the "admin-status" and
   "oper-status" leafs in <xref target="RFC8343"/>.  In this case, a separate object
   <bcp14>MAY</bcp14> be used to represent the configured and operational values.</t>
          <t>Sometimes the list keys are not identical for configuration data and
   the corresponding operational state.  In this case, separate lists
   <bcp14>MAY</bcp14> be used to represent the configured and operational values.</t>
          <t>If it is not possible to combine configuration and operational state,
   then the keys used to represent list entries <bcp14>SHOULD</bcp14> be the same type.
   The "leafref" data type <bcp14>SHOULD</bcp14> be used in operational state for key
   leafs that have corresponding configuration instances.  The
   "require-instance" statement <bcp14>MAY</bcp14> be set to "false" (in YANG 1.1
   modules only) to indicate instances are allowed in the operational
   state that do not exist in the associated configuration data.</t>
          <t>The need to replicate objects or define different operational state
   objects depends on the data model.  It is not possible to define one
   approach that will be optimal for all data models.</t>
          <t>Designers <bcp14>SHOULD</bcp14> describe and justify any NMDA exceptions in detail,
   such as the use of separate subtrees and/or separate leafs.  The
   "description" statements for both the configuration and the
   operational state <bcp14>SHOULD</bcp14> be used for this purpose.</t>
        </section>
        <section anchor="nmda-transition-guidelines">
          <name>NMDA Transition Guidelines</name>
          <t>YANG modules <bcp14>SHOULD</bcp14> be designed with the assumption that they will be
   used on servers supporting the operational state datastore.  With
   this in mind, YANG modules <bcp14>SHOULD</bcp14> define "config false" nodes
   wherever they make sense to the data model.  "Config false" nodes
   <bcp14>SHOULD NOT</bcp14> be defined to provide the operational value for
   configuration nodes, except when the value space of a configured and
   operational value may differ, in which case a distinct "config false"
   node <bcp14>SHOULD</bcp14> be defined to hold the operational value for the
   configured node.</t>
          <t>The following guidelines are meant to help modelers develop YANG
   modules that will maximize the utility of the model with both current
   and new implementations.</t>
          <t>New modules and modules that are not concerned with the operational
   state of configuration information <bcp14>SHOULD</bcp14> immediately be structured
   to be NMDA compatible, as described in Section 4.23.1.  This
   transition <bcp14>MAY</bcp14> be deferred if the module does not contain any
   configuration datastore objects.</t>
          <t>The remaining are options that <bcp14>MAY</bcp14> be followed during the time that
   NMDA mechanisms are being defined.</t>
          <ol group="bar" spacing="normal" type="(%c)"><li>
              <t>Modules that require immediate support for the NMDA features
   <bcp14>SHOULD</bcp14> be structured for NMDA.  A temporary non-NMDA version of
   this type of module <bcp14>MAY</bcp14> exist, as either an existing model or a
   model created by hand or with suitable tools that mirror the
   current modeling strategies.  Both the NMDA and the non-NMDA
   modules <bcp14>SHOULD</bcp14> be published in the same document, with NMDA
   modules in the document main body and the non-NMDA modules in a
   non-normative appendix.  The use of the non-NMDA module will
   allow temporary bridging of the time period until NMDA
   implementations are available.</t>
            </li>
            <li>
              <t>For published models, the model should be republished with an
   NMDA-compatible structure, deprecating non-NMDA constructs.  For
   example, the "ietf-interfaces" model in <xref target="RFC7223"/> has been
   restructured as an NMDA-compatible model in <xref target="RFC8343"/>.  The
   "/interfaces-state" hierarchy has been marked "status
   deprecated".  Models that mark their "/foo-state" hierarchy with
   "status deprecated" will allow NMDA-capable implementations to
   avoid the cost of duplicating the state nodes, while enabling
   non-NMDA-capable implementations to utilize them for access to
   the operational values.</t>
            </li>
            <li>
              <t>For models that augment models that have not been structured
   with the NMDA, the modeler will have to consider the structure
   of the base model and the guidelines listed above.  Where
   possible, such models should move to new revisions of the base
   model that are NMDA compatible.  When that is not possible,
   augmenting "state" containers <bcp14>SHOULD</bcp14> be avoided, with the
   expectation that the base model will be re-released with the
   state containers marked as deprecated.  It is <bcp14>RECOMMENDED</bcp14> to
   augment only the "/foo" hierarchy of the base model.  Where this
   recommendation cannot be followed, then any new "state" elements
   <bcp14>SHOULD</bcp14> be included in their own module.</t>
            </li>
          </ol>
          <section anchor="temporary-non-nmda-modules">
            <name>Temporary Non-NMDA Modules</name>
            <t>A temporary non-NMDA module allows a non-NMDA-aware client to access
   operational state from an NMDA-compliant server.  It contains the
   top-level "config false" data nodes that would have been defined in a
   legacy YANG module (before NMDA).</t>
            <t>A server that needs to support both NMDA and non-NMDA clients can
   advertise both the new NMDA module and the temporary non-NMDA module.
   A non-NMDA client can use separate "foo" and "foo-state" subtrees,
   except the "foo-state" subtree is located in a different (temporary)
   module.  The NMDA module can be used by a non-NMDA client to access
   the conventional configuration datastores and the deprecated <tt>&lt;get&gt;</tt>
   operation to access nested "config false" data nodes.</t>
            <t>To create the temporary non-NMDA model from an NMDA model, the
   following steps can be taken:</t>
            <ul spacing="normal">
              <li>
                <t>Change the module name by appending "-state" to the original module name</t>
              </li>
              <li>
                <t>Change the namespace by appending "-state" to the original namespace value</t>
              </li>
              <li>
                <t>Change the prefix by appending "-s" to the original prefix value</t>
              </li>
              <li>
                <t>Add an import to the original module (e.g., for typedef definitions)</t>
              </li>
              <li>
                <t>Retain or create only the top-level nodes that have a "config"
 statement value "false".  These subtrees represent "config false"
 data nodes that were combined into the configuration subtree;
 therefore, they are not available to non-NMDA aware clients.  Set
 the "status" statement to "deprecated" for each new node.</t>
              </li>
              <li>
                <t>The module description <bcp14>SHOULD</bcp14> clearly identify the module as a
 temporary non-NMDA module</t>
              </li>
            </ul>
          </section>
          <section anchor="example-create-a-new-nmda-module">
            <name>Example: Create a New NMDA Module</name>
            <t>Create an NMDA-compliant module, using combined configuration and
   state subtrees, whenever possible.</t>
            <sourcecode type="yang"><![CDATA[
  module example-foo {
    namespace "urn:example.com:params:xml:ns:yang:example-foo";
    prefix "foo";

    container foo {
      // configuration data child nodes
      // operational value in operational state datastore only
      // may contain "config false" nodes as needed
    }
 }
]]></sourcecode>
          </section>
          <section anchor="example-convert-an-old-non-nmda-module">
            <name>Example: Convert an Old Non-NMDA Module</name>
            <t>Do not remove non-compliant objects from existing modules.  Instead,
   change the status to "deprecated".  At some point, usually after 1
   year, the status <bcp14>MAY</bcp14> be changed to "obsolete".</t>
            <t>Old Module:</t>
            <sourcecode type="yang"><![CDATA[
  module example-foo {
    namespace "urn:example.com:params:xml:ns:yang:example-foo";
    prefix "foo";

    container foo {
      // configuration data child nodes
    }

    container foo-state {
      config false;
      // operational state child nodes
    }
 }
]]></sourcecode>
            <artwork><![CDATA[
Converted NMDA Module:
]]></artwork>
            <sourcecode type="yang"><![CDATA[
  module example-foo {
    namespace "urn:example.com:params:xml:ns:yang:example-foo";
    prefix "foo";

    container foo {
      // configuration data child nodes
      // operational value in operational state datastore only
      // may contain "config false" nodes as needed
      // will contain any data nodes from old foo-state
    }

    // keep original foo-state but change status to deprecated
    container foo-state {
      config false;
      status deprecated;
      // operational state child nodes
    }
 }
]]></sourcecode>
          </section>
          <section anchor="example-create-a-temporary-nmda-module">
            <name>Example: Create a Temporary NMDA Module</name>
            <t>Create a new module that contains the top-level operational state
   data nodes that would have been available before they were combined
   with configuration data nodes (to be NMDA compliant).</t>
            <sourcecode type="yang"><![CDATA[
  module example-foo-state {
    namespace "urn:example.com:params:xml:ns:yang:example-foo-state";
    prefix "foo-s";

    // import new or converted module; not used in this example
    import example-foo { prefix foo; }

    container foo-state {
      config false;
      status deprecated;
      // operational state child nodes
     }
  }
]]></sourcecode>
          </section>
        </section>
      </section>
      <section anchor="performance-considerations">
        <name>Performance Considerations</name>
        <t>It is generally likely that certain YANG statements require more
   runtime resources than other statements.  Although there are no
   performance requirements for YANG validation, the following
   information <bcp14>MAY</bcp14> be considered when designing YANG data models:</t>
        <ul spacing="normal">
          <li>
            <t>Lists are generally more expensive than containers</t>
          </li>
          <li>
            <t>"when" statement evaluation is generally more expensive than "if-feature" or "choice" statements</t>
          </li>
          <li>
            <t>"must" statements are generally more expensive than "min-entries", "max-entries", "mandatory", or "unique" statements</t>
          </li>
          <li>
            <t>"identityref" leafs are generally more expensive than "enumeration" leafs</t>
          </li>
          <li>
            <t>"leafref" and "instance-identifier" types with "require-instance" set to "true" are generally more expensive than if "require-instance" is set to "false"</t>
          </li>
        </ul>
      </section>
      <section anchor="open-systems-considerations">
        <name>Open Systems Considerations</name>
        <t>Only the modules imported by a particular module can be assumed to be
   present in an implementation.  An open system <bcp14>MAY</bcp14> include any
   combination of YANG modules.</t>
      </section>
      <section anchor="guidelines-for-constructs-specific-to-yang-11">
        <name>Guidelines for Constructs Specific to YANG 1.1</name>
        <t>The set of guidelines for YANG 1.1 will grow as operational
   experience is gained with the new language features.  This section
   contains an initial set of guidelines for new YANG 1.1 language
   features.</t>
        <section anchor="importing-multiple-revisions">
          <name>Importing Multiple Revisions</name>
          <t>Standard modules <bcp14>SHOULD NOT</bcp14> import multiple revisions of the same
   module into a module.  This <bcp14>MAY</bcp14> be done if independent definitions
   (e.g., enumeration typedefs) from specific revisions are needed in
   the importing module.</t>
        </section>
        <section anchor="using-feature-logic">
          <name>Using Feature Logic</name>
          <t>The YANG 1.1 feature logic is much more expressive than YANG 1.0.  A
   "description" statement <bcp14>SHOULD</bcp14> describe the "if-feature" logic in
   text, to help readers understand the module.</t>
          <t>YANG features <bcp14>SHOULD</bcp14> be used instead of the "when" statement, if
   possible.  Features are advertised by the server, and objects
   conditional by the "if-feature" statement are conceptually grouped
   together.  There is no such commonality supported for "when"
   statements.</t>
          <t>Features generally require less server implementation complexity and
   runtime resources than objects that use "when" statements.  Features
   are generally static (i.e., set when a module is loaded and not
   changed at runtime).  However, every client edit might cause a "when"
   statement result to change.</t>
        </section>
        <section anchor="anyxml-versus-anydata">
          <name>"anyxml" versus "anydata"</name>
          <t>The "anyxml" statement <bcp14>MUST NOT</bcp14> be used to represent a conceptual
   subtree of YANG data nodes.  The "anydata" statement <bcp14>MUST</bcp14> be used for
   this purpose.</t>
        </section>
        <section anchor="action-versus-rpc">
          <name>"action" versus "rpc"</name>
          <t>The use of "action" statements or "rpc" statements is a subjective
   design decision.  RPC operations are not associated with any
   particular data node.  Actions are associated with a specific data
   node definition.  An "action" statement <bcp14>SHOULD</bcp14> be used if the
   protocol operation is specific to a subset of all data nodes instead
   of all possible data nodes.</t>
          <t>The same action name <bcp14>MAY</bcp14> be used in different definitions within
   different data node.  For example, a "reset" action defined with a
   data node definition for an interface might have different parameters
   than for a power supply or a VLAN.  The same action name <bcp14>SHOULD</bcp14> be
   used to represent similar semantics.</t>
          <t>The NETCONF Access Control Model (NACM) <xref target="RFC8341"/> does not support
   parameter-based access control for RPC operations.  The user is given
   permission (or not) to invoke the RPC operation with any parameters.
   For example, if each client is only allowed to reset their own
   interface, then NACM cannot be used.</t>
          <t>For example, NACM cannot enforce access control based on the value of
   the "interface" parameter, only the "reset" operation itself:</t>
          <sourcecode type="yang"><![CDATA[
   rpc reset {
     input {
       leaf interface {
         type if:interface-ref;
         mandatory true;
         description "The interface to reset.";
       }
     }
   }
]]></sourcecode>
          <t>However, NACM can enforce access control for individual interface
   instances, using a "reset" action.  If the user does not have read
   access to the specific "interface" instance, then it cannot invoke
   the "reset" action for that interface instance:</t>
          <sourcecode type="yang"><![CDATA[
   container interfaces {
     list interface {
       ...
       action reset { }
     }
   }
]]></sourcecode>
        </section>
      </section>
      <section anchor="updating-yang-modules-published-versus-unpublished">
        <name>Updating YANG Modules (Published versus Unpublished)</name>
        <t>YANG modules can change over time.  Typically, new data model
   definitions are needed to support new features.  YANG update rules
   defined in <xref section="11" sectionFormat="of" target="RFC7950"/> <bcp14>MUST</bcp14> be followed for published
   modules.  They <bcp14>MAY</bcp14> be followed for unpublished modules.</t>
        <t>The YANG update rules only apply to published module revisions.  Each
   organization will have their own way to identify published work that
   is considered to be stable and unpublished work that is considered to
   be unstable.  For example, in the IETF, the RFC document is used for
   published work, and the I-D is used for unpublished work.</t>
      </section>
      <section anchor="sec-tags">
        <name>Defining Standard Tags</name>
        <t><xref target="RFC8819"/> specifies a method for associating tags with YANG modules. Tags may
be defined and associated at module design time, at implementation time, or via
user administrative control. Design-time tags are indicated using the module-tag
extension statement.</t>
        <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 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>Authors can use existing standard tags or use new tags defined in the model definition,
as appropriate. For IETF modules, new tags <bcp14>MUST</bcp14> be assigned in the IANA "IETF YANG Module Tags"
registry within the "YANG Module Tags" registry <xref target="IANA-TAGS"/>.</t>
      </section>
      <section anchor="modeling-abstract-data-structures">
        <name>Modeling Abstract Data Structures</name>
        <t>For contexts where YANG is used to model abstract data structures (e.g., protocol messages), the use of <xref target="RFC8791"/>
is <bcp14>RECOMMENDED</bcp14> compared to the "yang-data" extension statement <xref target="RFC8040"/>.</t>
        <ul empty="true">
          <li>
            <t>Examples of modules that rely upon <xref target="RFC8791"/> are <xref target="RFC9132"/> or <xref target="RFC9195"/>.</t>
          </li>
        </ul>
        <t>Abstract data structures can be augmented using the "augment-structure" statement <xref target="RFC8791"/>.</t>
        <ul empty="true">
          <li>
            <t>Examples of modules that augment abstract data structures are <xref target="RFC9244"/> and <xref target="RFC9362"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-maintained-modules">
        <name>IANA-Maintained Modules</name>
        <section anchor="context">
          <name>Context</name>
          <t>IANA maintains a set of registries that are key for interoperability.
   The content of these registries are usually available using various
   formats (e.g., plain text, XML).  However, there were some confusion
   in the past about whether the content of some registries is dependent
   on a specific representation format.  For example, Section 5 of
   <xref target="RFC8892"/> was published to clarify that MIB and YANG modules are
   merely additional formats in which the "Interface Types (ifType)" and
   "Tunnel Types (tunnelType)" registries are available.  The MIB
   <xref target="RFC2863"/> and YANG modules <xref target="RFC7224"/><xref target="RFC8675"/> are not separate
   registries, and the same values are always present in all formats of
   the same registry.</t>
          <t>Also, some YANG modules include parameters and values directly in a
   module that is not maintained by IANA while these are populated in an
   IANA registry.  Such a design is suboptimal as it creates another
   source of information that may deviate from the IANA registry as new
   values are assigned or some values are deprecated.</t>
          <t>For the sake of consistency, better flexibility to support new
   values, and maintaining IANA registries as the unique authoritative
   source of information, when such an information is maintained in a
   registry, this document encourages the use of IANA-maintained
   modules.</t>
          <t>The following section provides a set of guidelines for YANG module authors
   related to the design of IANA-maintained modules.  These guidelines
   are meant to leverage existing IANA registries and use YANG as
   another format to present the content of these registries when
   appropriate.</t>
        </section>
        <section anchor="guidelines-for-iana-maintained-modules">
          <name>Guidelines for IANA-Maintained Modules</name>
          <t>When designing a YANG module for a functionality governed by a
   protocol for which IANA maintains a registry, it is <bcp14>RECOMMENDED</bcp14> to
   specify an IANA-maintained module that echoes the content of that
   registry.  This is superior to including that content in an
   IETF-maintained module.</t>
          <t>When one or multiple sub-registries are available under the same
   registry, it is <bcp14>RECOMMENDED</bcp14> to define an IANA-maintained module for
   each sub-registry.  However, module designers <bcp14>MAY</bcp14> consider defining
   one single IANA-maintained module that covers all sub-registries if
   maintaining that single module is manageable (e.g., very few values
   are present or expected to be present for each sub-registry).  An
   example of such a module is documented in <xref section="5.2" sectionFormat="of" target="RFC9132"/>.</t>
          <t>An IANA-maintained module may use the "identityref" data type (e.g., <xref target="RFC8675"/>) or
   an enumeration data type (e.g., <xref target="RFC9108"/>). See <xref target="sec-fve"/> for a guidance on which data type to use. The decision about which type to use
   should be made based upon
   specifics related to the intended use of the IANA-maintained module.
   For example, identities are useful if the registry entries are
   organized hierarchically, possibly including multiple inheritances.
   It is <bcp14>RECOMMENDED</bcp14> that the reasoning for the design choice is
   documented in the companion specification that registers an
   IANA-maintained module. For example, <xref target="RFC9244"/> defines an IANA-maintained
   module that uses enumerations for the following reason:</t>
          <artwork><![CDATA[
 "The DOTS telemetry module (Section 10.1) uses "enumerations" rather
 than "identities" to define units, samples, and intervals because
 otherwise the namespace identifier "ietf-dots-telemetry" must be
 included when a telemetry attribute is included (e.g., in a
 mitigation efficacy update).  The use of "identities" is thus
 suboptimal from a message compactness standpoint; one of the key
 requirements for DOTS messages."
]]></artwork>
          <t>Designers of IANA-maintained modules <bcp14>MAY</bcp14> supply the full initial
   version of the module in a specification document that registers the
   module or only a script to be used (including by IANA) for generating
   the module (e.g., an XSLT stylesheet as in Appendix A of <xref target="RFC9108"/>).
   For both cases, the document that defines an IANA-maintained module
   <bcp14>MUST</bcp14> include a note indicating that the document is only documenting
   the initial version of the module and that the authoritative version
   is to be retrieved from the IANA registry. Also, the IANA-maintained
   module <bcp14>MUST</bcp14> include the following note indicating the RFC that
   registered the initial version of the IANA-maintained module:</t>
          <ul empty="true">
            <li>
              <t>The initial version of this YANG module is part of RFC IIII;
     see the RFC itself for full legal notices.</t>
            </li>
          </ul>
          <t>It is <bcp14>RECOMMENDED</bcp14> to
   include the URL from where to retrieve the recent version of the
   module.  When a script is used, the Internet-Draft that defines an
   IANA-maintained module <bcp14>SHOULD</bcp14> include an appendix with the initial
   full version of the module.  Including such an appendix in pre-RFC
   versions is meant to assess the correctness of the outcome of the
   supplied script.  The authors <bcp14>MUST</bcp14> include a note to the RFC Editor
   requesting that the appendix be removed before publication as RFC and
   that RFC IIII is replaced with the RFC number that is assigned to the document.
   Initial versions of IANA-maintained modules that are published in
   RFCs may be misused despite the appropriate language to refer to the
   IANA registry to retrieve the up-to-date module.  This is problematic
   for interoperability, e.g., when values are deprecated or are
   associated with a new meaning.</t>
          <artwork><![CDATA[
  Note: [Style] provides XSLT 1.0 stylesheets and other tools for
  translating IANA registries to YANG modules.  The tools can be
  used to generate up-to-date revisions of an IANA-maintained module
  based upon the XML representation of an IANA registry.
]]></artwork>
          <t>If an IANA-maintained module is imported by another module, a
   normative reference with the IANA URL from where to retrieve the
   IANA-maintained module <bcp14>SHOULD</bcp14> be included.  Although not encouraged,
   referencing the RFC that defines the initial version of the IANA
   module is acceptable in specific cases (e.g., the imported version is
   specifically the initial version, the RFC includes useful description
   about the usage of the module).</t>
          <t>Examples of IANA URLs from where to retrieve the latest version of an
   IANA-maintained module are: <xref target="IANA_BGP-L2_URL"/>, <xref target="IANA_PW-Types_URL"/>,
   and <xref target="IANA_BFD_URL"/>. "IANA_FOO_URL" is used in the following to refer
   to such URLs.  These URLs are expected to be sufficiently permanent
   and stable. Whenever referencing a specific version of an
   IANA-maintained module is needed, then URLs such as <xref target="IANA_BGP-L2_URL-Revision"/>
   are used. "IANA_FOO_URL_With_REV" is used in the following to refer
   to such URLs.</t>
          <t>A template for IANA-maintained modules is provided in <xref target="tem-iana"/>.</t>
        </section>
        <section anchor="sec-iana-mm">
          <name>Guidance for Writing the IANA Considerations for RFCs Defining IANA-Maintained Modules</name>
          <t>In addition to the IANA considerations in <xref target="sec-iana-cons"/>,
   the IANA Considerations Section of an RFC that includes an
   IANA-maintained module <bcp14>MUST</bcp14> provide the required instructions for IANA to
   automatically perform the maintenance of that IANA module.  These
   instructions describe how to proceed with updates to the
   IANA-maintained module that are triggered by a change to the authoritative
   registry.  Concretely, the IANA Considerations Section <bcp14>SHALL</bcp14> at least
   provide the following information:</t>
          <ul spacing="normal">
            <li>
              <t>An IANA request to add a note to the page displaying the
information about the IANA-maintained module that new values must
not be directly added to the module, but to an authoritative IANA
registry.</t>
            </li>
            <li>
              <t>An IANA request to add a note to the authoritative IANA registry
to indicate that any change to the registry must be reflected into
the corresponding IANA-maintained module.</t>
            </li>
            <li>
              <t>Details about the required actions (e.g., add a new "identity" or
"enum" statement) to update the IANA-maintained module to reflect
changes to an authoritative IANA registry.  Typically, these
details have to include the procedure to create a new "identity"
statement name and substatements ("base", "status",
"description", and "reference") or a new "enum" statement and sub-
statements ("value", "status", "description", and "reference").  </t>
              <ul spacing="normal">
                <li>
                  <t>When creating a new "identity" statement name or a new "enum" statement,
it is <bcp14>RECOMMENDED</bcp14> to mirror the name (if present) as recorded in the IANA registry.</t>
                </li>
                <li>
                  <t>If the name in the IANA registry does not comply with the naming conventions
listed in <xref target="sec-id-naming"/>, the procedure <bcp14>MUST</bcp14> detail how IANA
can generate legal identifiers from such a name. For example, if the name
begins with a number, it is <bcp14>RECOMMENDED</bcp14> to spell out the number when used as an identifier (e.g., "3des-cbc" will be  "triple-des-cbc" (<xref section="6.3" sectionFormat="of" target="RFC4253"/>)).</t>
                </li>
              </ul>
            </li>
            <li>
              <t>A note that unassigned or reserved values must not be present in
the IANA-maintained module.</t>
            </li>
            <li>
              <t>An indication whether experimental values are included in the
IANA-maintained module.  Absent such an indication, experimental
values <bcp14>MUST NOT</bcp14> be listed in the IANA-maintained module.</t>
            </li>
            <li>
              <t>An instruction about how to generate the "revision" statement.</t>
            </li>
          </ul>
          <t>A template for the IANA Considerations is provided in <xref target="sec-temp-id"/> for
   IANA-maintained modules with identities and <xref target="sec-temp-enum"/> for
   IANA-maintained modules with enumerations.  Authors may modify the
   template to reflect specifics of their modules (e.g., Multiple
   registries can be listed for a single IANA-maintained module, no
   explicit description (or name) field is listed under the
   authoritative IANA registry, or the name does not comply with YANG naming conventions (<xref target="sec-id-naming"/>)).</t>
          <t>An example of "revision" statements that are generated following the guidance in <xref target="sec-temp-id"/>
   is provided below:</t>
          <sourcecode type="yang"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

  revision 2023-11-27 {
    description
      "Registered RR Type RESINFO 261.";
    reference
      "https://www.iana.org/assignments/yang-parameters/iana-dns-\
                                       class-rr-type@2023-11-27.yang"
  }

  revision 2023-11-08 {
    description
      "Updated description and replaced draft string reference to
       64 and 65 with RFC 9460: Service Binding and Parameter \
                                                        Specification
       via the DNS (SVCB and HTTPS Resource Records).";
    reference
      "RFC 9460: Service Binding and Parameter Specification via the
                 DNS (SVCB and HTTPS Resource Records)
       https://www.iana.org/assignments/yang-parameters/iana-dns-\
                                       class-rr-type@2023-11-08.yang"
  }

  revision 2023-04-25 {
    description
      "Updated reference for 64 and 65.";
    reference
      "https://www.iana.org/assignments/yang-parameters/iana-dns-\
                                       class-rr-type@2023-04-25.yang"
  }

  revision 2022-05-30 {
    description
      "Updated description, reference for 64 and 65.";
    reference
      "https://www.iana.org/assignments/yang-parameters/iana-dns-\
                                       class-rr-type@2022-05-30.yang"
  }

  revision 2021-08-31 {
    description
      "Initial revision.";
    reference
      "RFC 9108: YANG Types for DNS Classes and Resource Record
                 Types";
  }
]]></sourcecode>
          <t>Duplicating the same reference at the high level and at the level of a new addition might be redundant. For example, the following does not provide access to a specific (OLD) revision of the module when future revisions are made <xref target="IANA_Tunnel_Type_URL"/>:</t>
          <sourcecode type="yang"><![CDATA[
revision 2021-04-23 {
  description
    "Registered tunnelType 19.";
  reference
    "RFC 4301: Security Architecture for the Internet Protocol";
}

revision 2019-11-16 {
  description
    "Initial revision.";
  reference
    "RFC 8675: A YANG Data Model for Tunnel Interface Types";
}

...

identity ipsectunnelmode {
  base ift:tunnel;
  description
    "IpSec tunnel mode encapsulation.";
  reference
    "RFC 4301: Security Architecture for the Internet Protocol";
}
]]></sourcecode>
          <t>The following example shows how to generate the "revision" statements following the guidance in <xref target="sec-temp-id"/>:</t>
          <sourcecode type="yang"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

revision 2021-04-23 {
  description
    "Registered tunnelType 19.";
  reference
    "https://www.iana.org/assignments/yang-parameters/iana-tunnel-\
                                                 type@2021-04-23.yang
     RFC 4301: Security Architecture for the Internet Protocol";
}

revision 2019-11-16 {
  description
    "Initial revision.";
  reference
    "RFC 8675: A YANG Data Model for Tunnel Interface Types";
}
...
identity ipsectunnelmode {
  base ift:tunnel;
  description
    "IpSec tunnel mode encapsulation.";
  reference
    "RFC 4301: Security Architecture for the Internet Protocol";
}
]]></sourcecode>
          <t>The following templates are to be considered in addition to the
   required information that is provided in <xref target="sec-iana-cons"/>.</t>
          <section anchor="sec-temp-id">
            <name>Template for IANA-Maintained Modules with Identities</name>
            <sourcecode markers="true"><![CDATA[


This document defines the initial version of the IANA-maintained
"iana-foo" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
[IANA-YANG-PARAMETERS].

IANA is requested to add this note to the registry:

   New values must not be directly added to the "iana-foo" YANG
   module.  They must instead be added to the "foo" registry.

When a value is added to the "foo" registry, a new "identity"
statement must be added to the "iana-foo" YANG module.  The name of
the "identity" MUST be the name as provided in the
registry.  The "identity" statement should have the following sub-
statements defined:

 "base":        Contains 'name-base-identity-defined-in-foo'.

 "status":      Include only if a registration has been deprecated or
                obsoleted.  IANA "deprecated" maps to YANG status
                "deprecated", and IANA "obsolete" maps to YANG status
                "obsolete".

 "description":  Replicates the description from the registry.

 "reference":   Replicates the reference(s) from the registry with
                the title of the document(s) added.

Unassigned or reserved values are not present in the module.

When the "iana-foo" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements. The "revision" statement MUST contain 
both "description" and "reference" substatements as follows.

The "description" substatement captures what changed in the
revised version. Typically, the description enumerates the changes
such as udpates to existing entries (e.g., update a description or
a reference) or notes which identities were added or had their status
changed (e.g., deprecated, discouraged, or obsoleted).

  -- When such a description is not feasible, the description varies
  -- on how the update is triggered.

  -- If the update is triggered by an RFC, insert this text:

 The "description" substatement should include this text:
 "Applied updates as specified by RFC XXXX.".

  -- If the update is triggered following other IANA registration
  -- policy (Section 4 of [RFC8126]) but not all the values in the
  -- registry are covered by the same policy, insert this text:

 The "description" substatement should include this text: 
 "Applied updates as specified by the registration policy 
  <Some_IANA_policy>".

The "reference" substatement points specifically to the published
module (i.e., IANA_FOO_URL_With_REV). It may also point to an 
authoritative event triggering the update to the YANG module. In all
cases, this event is cited from the underlying IANA registry. If the
update is triggered by an RFC, that RFC must also be included in
the "reference" substatement.

IANA is requested to add this note to [reference-to-the-iana-foo-
registry]:

   When this registry is modified, the YANG module "iana-foo"
   [IANA_FOO_URL] must be updated as defined in RFC IIII.


]]></sourcecode>
          </section>
          <section anchor="sec-temp-enum">
            <name>Template for IANA-Maintained Modules with Enumerations</name>
            <sourcecode markers="true"><![CDATA[


This document defines the initial version of the IANA-maintained
"iana-foo" YANG module.  The most recent version of the YANG module
is available from the "YANG Parameters" registry
[IANA-YANG-PARAMETERS].

IANA is requested to add this note to the registry:

    New values must not be directly added to the "iana-foo" YANG
    module.  They must instead be added to the "foo" registry.

When a value is added to the "foo" registry, a new "enum" statement
must be added to the "iana-foo" YANG module.  The "enum" statement,
and sub-statements thereof, should be defined:

 "enum":        Replicates a name from the registry.

 "value":       Contains the decimal value of the IANA-assigned
                value.

 "status":      Is included only if a registration has been 
                deprecated or obsoleted.  IANA "deprecated" maps 
                to YANG status "deprecated", and IANA "obsolete" 
                maps to YANG status "obsolete".

 "description":  Replicates the description from the registry.

 "reference":   Replicates the reference(s) from the registry with
                the title of the document(s) added.

Unassigned or reserved values are not present in the module.

When the "iana-foo" YANG module is updated, a new "revision"
statement with a unique revision date must be added in front of the
existing revision statements. The "revision" statement MUST contain 
both "description" and "reference" substatements as follows.

The "description" substatement captures what changed in the
revised version. Typically, the description enumerates the changes
such as udpates to existing entries (e.g., update a description or
a reference) or notes which "enums" were added or had their status
changed (e.g., deprecated, discouraged, or obsoleted).

  -- When such a description is not feasible, the description varies
  -- on how the update is triggered.

  -- If the update is triggered by an RFC, insert this text:

 The "description" substatement should include this text:
 "Applied updates as specified by RFC XXXX.".

  -- If the update is triggered following other IANA registration
  -- policy (Section 4 of [RFC8126]) but not all the values in the
  -- registry are covered by the same policy, insert this text:

 The "description" substatement should include this text: 
 "Applied updates as specified by the registration policy 
  <Some_IANA_policy>".

The "reference" substatement points specifically to the published
module (i.e., IANA_FOO_URL_With_REV). It may also point to an 
authoritative event triggering the update to the YANG module. In all
cases, this event is cited from the underlying IANA registry. If the
update is triggered by an RFC, that RFC must also be included in
the "reference" substatement.

IANA is requested to add this note to [reference-to-the-iana-foo-
registry]:

    When this registry is modified, the YANG module "iana-foo"
    [IANA_FOO_URL] must be updated as defined in RFC IIII.

]]></sourcecode>
          </section>
        </section>
      </section>
    </section>
    <section anchor="sec-iana">
      <name>IANA Considerations</name>
      <section anchor="yang-modules">
        <name>YANG Modules</name>
        <t>The following registration in the "ns" subregistry of the "IETF XML
Registry" <xref target="RFC3688"/> was detailed in <xref target="RFC8407"/>. This document requests IANA
to update this registration to reference this document.</t>
        <artwork><![CDATA[
     URI: urn:ietf:params:xml:ns:yang:ietf-template
     Registrant Contact: The IESG.
     XML: N/A, the requested URI is an XML namespace.
]]></artwork>
        <t>IANA is requested to register the following URI in the "ns" subregistry within
   the "IETF XML Registry" <xref target="RFC3688"/>:</t>
        <artwork><![CDATA[
   URI:  urn:ietf:params:xml:ns:yang:iana-template
   Registrant Contact:  The IESG.
   XML:  N/A; the requested URI is an XML namespace.
]]></artwork>
        <t>This document requests IANA to register the following YANG modules in the "YANG Module
Names" registry <xref target="RFC6020"/> within the "YANG Parameters" registry group.</t>
        <artwork><![CDATA[
   Name:  ietf-template
   Maintained by IANA?  N
   Namespace:  urn:ietf:params:xml:ns:yang:ietf-template
   Prefix:  temp
   Reference:  RFC AAAA

   Name:  iana-template
   Maintained by IANA?  N
   Namespace:  urn:ietf:params:xml:ns:yang:iana-template
   Prefix:  iana-foo
   Reference:  RFC AAAA
]]></artwork>
      </section>
      <section anchor="update-yang-parameters-registry">
        <name>Update YANG Parameters Registry</name>
        <t>Also, this document requests IANA to update the reference for
the "YANG Module Names" registry under the "YANG Parameters" registry group
to point to the RFC number that will be assigned to this document as it contains the template necessary
for registration in Appendix B.</t>
      </section>
      <section anchor="revisions-of-published-modules">
        <name>Revisions of Published Modules</name>
        <t>IANA considerations to register YANG module and submodule names are specified in <xref section="14" sectionFormat="of" target="RFC6020"/>. This document amends the guidance on names unicity as follows:</t>
        <dl newline="true">
          <dt>OLD:</dt>
          <dd>
            <t>All module and submodule names in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
          <dt/>
          <dd>
            <t>All XML namespaces in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
          <dt>NEW:</dt>
          <dd>
            <t>Modules and their revisions are maintained in the registry.</t>
          </dd>
          <dt/>
          <dd>
            <t>A module and all its revisions <bcp14>MUST</bcp14> have the same name and namespace.</t>
          </dd>
          <dt/>
          <dd>
            <t>All initial version module and submodule names in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
          <dt/>
          <dd>
            <t>All XML namespaces of initial version modules in the registry <bcp14>MUST</bcp14> be unique.</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-maintained-modules-1">
        <name>IANA-Maintained Modules</name>
        <t>IANA should refer to <xref target="sec-iana-mm"/> for information necessary to populate "revision" statements and "identity" and "enum" substatements in IANA-maintained modules. These considerations cover both the creation and maintenance of an IANA-mainatined module. In particular, the following should be noted:</t>
        <ul spacing="normal">
          <li>
            <t>When an underlying registration is deprecated or obsoleted, a corresponding "status" substatement should be added to the identity or enumeration statement.</t>
          </li>
          <li>
            <t>The "reference" substatement should point specifically to the published module (i.e., IANA_FOO_URL_With_REV). When the
registration is triggered by an RFC, that RFC must also be included in the "reference" substatement. It may also point to an
authoritative event triggering the update to the YANG module. In all cases, the event is cited from the underlying IANA registry.</t>
          </li>
        </ul>
        <t>In addition, when the module is published, IANA must add the following notes to:</t>
        <dl newline="true">
          <dt>The YANG Module Names registry:</dt>
          <dd>
            <t>New values must not be directly added to the "iana-foo" YANG module. They must instead be added to the "foo" registry.</t>
          </dd>
          <dt>The underlying registry:</dt>
          <dd>
            <t>When this registry is modified, the YANG module "iana-foo" [IANA_FOO_URL] must be updated as defined in RFC IIII.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document defines documentation guidelines for NETCONF or
RESTCONF content defined with the YANG data modeling language;
therefore, it does not introduce any new or increased security risks
into the management system.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="ID-Guidelines" target="https://authors.ietf.org/en/content-guidelines-overview">
          <front>
            <title>Guidelines to Authors of Internet-Drafts</title>
            <author>
              <organization>IETF</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="W3C.REC-xpath" target="http://www.w3.org/TR/1999/REC-xpath-19991116">
          <front>
            <title>XML Path Language (XPath) Version 1.0</title>
            <author initials="J." surname="Clark" fullname="James Clark">
              <organization/>
            </author>
            <author initials="S." surname="DeRose" fullname="Steve DeRose">
              <organization/>
            </author>
            <date year="1999" month="November"/>
          </front>
          <seriesInfo name="W3C" value="Recommendation REC-xpath-19991116"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="RFC8791">
          <front>
            <title>YANG Data Structure Extensions</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Björklund" initials="M." surname="Björklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document describes YANG mechanisms for defining abstract data structures with YANG.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8791"/>
          <seriesInfo name="DOI" value="10.17487/RFC8791"/>
        </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="RFC7952">
          <front>
            <title>Defining and Using Metadata with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines a YANG extension that allows for defining metadata annotations in YANG modules. The document also specifies XML and JSON encoding of annotations and other rules for annotating instances of YANG data nodes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7952"/>
          <seriesInfo name="DOI" value="10.17487/RFC7952"/>
        </reference>
        <reference anchor="RFC8792">
          <front>
            <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content. One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line. The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy. Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8792"/>
          <seriesInfo name="DOI" value="10.17487/RFC8792"/>
        </reference>
        <reference anchor="RFC8819">
          <front>
            <title>YANG Module Tags</title>
            <author fullname="C. Hopps" initials="C." surname="Hopps"/>
            <author fullname="L. Berger" initials="L." surname="Berger"/>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <date month="January" year="2021"/>
            <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>
          <seriesInfo name="RFC" value="8819"/>
          <seriesInfo name="DOI" value="10.17487/RFC8819"/>
        </reference>
        <reference anchor="RFC8342">
          <front>
            <title>Network Management Datastore Architecture (NMDA)</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." surname="Schoenwaelder"/>
            <author fullname="P. Shafer" initials="P." surname="Shafer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="R. Wilton" initials="R." surname="Wilton"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>Datastores are a fundamental concept binding the data models written in the YANG data modeling language to network management protocols such as the Network Configuration Protocol (NETCONF) and RESTCONF. This document defines an architectural framework for datastores based on the experience gained with the initial simpler model, addressing requirements that were not well supported in the initial model. This document updates RFC 7950.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8342"/>
          <seriesInfo name="DOI" value="10.17487/RFC8342"/>
        </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="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>
        <reference anchor="RFC8341">
          <front>
            <title>Network Configuration Access Control Model</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or the RESTCONF protocol requires a structured and secure operating environment that promotes human usability and multi-vendor interoperability. There is a need for standard mechanisms to restrict NETCONF or RESTCONF protocol access for particular users to a preconfigured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model.</t>
              <t>This document obsoletes RFC 6536.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="91"/>
          <seriesInfo name="RFC" value="8341"/>
          <seriesInfo name="DOI" value="10.17487/RFC8341"/>
        </reference>
        <reference anchor="RFC6242">
          <front>
            <title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>This document describes a method for invoking and running the Network Configuration Protocol (NETCONF) within a Secure Shell (SSH) session as an SSH subsystem. This document obsoletes RFC 4742. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6242"/>
          <seriesInfo name="DOI" value="10.17487/RFC6242"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC5378">
          <front>
            <title>Rights Contributors Provide to the IETF Trust</title>
            <author fullname="S. Bradner" initials="S." role="editor" surname="Bradner"/>
            <author fullname="J. Contreras" initials="J." role="editor" surname="Contreras"/>
            <date month="November" year="2008"/>
            <abstract>
              <t>The IETF policies about rights in Contributions to the IETF are designed to ensure that such Contributions can be made available to the IETF and Internet communities while permitting the authors to retain as many rights as possible. This memo details the IETF policies on rights in Contributions to the IETF. It also describes the objectives that the policies are designed to meet. This memo obsoletes RFCs 3978 and 4748 and, with BCP 79 and RFC 5377, replaces Section 10 of RFC 2026. 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="78"/>
          <seriesInfo name="RFC" value="5378"/>
          <seriesInfo name="DOI" value="10.17487/RFC5378"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IANA-MOD-NAMES" target="https://www.iana.org/assignments/yang-parameters/">
          <front>
            <title>YANG Module Names</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA-XML" target="https://www.iana.org/assignments/xml-registry/">
          <front>
            <title>IETF XML Registry</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC-STYLE" target="http://www.rfc-editor.org/styleguide/">
          <front>
            <title>Style Guide</title>
            <author>
              <organization>RFC Editor</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_BFD_URL" target="https://www.iana.org/assignments/iana-bfd-types/iana-bfd-types.xhtml">
          <front>
            <title>iana-bfd-types YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_BGP-L2_URL" target="https://www.iana.org/assignments/iana-bgp-l2-encaps/iana-bgp-l2-encaps.xhtml">
          <front>
            <title>iana-bgp-l2-encaps YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_BGP-L2_URL-Revision" target="https://www.iana.org/assignments/yang-parameters/iana-bfd-types@2021-10-21.yang">
          <front>
            <title>iana-bfd-types@2021-10-21.yang</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_PW-Types_URL" target="https://www.iana.org/assignments/iana-pseudowire-types/iana-pseudowire-types.xhtml">
          <front>
            <title>iana-pseudowire-types YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Style" target="https://github.com/llhotka/iana-yang">
          <front>
            <title>IANA YANG</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-YANG-PARAMETERS" target="https://www.iana.org/assignments/yang-parameters">
          <front>
            <title>YANG Parameters</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="IANA-TAGS" target="https://www.iana.org/assignments/yang-module-tags/">
          <front>
            <title>YANG Module Tags</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="IANA_Tunnel_Type_URL" target="https://www.iana.org/assignments/iana-tunnel-type/iana-tunnel-type.xhtml">
          <front>
            <title>iana-tunnel-type YANG Module</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC8407">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This memo provides guidelines for authors and reviewers of specifications containing YANG modules. Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) and RESTCONF protocol implementations that utilize YANG modules. This document obsoletes RFC 6087.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="216"/>
          <seriesInfo name="RFC" value="8407"/>
          <seriesInfo name="DOI" value="10.17487/RFC8407"/>
        </reference>
        <reference anchor="RFC8675">
          <front>
            <title>A YANG Data Model for Tunnel Interface Types</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="I. Farrer" initials="I." surname="Farrer"/>
            <author fullname="R. Asati" initials="R." surname="Asati"/>
            <date month="November" year="2019"/>
            <abstract>
              <t>This document specifies the initial version of a YANG module "iana-tunnel-type", which contains a collection of IANA-maintained YANG identities used as interface types for tunnel interfaces. The module reflects the "tunnelType" registry maintained by IANA. The latest revision of this YANG module can be obtained from the IANA website.</t>
              <t>Tunnel type values are not directly added to the Tunnel Interface Types YANG module; they must instead be added to the "tunnelType" IANA registry. Once a new tunnel type registration is made by IANA for a new tunneling scheme or even an existing one that is not already listed in the current registry (e.g., LISP, NSH), IANA will update the Tunnel Interface Types YANG module accordingly.</t>
              <t>Some of the IETF-defined tunneling techniques are not listed in the current IANA registry. It is not the intent of this document to update the existing IANA registry with a comprehensive list of tunnel technologies. Registrants must follow the IETF registration procedure for interface types whenever a new tunnel type is needed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8675"/>
          <seriesInfo name="DOI" value="10.17487/RFC8675"/>
        </reference>
        <reference anchor="RFC9291">
          <front>
            <title>A YANG Network Data Model for Layer 2 VPNs</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document defines an L2VPN Network Model (L2NM) that can be used to manage the provisioning of Layer 2 Virtual Private Network (L2VPN) services within a network (e.g., a service provider network). The L2NM complements the L2VPN Service Model (L2SM) by providing a network-centric view of the service that is internal to a service provider. The L2NM is particularly meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices.</t>
              <t>Also, this document defines a YANG module to manage Ethernet segments and the initial versions of two IANA-maintained modules that include a set of identities of BGP Layer 2 encapsulation types and pseudowire types.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9291"/>
          <seriesInfo name="DOI" value="10.17487/RFC9291"/>
        </reference>
        <reference anchor="RFC2026">
          <front>
            <title>The Internet Standards Process -- Revision 3</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="October" year="1996"/>
            <abstract>
              <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. 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="9"/>
          <seriesInfo name="RFC" value="2026"/>
          <seriesInfo name="DOI" value="10.17487/RFC2026"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="RFC7322">
          <front>
            <title>RFC Style Guide</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7322"/>
          <seriesInfo name="DOI" value="10.17487/RFC7322"/>
        </reference>
        <reference anchor="RFC7841">
          <front>
            <title>RFC Streams, Headers, and Boilerplates</title>
            <author fullname="J. Halpern" initials="J." role="editor" surname="Halpern"/>
            <author fullname="L. Daigle" initials="L." role="editor" surname="Daigle"/>
            <author fullname="O. Kolkman" initials="O." role="editor" surname="Kolkman"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>RFC documents contain a number of fixed elements such as the title page header, standard boilerplates, and copyright/IPR statements. This document describes them and introduces some updates to reflect current usage and requirements of RFC publication. In particular, this updated structure is intended to communicate clearly the source of RFC creation and review. This document obsoletes RFC 5741, moving detailed content to an IAB web page and preparing for more flexible output formats.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7841"/>
          <seriesInfo name="DOI" value="10.17487/RFC7841"/>
        </reference>
        <reference anchor="RFC8349">
          <front>
            <title>A YANG Data Model for Routing Management (NMDA Version)</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <author fullname="A. Lindem" initials="A." surname="Lindem"/>
            <author fullname="Y. Qu" initials="Y." surname="Qu"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document specifies three YANG modules and one submodule. Together, they form the core routing data model that serves as a framework for configuring and managing a routing subsystem. It is expected that these modules will be augmented by additional YANG modules defining data models for control-plane protocols, route filters, and other functions. The core routing data model provides common building blocks for such extensions -- routes, Routing Information Bases (RIBs), and control-plane protocols.</t>
              <t>The YANG modules in this document conform to the Network Management Datastore Architecture (NMDA). This document obsoletes RFC 8022.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8349"/>
          <seriesInfo name="DOI" value="10.17487/RFC8349"/>
        </reference>
        <reference anchor="RFC6991">
          <front>
            <title>Common YANG Data Types</title>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document introduces a collection of common data types to be used with the YANG data modeling language. This document obsoletes RFC 6021.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6991"/>
          <seriesInfo name="DOI" value="10.17487/RFC6991"/>
        </reference>
        <reference anchor="RFC8309">
          <front>
            <title>Service Models Explained</title>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <author fullname="W. Liu" initials="W." surname="Liu"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>The IETF has produced many modules in the YANG modeling language. The majority of these modules are used to construct data models to model devices or monolithic functions.</t>
              <t>A small number of YANG modules have been defined to model services (for example, the Layer 3 Virtual Private Network Service Model (L3SM) produced by the L3SM working group and documented in RFC 8049).</t>
              <t>This document describes service models as used within the IETF and also shows where a service model might fit into a software-defined networking architecture. Note that service models do not make any assumption of how a service is actually engineered and delivered for a customer; details of how network protocols and devices are engineered to deliver a service are captured in other modules that are not exposed through the interface between the customer and the provider.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8309"/>
          <seriesInfo name="DOI" value="10.17487/RFC8309"/>
        </reference>
        <reference anchor="RFC8969">
          <front>
            <title>A Framework for Automating Service and Network Management with YANG</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Geng" initials="L." surname="Geng"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>Data models provide a programmatic approach to represent services and networks. Concretely, they can be used to derive configuration information for network and service components, and state information that will be monitored and tracked. Data models can be used during the service and network management life cycle (e.g., service instantiation, service provisioning, service optimization, service monitoring, service diagnosing, and service assurance). Data models are also instrumental in the automation of network management, and they can provide closed-loop control for adaptive and deterministic service creation, delivery, and maintenance.</t>
              <t>This document describes a framework for service and network management automation that takes advantage of YANG modeling technologies. This framework is drawn from a network operator perspective irrespective of the origin of a data model; thus, it can accommodate YANG modules that are developed outside the IETF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8969"/>
          <seriesInfo name="DOI" value="10.17487/RFC8969"/>
        </reference>
        <reference anchor="RFC8299">
          <front>
            <title>YANG Data Model for L3VPN Service Delivery</title>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="S. Litkowski" initials="S." surname="Litkowski"/>
            <author fullname="L. Tomotaki" initials="L." surname="Tomotaki"/>
            <author fullname="K. Ogaki" initials="K." surname="Ogaki"/>
            <date month="January" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used for communication between customers and network operators and to deliver a Layer 3 provider-provisioned VPN service. This document is limited to BGP PE-based VPNs as described in RFCs 4026, 4110, and 4364. This model is intended to be instantiated at the management system to deliver the overall service. It is not a configuration model to be used directly on network elements. This model provides an abstracted view of the Layer 3 IP VPN service configuration components. It will be up to the management system to take this model as input and use specific configuration models to configure the different network elements to deliver the service. How the configuration of network elements is done is out of scope for this document.</t>
              <t>This document obsoletes RFC 8049; it replaces the unimplementable module in that RFC with a new module with the same name that is not backward compatible. The changes are a series of small fixes to the YANG module and some clarifications to the text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8299"/>
          <seriesInfo name="DOI" value="10.17487/RFC8299"/>
        </reference>
        <reference anchor="RFC8466">
          <front>
            <title>A YANG Data Model for Layer 2 Virtual Private Network (L2VPN) Service Delivery</title>
            <author fullname="B. Wen" initials="B." surname="Wen"/>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola"/>
            <author fullname="C. Xie" initials="C." surname="Xie"/>
            <author fullname="L. Jalil" initials="L." surname="Jalil"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model that can be used to configure a Layer 2 provider-provisioned VPN service. It is up to a management system to take this as an input and generate specific configuration models to configure the different network elements to deliver the service. How this configuration of network elements is done is out of scope for this document.</t>
              <t>The YANG data model defined in this document includes support for point-to-point Virtual Private Wire Services (VPWSs) and multipoint Virtual Private LAN Services (VPLSs) that use Pseudowires signaled using the Label Distribution Protocol (LDP) and the Border Gateway Protocol (BGP) as described in RFCs 4761 and 6624.</t>
              <t>The YANG data model defined in this document conforms to the Network Management Datastore Architecture defined in RFC 8342.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8466"/>
          <seriesInfo name="DOI" value="10.17487/RFC8466"/>
        </reference>
        <reference anchor="RFC9182">
          <front>
            <title>A YANG Network Data Model for Layer 3 VPNs</title>
            <author fullname="S. Barguil" initials="S." surname="Barguil"/>
            <author fullname="O. Gonzalez de Dios" initials="O." role="editor" surname="Gonzalez de Dios"/>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="L. Munoz" initials="L." surname="Munoz"/>
            <author fullname="A. Aguado" initials="A." surname="Aguado"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>As a complement to the Layer 3 Virtual Private Network Service Model (L3SM), which is used for communication between customers and service providers, this document defines an L3VPN Network Model (L3NM) that can be used for the provisioning of Layer 3 Virtual Private Network (L3VPN) services within a service provider network. The model provides a network-centric view of L3VPN services.</t>
              <t>The L3NM is meant to be used by a network controller to derive the configuration information that will be sent to relevant network devices. The model can also facilitate communication between a service orchestrator and a network controller/orchestrator.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9182"/>
          <seriesInfo name="DOI" value="10.17487/RFC9182"/>
        </reference>
        <reference anchor="RFC8199">
          <front>
            <title>YANG Module Classification</title>
            <author fullname="D. Bogdanovic" initials="D." surname="Bogdanovic"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <author fullname="C. Moberg" initials="C." surname="Moberg"/>
            <date month="July" year="2017"/>
            <abstract>
              <t>The YANG data modeling language is currently being considered for a wide variety of applications throughout the networking industry at large. Many standards development organizations (SDOs), open-source software projects, vendors, and users are using YANG to develop and publish YANG modules for a wide variety of applications. At the same time, there is currently no well-known terminology to categorize various types of YANG modules.</t>
              <t>A consistent terminology would help with the categorization of YANG modules, assist in the analysis of the YANG data modeling efforts in the IETF and other organizations, and bring clarity to the YANG- related discussions between the different groups.</t>
              <t>This document describes a set of concepts and associated terms to support consistent classification of YANG modules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8199"/>
          <seriesInfo name="DOI" value="10.17487/RFC8199"/>
        </reference>
        <reference anchor="RFC8519">
          <front>
            <title>YANG Data Model for Network Access Control Lists (ACLs)</title>
            <author fullname="M. Jethanandani" initials="M." surname="Jethanandani"/>
            <author fullname="S. Agarwal" initials="S." surname="Agarwal"/>
            <author fullname="L. Huang" initials="L." surname="Huang"/>
            <author fullname="D. Blair" initials="D." surname="Blair"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This document defines a data model for Access Control Lists (ACLs). An ACL is a user-ordered set of rules used to configure the forwarding behavior in a device. Each rule is used to find a match on a packet and define actions that will be performed on the packet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8519"/>
          <seriesInfo name="DOI" value="10.17487/RFC8519"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC7951">
          <front>
            <title>JSON Encoding of Data Modeled with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7951"/>
          <seriesInfo name="DOI" value="10.17487/RFC7951"/>
        </reference>
        <reference anchor="RFC5737">
          <front>
            <title>IPv4 Address Blocks Reserved for Documentation</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="L. Vegoda" initials="L." surname="Vegoda"/>
            <date month="January" year="2010"/>
            <abstract>
              <t>Three IPv4 unicast address blocks are reserved for use in examples in specifications and other documents. This document describes the use of these blocks. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5737"/>
          <seriesInfo name="DOI" value="10.17487/RFC5737"/>
        </reference>
        <reference anchor="RFC3849">
          <front>
            <title>IPv6 Address Prefix Reserved for Documentation</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="A. Lord" initials="A." surname="Lord"/>
            <author fullname="P. Smith" initials="P." surname="Smith"/>
            <date month="July" year="2004"/>
            <abstract>
              <t>To reduce the likelihood of conflict and confusion when relating documented examples to deployed systems, an IPv6 unicast address prefix is reserved for use in examples in RFCs, books, documentation, and the like. Since site-local and link-local unicast addresses have special meaning in IPv6, these addresses cannot be used in many example situations. The document describes the use of the IPv6 address prefix 2001:DB8::/32 as a reserved prefix for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3849"/>
          <seriesInfo name="DOI" value="10.17487/RFC3849"/>
        </reference>
        <reference anchor="RFC5612">
          <front>
            <title>Enterprise Number for Documentation Use</title>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="D. Harrington" initials="D." surname="Harrington"/>
            <date month="August" year="2009"/>
            <abstract>
              <t>This document describes an Enterprise Number (also known as SMI Network Management Private Enterprise Code) for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5612"/>
          <seriesInfo name="DOI" value="10.17487/RFC5612"/>
        </reference>
        <reference anchor="RFC5398">
          <front>
            <title>Autonomous System (AS) Number Reservation for Documentation Use</title>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <date month="December" year="2008"/>
            <abstract>
              <t>To reduce the likelihood of conflict and confusion when relating documented examples to deployed systems, two blocks of Autonomous System numbers (ASNs) are reserved for use in examples in RFCs, books, documentation, and the like. This document describes the reservation of two blocks of ASNs as reserved numbers for use in documentation. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5398"/>
          <seriesInfo name="DOI" value="10.17487/RFC5398"/>
        </reference>
        <reference anchor="RFC2606">
          <front>
            <title>Reserved Top Level DNS Names</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="A. Panitz" initials="A." surname="Panitz"/>
            <date month="June" year="1999"/>
            <abstract>
              <t>To reduce the likelihood of conflict and confusion, a few top level domain names are reserved for use in private testing, as examples in documentation, and the like. In addition, a few second level domain names reserved for use as examples are documented. 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="32"/>
          <seriesInfo name="RFC" value="2606"/>
          <seriesInfo name="DOI" value="10.17487/RFC2606"/>
        </reference>
        <reference anchor="RFC4151">
          <front>
            <title>The 'tag' URI Scheme</title>
            <author fullname="T. Kindberg" initials="T." surname="Kindberg"/>
            <author fullname="S. Hawke" initials="S." surname="Hawke"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document describes the "tag" Uniform Resource Identifier (URI) scheme. Tag URIs (also known as "tags") are designed to be unique across space and time while being tractable to humans. They are distinct from most other URIs in that they have no authoritative resolution mechanism. A tag may be used purely as an entity identifier. Furthermore, using tags has some advantages over the common practice of using "http" URIs as identifiers for non-HTTP-accessible resources. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4151"/>
          <seriesInfo name="DOI" value="10.17487/RFC4151"/>
        </reference>
        <reference anchor="RFC7223">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes configuration data and state data (status information and counters for the collection of statistics).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7223"/>
          <seriesInfo name="DOI" value="10.17487/RFC7223"/>
        </reference>
        <reference anchor="RFC8343">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes definitions for configuration and system state (status information and counters for the collection of statistics).</t>
              <t>The YANG data model in this document conforms to the Network Management Datastore Architecture (NMDA) defined in RFC 8342.</t>
              <t>This document obsoletes RFC 7223.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8343"/>
          <seriesInfo name="DOI" value="10.17487/RFC8343"/>
        </reference>
        <reference anchor="RFC9132">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Specification</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document specifies the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel, a protocol for signaling the need for protection against Distributed Denial-of-Service (DDoS) attacks to a server capable of enabling network traffic mitigation on behalf of the requesting client.</t>
              <t>A companion document defines the DOTS data channel, a separate reliable communication layer for DOTS management and configuration purposes.</t>
              <t>This document obsoletes RFC 8782.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9132"/>
          <seriesInfo name="DOI" value="10.17487/RFC9132"/>
        </reference>
        <reference anchor="RFC9195">
          <front>
            <title>A File Format for YANG Instance Data</title>
            <author fullname="B. Lengyel" initials="B." surname="Lengyel"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>There is a need to document data defined in YANG models at design time, implementation time, or when a live server is unavailable. This document specifies a standard file format for YANG instance data, which follows the syntax and semantics of existing YANG models and annotates it with metadata.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9195"/>
          <seriesInfo name="DOI" value="10.17487/RFC9195"/>
        </reference>
        <reference anchor="RFC9244">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Telemetry</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." role="editor" surname="Reddy.K"/>
            <author fullname="E. Doron" initials="E." surname="Doron"/>
            <author fullname="M. Chen" initials="M." surname="Chen"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document aims to enrich the Distributed Denial-of-Service Open Threat Signaling (DOTS) signal channel protocol with various telemetry attributes, allowing for optimal Distributed Denial-of-Service (DDoS) attack mitigation. It specifies the normal traffic baseline and attack traffic telemetry attributes a DOTS client can convey to its DOTS server in the mitigation request, the mitigation status telemetry attributes a DOTS server can communicate to a DOTS client, and the mitigation efficacy telemetry attributes a DOTS client can communicate to a DOTS server. The telemetry attributes can assist the mitigator in choosing the DDoS mitigation techniques and performing optimal DDoS attack mitigation.</t>
              <t>This document specifies two YANG modules: one for representing DOTS telemetry message types and one for sharing the attack mapping details over the DOTS data channel.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9244"/>
          <seriesInfo name="DOI" value="10.17487/RFC9244"/>
        </reference>
        <reference anchor="RFC9362">
          <front>
            <title>Distributed Denial-of-Service Open Threat Signaling (DOTS) Signal Channel Configuration Attributes for Robust Block Transmission</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document specifies new DDoS Open Threat Signaling (DOTS) signal channel configuration parameters that can be negotiated between DOTS peers to enable the use of Q-Block1 and Q-Block2 Constrained Application Protocol (CoAP) options. These options enable robust and faster transmission rates for large amounts of data with less packet interchanges as well as support for faster recovery should any of the blocks get lost in transmission (especially during DDoS attacks).</t>
              <t>Also, this document defines a YANG data model for representing these new DOTS signal channel configuration parameters. This model augments the DOTS signal YANG module ("ietf-dots-signal-channel") defined in RFC 9132.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9362"/>
          <seriesInfo name="DOI" value="10.17487/RFC9362"/>
        </reference>
        <reference anchor="RFC8892">
          <front>
            <title>Guidelines and Registration Procedures for Interface Types and Tunnel Types</title>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="August" year="2020"/>
            <abstract>
              <t>This document provides guidelines and procedures for those who are
defining, registering, or evaluating definitions of new interface
types ("ifType" values) and tunnel types. The original definition of
the IANA interface type registry predated the use of IANA
Considerations sections and YANG modules, so some confusion arose
over time. Tunnel types were added later, with the same requirements
and allocation policy as interface types. This document updates RFC
2863 and provides updated guidance for these registries.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8892"/>
          <seriesInfo name="DOI" value="10.17487/RFC8892"/>
        </reference>
        <reference anchor="RFC2863">
          <front>
            <title>The Interfaces Group MIB</title>
            <author fullname="K. McCloghrie" initials="K." surname="McCloghrie"/>
            <author fullname="F. Kastenholz" initials="F." surname="Kastenholz"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This memo discusses the 'interfaces' group of MIB-II, especially the experience gained from the definition of numerous media-specific MIB modules for use in conjunction with the 'interfaces' group for managing various sub-layers beneath the internetwork-layer. It specifies clarifications to, and extensions of, the architectural issues within the MIB-II model of the 'interfaces' group. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2863"/>
          <seriesInfo name="DOI" value="10.17487/RFC2863"/>
        </reference>
        <reference anchor="RFC7224">
          <front>
            <title>IANA Interface Type YANG Module</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines the initial version of the iana-if-type YANG module.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7224"/>
          <seriesInfo name="DOI" value="10.17487/RFC7224"/>
        </reference>
        <reference anchor="RFC9108">
          <front>
            <title>YANG Types for DNS Classes and Resource Record Types</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <author fullname="P. Špaček" initials="P." surname="Špaček"/>
            <date month="September" year="2021"/>
            <abstract>
              <t>This document introduces the YANG module "iana-dns-class-rr-type", which contains derived types reflecting two IANA registries: DNS CLASSes and Resource Record (RR) TYPEs. These YANG types are intended as the minimum basis for future data modeling work.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9108"/>
          <seriesInfo name="DOI" value="10.17487/RFC9108"/>
        </reference>
        <reference anchor="RFC4253">
          <front>
            <title>The Secure Shell (SSH) Transport Layer Protocol</title>
            <author fullname="T. Ylonen" initials="T." surname="Ylonen"/>
            <author fullname="C. Lonvick" initials="C." role="editor" surname="Lonvick"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>The Secure Shell (SSH) is a protocol for secure remote login and other secure network services over an insecure network.</t>
              <t>This document describes the SSH transport layer protocol, which typically runs on top of TCP/IP. The protocol can be used as a basis for a number of secure network services. It provides strong encryption, server authentication, and integrity protection. It may also provide compression.</t>
              <t>Key exchange method, public key algorithm, symmetric encryption algorithm, message authentication algorithm, and hash algorithm are all negotiated.</t>
              <t>This document also describes the Diffie-Hellman key exchange method and the minimal set of algorithms that are needed to implement the SSH transport layer protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4253"/>
          <seriesInfo name="DOI" value="10.17487/RFC4253"/>
        </reference>
        <reference anchor="RFC4181">
          <front>
            <title>Guidelines for Authors and Reviewers of MIB Documents</title>
            <author fullname="C. Heard" initials="C." role="editor" surname="Heard"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This memo provides guidelines for authors and reviewers of IETF standards-track specifications containing MIB modules. Applicable portions may be used as a basis for reviews of other MIB 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="111"/>
          <seriesInfo name="RFC" value="4181"/>
          <seriesInfo name="DOI" value="10.17487/RFC4181"/>
        </reference>
      </references>
    </references>
    <?line 3424?>

<section anchor="module-review-checklist">
      <name>Module Review Checklist</name>
      <t>This section is adapted from <xref target="RFC4181"/>.</t>
      <t>The purpose of a YANG module review is to review the YANG module for
   both technical correctness and adherence to IETF documentation
   requirements.  The following checklist may be helpful when reviewing
   an I-D:</t>
      <ul spacing="normal">
        <li>
          <t>I-D Boilerplate -- verify that the document contains the required
I-D boilerplate (see <tt>&lt;https://www.ietf.org/id-info/guidelines.html&gt;</tt>), including the appropriate statement to permit
publication as an RFC, and that the I-D boilerplate does not
contain references or section numbers.</t>
        </li>
        <li>
          <t>Abstract -- verify that the abstract does not contain references,
that it does not have a section number, and that its content
follows the guidelines in <tt>&lt;https://www.ietf.org/id-info/guidelines.html&gt;</tt>.</t>
        </li>
        <li>
          <t>Copyright Notice -- verify that the document has the appropriate
text regarding the rights that document contributors provide to
the IETF Trust <xref target="RFC5378"/>.  Verify that it contains the full IETF
Trust copyright notice at the beginning of the document.  The IETF
Trust Legal Provisions (TLP) can be found at:  </t>
          <t><tt>&lt;https://trustee.ietf.org/license-info/&gt;</tt></t>
        </li>
        <li>
          <t>Security Considerations section -- If none of the modules in the document falls under the exceptions in <xref target="sec-sec-cons-sec"/> (e.g., use YANG data structure), verify that the document uses
the latest approved template from the Operations and Management
(OPS) area website (see <tt>&lt;https://trac.ietf.org/area/ops/trac/wiki/yang-security-guidelines&gt;</tt>) and that the guidelines therein have
been followed.</t>
        </li>
        <li>
          <t>IANA Considerations section -- this section must always be
present.  For each module within the document, ensure that the
IANA Considerations section contains entries for the following
IANA registries:  </t>
          <dl>
            <dt>XML Namespace Registry:</dt>
            <dd>
              <t>Register the YANG module namespace.</t>
            </dd>
            <dt>YANG Module Registry:</dt>
            <dd>
              <t>Register the YANG module name, prefix, namespace, and RFC
number, according to the rules specified in <xref target="RFC6020"/>.</t>
            </dd>
          </dl>
        </li>
        <li>
          <t>References -- verify that the references are properly divided
between normative and informative references, that RFCs 2119 and
8174 are included as normative references if the terminology
defined therein is used in the document, that all references
required by the boilerplate are present, that all YANG modules
containing imported items are cited as normative references, and
that all citations point to the most current RFCs, unless there is
a valid reason to do otherwise (for example, it is okay to include
an informative reference to a previous version of a specification
to help explain a feature included for backward compatibility).
Be sure citations for all imported modules are present somewhere
in the document text (outside the YANG module).  If a YANG module
contains reference or "description" statements that refer to an
I-D, then the I-D is included as an informative reference.</t>
        </li>
        <li>
          <t>License -- verify that the document contains the Revised BSD
License in each YANG module or submodule.  Some guidelines related
to this requirement are described in Section 3.1.  Make sure that
the correct year is used in all copyright dates.  Use the approved
text from the latest TLP document, which can be found at:  </t>
          <t><tt>&lt;https://trustee.ietf.org/license-info/&gt;</tt></t>
        </li>
        <li>
          <t>Other Issues -- check for any issues mentioned in <tt>&lt;https://www.ietf.org/id-info/checklist.html&gt;</tt> that are not covered elsewhere.</t>
        </li>
        <li>
          <t>Technical Content -- review the actual technical content for
compliance with the guidelines in this document.  The use of a
YANG module compiler is recommended when checking for syntax
errors.  A list of freely available tools and other information,
including formatting advice, can be found at:  </t>
          <t><tt>&lt;https://trac.ietf.org/trac/netconf/wiki&gt;</tt>  </t>
          <t>
and  </t>
          <t><tt>&lt;https://trac.ietf.org/trac/netmod/wiki&gt;</tt>  </t>
          <t>
Checking for correct syntax, however, is only part of the job.
It is just as important to actually read the YANG module document
from the point of view of a potential implementor.  It is
particularly important to check that "description" statements are
sufficiently clear and unambiguous to allow interoperable
implementations to be created.</t>
        </li>
      </ul>
    </section>
    <section anchor="tem-ietf">
      <name>Template for IETF Modules</name>
      <sourcecode markers="true" name="ietf-template@2023-07-26.yang"><![CDATA[

module ietf-template {
  yang-version 1.1;

  // replace this string with a unique namespace URN value

  namespace "urn:ietf:params:xml:ns:yang:ietf-template";

  // replace this string, and try to pick a unique prefix

  prefix temp;

  // import statements here: e.g.,
  // import ietf-yang-types { prefix yang; }
  // import ietf-inet-types { prefix inet; }
  // identify the IETF working group if applicable

  organization
    "IETF NETMOD (NETCONF Data Modeling Language) Working Group";

  // update this contact statement with your info

  contact
    "WG Web:   <http://datatracker.ietf.org/wg/your-wg-name/>
     WG List:  <mailto:your-wg-name@ietf.org>

     Editor:   your-name
               <mailto:your-email@example.com>";

  // replace the first sentence in this description statement.
  // replace the copyright notice with the most recent
  // version, if it has been updated since the publication
  // of this document

  description
    "This module defines a template for other YANG modules.

     Copyright (c) <insert year> 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 Revised 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).

     All revisions of IETF and IANA published modules can be found
     at the YANG Parameters registry
     (https://www.iana.org/assignments/yang-parameters).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.";

  // RFC Ed.: replace XXXX with actual RFC number and remove
  // this note

  // replace '2023-07-26' with the module publication date
  // the format is (year-month-day)

  revision 2023-07-26 {
    description
      "what changed in this revision";
    reference "RFC XXXX: <Replace With Document Title>";
  }

  // extension statements
  // feature statements
  // identity statements
  // typedef statements
  // grouping statements
  // data definition statements
  // augment statements
  // rpc statements
  // notification statements
  // DO NOT put deviation statements in a published module
}

]]></sourcecode>
    </section>
    <section anchor="tem-iana">
      <name>Template for IANA-Maintained Modules</name>
      <sourcecode markers="true" name="iana-template@2023-12-08.yang"><![CDATA[

module iana-template {
  yang-version 1.1;

  // replace this string with a unique namespace URN value

  namespace "urn:ietf:params:xml:ns:yang:iana-template";

  // replace with the assigned prefix

  prefix iana-foo;

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>";

  description
    "This module defines a template for IANA-maintained modules.

     Copyright (c) <insert year> 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).

     All revisions of IETF and IANA published modules can be found
     at the YANG Parameters registry
     (https://www.iana.org/assignments/yang-parameters).

     The initial version of this YANG module is part of RFC IIII; 
     see the RFC itself for full legal notices.

  // RFC Ed.: replace IIII with actual RFC number and remove
  // this note

  // If a script is used, complete with the script information

     This version of this YANG module was generated from the
     corresponding IANA registry using an <script-info>.

  // RFC Ed.: replace the IANA_FOO_URL and remove this note

     The latest version of this YANG module is available at
     <IANA_FOO_URL>.";

  // replace with the registry name and the URL of the IANA registry

  reference
    "Registry Name (URL)";


  // replace 'date-revision' with the module publication date
  // the format is (year-month-day)

  revision date-revision {
    description
      "Indicates the list of changes per Section 4.30.3 of RFCAAAA.";
    reference
      "URL of the latest version of the module
       (if any) list the authoritative event (e.g., RFC) that 
       triggered the update to the YANG module";
  }

  // replace 'date-initial' with the module publication date
  // the format is (year-month-day)

  revision date-initial {
    description
      "Initial version";
    reference
      "URL of the published initial version of the module
       RFC IIII: RFC Title";

  // RFC Ed.: Update with the RFC number and title 
  // of the RFC that defined the initial version of
  // the module and remove this note
  }

  // identity statements
  // typedef statements
} 

]]></sourcecode>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Jürgen Schönwälder and Ladislav Lhotka for the
   discussion and valuable comments.  Special thanks to Ladislav Lhotka
   for sharing more context that led to the design documented in
   <xref target="RFC9108"/>.</t>
      <t>Thanks to Italo Busi, Benoit Claise, Tom Petch,
   Randy Presuhn, Martin Björklund, Acee Lindem, Dale R. Worley, Kent Watsen, Jan Lindblad, and Qiufang Ma for the comments.</t>
      <t>Lou Berger suggested to include more details about IANA considerations.</t>
      <t><xref target="sec-tags"/> is inspired from <xref target="RFC8819"/>.</t>
      <t>Michal Vaško reported an inconsistency in Sections 4.6.2 and 4.6.4 of <xref target="RFC8407"/>.</t>
      <t>Thanks to Xufeng Liu for reviewing the document, including a YANGDOCTORS review.</t>
      <t>Italo Busi provided the examples of "case + when" construct.</t>
      <t>Thanks to Rach Salz and Michael Richardson for the SAAG review.</t>
      <t>Kent Watsen contributed text to the security and IANA-maintained module templates.</t>
      <t>Special thanks to Amanda Baber for the thoughtful and careful review of the document.</t>
      <dl>
        <dt>The author of RFC 8407:</dt>
        <dd>
          <t>Andy Bierman</t>
        </dd>
        <dt/>
        <dd>
          <t>YumaWorks</t>
        </dd>
        <dt/>
        <dd>
          <t>email: andy@yumaworks.com</t>
        </dd>
        <dt>Acknowledgments from RFC 8407:</dt>
        <dd>
          <t>The structure and contents of this document are adapted from
"Guidelines for Authors and Reviewers of MIB Documents" <xref target="RFC4181"/>, by
 C. M. Heard.</t>
        </dd>
        <dt/>
        <dd>
          <t>The working group thanks Martin Bjorklund, Juergen Schoenwaelder,
Ladislav Lhotka, Jernej Tuljak, Lou Berger, Robert Wilton, Kent
Watsen, and William Lupton for their extensive reviews and
contributions to this document.</t>
        </dd>
      </dl>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y9+3rbRpYv+j+eApv9nWMpTVKW7DixculRZCXRbFv2WEqn
e2ey2yAJSmiTAAcAJbHTnmc5z3Ke7NS61qoCKMnJzJ7e+zv+vu6IJFDXVavW
9bdGo1HSFu0iP0wH362LWb4oyrxJ51WdHq3bq6pu0qycpW/z6yK/yd2nap6+
qKbrZV62TXpclW1WlEV5mf756Oy79EXWZumryrXSDJJsMqnz62679KS0MUim
WZtfVvXmMJ1MV4n732F6sP8sqSZNtcjbvDlMP3/6+LNkvZpl+OnZ44PHw/Tz
/YNnSTKrpmW2dIOf1dm8HRV5Ox+VebusZqN6PoX3JkUz2n+SNOvJsmiawg14
s3LPn55cfJuU6+Ukrw8TaPgwmVZlk5fN2nXR1us8cUN/kmR1nrkpvF7ldda6
t2k5XmVldpnD+AfJTVW/v6yrtRv24Cxv4SMtgVuVQfI+37hvZodJOkrPTi6O
X599C3++PTnXv906V0tsPEma1jX/l2xRlW6Mm7xJVsVh+lNbTYdpU9Vtnc8b
99dmyX+0dTFth+m0WuJaDlO3HststXJd/5wkGW4gdJ2k7t98vVjQYh2Vs036
TZHXy6zEn6r6MiuLv+EgDtM/r5fZj24aDf42rdZlC7vzw/kRfpEvs2JxCOuw
+aeNexRm3IzdGJJuT6+qK/ffWfpNtZ5ms6yoe7p7XWflZY4/1BUQYj4r2qoO
O//WPTTNbf9Lano8kab/qcKGtozkX4oy/XHd0/336+wmL8Lejq+KMrOdTYrF
Ynyz/qcrfJi6KKsatu3akQ48evpi5An9EF/2/3qOWFvpCXNn6rRs89pR7ugF
ELI7FeH7upXRPzcVpuX4F6TpdJ4tmjweS1Zf5u1hetW2q+Zwb4/absZweMau
wb283HNnoXUUNbrU8Y6q67wGJoCT/fHJ8fjtyfHodpW1V53Jmg5c+zc3N+Ob
J9jyxdu9/efPn+/pqyP4uL/vjnv/ev3p1cv0jXsufem2du3OXLrzJ/i8m/7R
MSO3f+n++PFDF2uUEin8s/t/x7sWWf1+6zPnbX6dpy/yt1Vn/Whlz9x6APdI
YQbRE01eF3lTlPOqO4iBW7rBoWOodGhnSIVpz4Ik8H5IYUdnR6NXr1+Mzo5e
nZxvIzFkr44BrRd5egYz/Thacn30zvchlAQ7XTjWiHudOW57WSJf2tu43Rut
stoNx5F5s+en4zZ420SArFMggLf5ZeFY3eYfYCK3y8Wo5uHQLN5+ezw6v/jz
y5Nt0zhvN24n8OB/1ARcw+mJ54QfOw2ehbsFR8RPcS4NDAYPtd+Dv3zz7Yu/
/PB26z7AQowm89kIbs4mNfT1D7Ah4eCij+Pbq3a5MBP97s3o5cH9c71cjRYH
o7ycZqt/zPnaAfZ8tX3eIxDkgG8+bLP/6eDxwf5o//HoYH8MZ/gfYAFiVnL3
gP0avPlxdAFP3Lv7qyZfz6qbos7/cQk+HmP/t4YMkAltZbRuoDjLeHrxoC6L
9mo9Aelnb7G4qtr3GXUcrPQIWhq9OXrrLqmLk7d331NvdCPv6/uhBOHHcXH0
3YMuyYvs8h/mjlzikEatG5Jh0BfrsswXfwH6vZd8W3wWCeAfkXLN8DpfCL0m
o9EozSbujs2mLa7CxVXRpMt8WaWrurp2t1eTXoZKZWaU1dooq/B2s8qnxbyY
sgI3jZRWWnOnPBXldLGewfdIP07yxwed+sKPjNNIbsP+oAs3rGk+W9duNE5j
TGf5HN4bpjdXxfQKvypAoJ65tpzc7zpyaiWtJHxfV6BeOh2jaDc4g3Ujn5xq
IEqlU7bnxeWa9ND0TV05tbBaQBs7rFnukq7OuiUMCh9Ji+VqgdoqD7q9ytp0
3boe/kZEAo34OeJqz1hBT1UPR4kEVOox7snRoqmGrin7LOvo9KRT0NPJhlfH
bRosbDZzsogbQ7aIN/Cmdj+4J9qrHJcftqlxT7DaDc3AY65lHj/t6mb7Xl24
lnRkjnCrYHhgRYBGJ5t06jQB1xL0flXdSAO4lm40RY0E1dB2u528cj8sXEcT
6ntM9LosZu7bJPldCrpc7dqYkkqP5JunqNln9Yz1TtjYkjd2GmwsEsQ8m/K6
rJs8vXF8F9rpf2GpxgjdcbANrIHwGlxPpiBoop+IDAX98st/c8vz7ODp/ocP
sgQ9JEWPff746eMPH4bQcJ3/27pA+qcFzGqnBrUwzRkYhZZoFKKdm2ZlOsnd
G25uM+wjv6XDAQ2BnulY2jIf+6Ov20gHCzrhxt1JcUphREvyOFJNfNz3x/s8
+s+ef/qYJ8m/PJbpO+Jwv5iRP4Q7QG/YkBsxTs0ddRowLiK25piaIwxgFEO/
mJVal4bCUMqqVZaVsjZOjQIxFKVbAd4yeGMPTobskdM+3RIGoyHqD4ckDDYe
l2ztZ88dBWArR9pVtxs+i+vVqqpb2Bd3E7fFFPffcFdo5qZYLORJd+YKmNG2
OeiKIF3lDdi2sob45QyWhc4fLKtwd10lZr7uSfzdjIIo6lVWbuhbYDE474Br
w6mpVsylWly34DhBGwN3BU3rAp8awNlu8QA65vl9dZO7dQF6ccs1gxWq3BF9
HwzEXWZVjQ25xufrhXu6hX1yrRbuInBCidmnraQOSw9tAGMvFrD4V8Xlletx
4UawgFfcXbVaFGA5g4dpPZbuLCzXS36I50wr69cruDKD40JreFoqKx/SG9li
Ud00dkllyQrHccqizV2P5SUxMjeFEug75xsbDJnuYF1nizUcjAoWzekzOMIl
8E2nv27cmZjBr0hxGR1tml4rxOiW0B0c4UVI7Uxwbmdel4uNHZ8sXwZkie8T
GfS8LSwLj5BbJzRN2P28i1d19q3OF0jArn3kzmIWTg0jSBfZxk0IFkfOiNA3
/gLHwVK6ZdvIjzus24nHV9WsCUUEd96rdT3Nm6g9aMGyeJlf3gQziQUbWSJ3
NPsFsrbC7V+CREBc0QlCMyv6dOQhR8ar9WRRNFc582lgWCyxOM5MQ/vllyaf
jlCiXC4d65arnifhZBH3pRuWF0VgGngyIulDpO5IAPlI6QMHdVa1OT0eiklM
phlNp1076i6yxVD3DNYEqRlP963risnlfenkEz2k/nqCoS/EQjrJ3VBzL/S5
H6EdeE3njGfdDMmN92seLhGltz4dpm8WIKy6Ua0WTixJB0fu38A9VVfryyu6
2mRmcDnp++ReSUkHEHoPO/2dE5eOr8Bs36TnBYxMhEwVnOYVcBaY4ZQfvMqu
YZY5iD4zHbEhS08vQsl/ACJwrX74QKbUUXoqy+OeyusalvLTZ8+fDNNPP3/8
eJg++/z5c9qQz57uPxvTOz8gUdEeOSp1nLRaVJcb/vVoBqcgg62F27Vat/Cn
3uDXsBWOkHracjodkDmKvsBZ5Oz4KfW8pHvZVEJjbm/mhbs8wIQ9SLN5i/dz
nr579+Xx6xcn6Tcn352enX/97p1T2i6BCpW3BlOYOpJyP9Xv4cQC2eM1m0/X
NZxHd9OtgH/1DImuDnkwOj/yHvGJFsZWuAcad7fRxfM+39DL7pE6KxtkvPM8
Q6kkGKDet42feWd8ncsAZiLXL75GlBXIO3D16G13wPKP31rtmPcX1AU3nWnR
5kL13DZwRkeDrZdDti2gtK3jhnEiA2JDc2bJJiAymQXyMyag/DYDynbX71W1
XsyAJc8qECPcschrP1k3uR6qlObr0D1Bs11UwCHrPL/naSEZUF3cqJZ5BtK3
E3Mc93U3zC3f81tnxAMcmZkFslNwGc/xkFZwt7u/S3SX0ONCOulOPr4cD9OJ
Y6vvUzhOw3Tw+8Eu7hFQSLOeO1GnQI5khtRWTjR3Qy14WtOrfPoe/XbgJa55
sMHI5iDGlcyQoCf3f8uiRQ+fG/Tp6MVDenAP//P56zMw5lbwmGxpdOKWIMfq
dtPt69pCVqt8GA9hg3KDk5zFBBDv2A7euiDv6vPTzW7PCe+7GHFBpk6MgMvH
0qzK7mTzILk9vblygghcC7xqxIf0AmWtGg6i25tguSIt7y41bJSeLBzR1l1u
GREnkSLIQSABzgL1UfTxeAPUBsRtc1MDfuxwgK388PY0flFJPb8BdoDND16A
0AVkfs4WAjJIpjsk0oAp8MOHXVzl6VWVxtc4H+jP958rt7Ljyy7d4jRtMM4p
3Oa/h41wuosKxNBYUy0dybif4xHPima6xvAJ5gXQHp/mVQbMvGRVCefO8462
xBLS2asXR5E4AvcWXMRwgNv8toUGQaFxJH3VhpxbTi60MlIt4I5VpkGbswpG
HzcfUXH41W+LW7RIgLLvDwIM75wbejp+Nj6Apatzy27TJfNRVm3aAkTqyRp1
dtQal3gmeemKWhaP2bJt/ulHDeYp2xjnqALyHjj1tHbLOBvN62o5qupRky/m
O7sDGSacs2z6vjOxO1aQb0+SNbfZDu6jmsFy7Wjx9yBwuUEt8wZUo4FVyqAb
vGWx6ZBbAk1QO8166eQT1A1EKCxKNdMZ+eC+O3Y7//ghshXC0gLXdOfT3eM1
MFTkUytYh0KsdcT+ctRm77AjjtFOeOFFyPT/BumbGM6xv5VBVj2HM8mXu4y/
iY0c3gIL5DYYjQbIMLKmgHuRtG0wxaqxpOAVFw4OjUggiBvYbcsEKncJNom7
B+duAlrStFoVZC1BTR/YieseycPLOEYH0tgvnYW7h/f2wDNhDGYok2yoSTtI
1KhCfQBEcNJB6WVSSOiIGTUDJf7+zQb/x2F6FDAGHGv/ncSCRMfRMhAN49ln
n5IM2e9KlOeeH4CsuYtTQoH//tF4lYbNXqQoONKi48/CbnfQpInq6+jxgU7c
GQE7U52TcgcCivQJR3A9YZNZmn6rEQjM7Iakaryl2x339Zgj0AYpGcYmqnuh
+iVM5mC8Dz3BGhw8RpW8aFScEAkbhoXjFdaMdrKyMwVHbeVvmAVNIoy7Cocf
DPwgHDi3FQ3fDMnMQDcxS9F871pe1dWl45fNkNtxI/2r6woPADK0FG45J995
QzjJtE7IIpqWbSTbIGlekVokt6Sx0HB3TpUHiQf0GDKi5W1gn4wXjww/vn1u
ptMBeuLcVeAESbSa5rfTfIWzYr8dLJGsPznnZGZetUJ7GXXqWkbxOG02jqxv
08F4PB7ASoKgAktDfIPbsVImLYD3NsULdCPKkSwEmNR1deQFazYm1uW0H3et
ZZd1ttQ94M9+VcWPxRY7Ev/V0aa+tq4ND5nIEzS4Oc7Qqul+mi0WeDwGMABu
hLsdsBlFzIRwqzQ91hPPLbeYDZGbyJY6cvaWYZB2yG7yiRvKiixzTsLhb9CU
T3+rAZM+klmVxofr9ysGZ7w09w4OxREwE9NH73v4BG0izSqb8kelbvp4TdGE
9EE2yv11etYx5JHpJ31Erz9yLHej2mgGZ/wyL50AMKXH8EREPtb4dP0INycz
HliMFdo/YYH9OdaLm86wvt4MzZD020d6o8IVmmczoRGJT/YuQwjZblowGB7V
06uizVGSS3dAtN79Nfvl6PfgwcRkvZH6FUs/pI0ab+VMhuo323xU0nPv4UHf
8rV5D9bkLZmHiCuIDJYkF2yQguBtJ1C9+uH8YjCk/6Znr/Hvtyf/8sPp25MX
8Pf590cvX+ofCT9x/v3rH16+8H/5N49fv3p1cvaCXnbfpsFXyeDV0Z8HZH4c
vH5zcfr67OjloGO0xfUlvR/1d8d9WiTCJLjFvjl+8//+P/tPeXsO9kFTVLv4
Z0/dBxDdht6OQh8dWW2SbLXKsxqZ42IBZ79oswU5C5qr6qbE3XTE9clPsDI/
H6ZfTqar/adf8xcw4eBLWbPgS1yz7jedl2kRe77q6UZXM/g+WulwvEd/Dj7L
upsvv/wD2nRG+5//4esERfjv4Kw7ynoRmAx8lLe/OUQbWJdg2iePCFsJ3+du
0Wkf2VnNXiaRTaARigtPd05HL5rdMYRfdEIo3E9qOv7llyAe3W0y7AcGPMg5
zmd8yUbNoBHTWw/lYTnR0EakfShfOOQ77LMnB8ADdvAVJ8XM18hU1DyKvi6O
K0mLdnfo3tNA2g8fiBa5qc+f7hv/k+FBrJk2OLP4Kkdjm/X9Z3YbhP+cqcFB
GqPvySaDexn+cC5G3OPQBsZP0UOoK9z1wNt87o5NCUqjfM/Tc4uEh/oK5Axy
HDbTvMzqojLJMxpFYY4nTZiEXLdsMkNNUui7e+iR0FhzxwOBBIqMHZz9ZNvc
9L4um2YorMPEalgMVFzoFGR9Yw7uPLSr8LXrVgDEbHaZR3YnH9oho8ZtdMzr
Jl8s+E7kKMDjarWpwdKkg+bOtrj6ieqYwNAGznvK2jS0gkpuC2MEd+eMdLaL
GrRo7c63OPSqXHadFQuYFB6UErlOBorsv//7v6P096VE27XQWp775A23GnnZ
5CPIHtj7Gl8gLxs4dZyatqpKXAec5knm+vPLvU0DMGxJok8icosUITZGkydp
Kp2OJRIKzCNN+u7dAN1S0AR7pgZ05ZG3yrFo9827d3q+xUQg9ow0h+FPWdzz
3egOSg/aPHu+pEFlbeCvliAEad24TdWpJmJYrB5+SuqhiZKgAdA72C60Bfkc
rAxiMBFZBr3dCixOKV9pPF9uSB5B5gtP4RTctk2vJLbIRydglEfVwNGa0gnj
9smK5AXRcdLDVuUMFd73Nzh4vP9s9PjJ6ODxoK+1Aebdzatq4PmrI7wU44KD
HaCl1Of/yTfM8eWJV49SeSr9hTUeleHTwbouD+H3Q4z8bQ5vl4vDsjmERg51
NF/we2xrHdjvbBIY6ZXyCxK708WDLw0TCH/Q5fBT0fFGr70kdiBvaBOpYR4D
OEzfun+H6bdu5hKgp8+K4WFvL3WjwDCiWC//kCTmAAkHcCzghHeWOJ5jAScx
u2R5PTy2zVhOU+RFTrysnoq0p+e01w2QHJXxdePJvcRMQbIgqk4jThUnDctp
TfC0Xm1WKKaGZ1jX+5raG6ZssuNmRm2VgX0WlOZzd8WSj0XpamTilZ38UueX
ELHJ4/HUFwlM3Hbip/m7yLp7Lrf8kY0bUNt6R4ChG7VXyYIj52Nz6+6zxRIc
57ADdbVMK/S1aUCkjA3EixdkP3B00DFtNN5eA8dhWlD4Bw1P41cDkSoBzu03
kxkc8uurfLHimBaWfzEYNnhbfQjj9HTOxhO2S9mBsT4tcgA4utwmoGN6B88C
hrkdOMHkElXjzaoA28lmd5ggm+RW/DgbJz6wz7aBuD3QEpdgban9Wuxk4/fj
DK5DdH476ftbZow0qUcNa60FHOFhqo+KFA1uYQ3bXKF1685JFmCSrzrT+rQ7
rdSNuSQLPeYg48W6LvPbVYYGuZ1eEyaZmHaH1uqfelVKNg+DEkP/wthbjlcV
Kp3kF3FXXM4BXZByS9NxGpUlhTFp1Uq83KF0FigSFA1QzKMW2cotLdI1QxJR
OhrBopbVfeOThqQRunLoEtSOZCfY7yJiEAUeoIEHPZnIrNiGS4wGr8sV3mXo
3ocwdDAb9YwedWeg4WwtSRUUBer3XvbuyfgpDOUnt3cQfPWzI8FTMuwMlSyp
BeAAfHZnen/3kek4scuW/eevmjTnNMKWXv6S+vzLul78xd2AXz90rfwyUTsf
v1bBMlEjd68VklnSiX9sIa53BWLWDG9vil2/ytUGGHrqdYjhQcTgO1hJIBj0
HDrdJr+uFtfqGWcF2hjSOYSqBsN7LfE/QjgUpEPxqLbRag661s6EQtMoOAV5
tOMF6xLibejVIQpBdYVBxMpMwGThfkJPS5ldF5ccHLSsMHbX6ajrhsKK2eIN
bQ01htZ95S7tvHajeQ/NtNMxmT4pUFgHavWfYTQnIaZZ4Rh3tvHy7vcXr16K
FReTDhSjwsrb1BWHMCWn865R3/sT8SyX5H/XROyumtfTQhg8LZe7knLMUhM0
B0B725g1GOzw4rPOE1k2HZHYeNWmcS6mi+QiCK5ArR2HJcviGpb0fhVKcN3E
kNjg9dlMq1WOKppTgRytwCaT/t16hYCP/U6zq2ILuSyTcF3ILa6htIUqQwsy
mVwVq3SHpJtdbrpRGQtWi0QbyauBfApNPSBLgv5k7EAJvRXEbouuFqxPdDtB
CB1GQNRuHrn3m08cT5u77mShKNRPhJlwSYIAa5u6IH7O04BvmnDFcCEjAiOB
D4y+YrRqrOwnbeywM44YXdVsdbUkGAMJpPfsOfqpYSRwKrLFTbZpfGAxverW
9q/rkmgGBRHsVjaKTxF1OM8gxEMOBFzxehpi8vsC9p0oxolkat5maxoccDNb
SLUI5hp0kYi9J017T9qTe08aGKySeIR+v1SiYTKD2IG/ukY+2ttCO0QzrP3h
xICJqs4wBaIcYegU04h1uehS52EGmhxoFkY5BIiscLAjPlgQkhKrkvSdDEKu
3HHgiC3iBU43CtgVKE/VaoQKKK8ciqsYlyVpDnIHjtNzoVsnug759afjgydj
MBarSaQ3npQ6pxQCf9iAh/x13aAxCLQgXBqzigX41SA5BuOs2FhpjljRQmCU
28nj/jDJ0BZDlOGEHQnrM0lhSWhmxJFpfhcHOqEzDqUBjG1KQfBC095NTZg9
CdpFSwpPojsHfcmrdb1y58cfpqKxejOeIy862xBf76lJYlu9zIKtil+F/0AP
ODlMH/3ro3CIGK2GMfqu/TR66ask+XK5WeTZPL1dLsrmq0GbXR5yP5A2Pjx4
vP/ZoeriN9Xga5wMxkbgLf+vCUZkUlA7x9CWeT7DfYdBMGPfiEL12QFETEAQ
liOOL/eoe7Z6nN0XDYx5Ez4gONpu1xNobj5QtSeyd5ycCLkRVd8XvMxK0YOD
l/uClJ0O5jqHFDs0LYMVlGeFwX8jTMgfwShHlHOVPns+QIsuarsZi9io9IpS
ayavJhW8KqxoMyZLks2ePw7iKGNRQ3hPdJtmyoV8NGkYkJmgAHlZgHqLYYeO
e5C8I29iRjjkflGgG6guDd4Hkseju6YXDJxd6w92bKbZuFO/jFlTeFAwdivB
K1VCNB4/Zxc3f/H8GXxhAtMPwb7k7otpTmBgh8lh+kKEKczpox8l5ccDGAiL
kic4MAXueNTQ3B3sHUBCSeuyAH6xkByqWb7KkY95Ky34uVfkNgaao2UANlBe
F3VVkih6KEZCHIYMgZN3M455ffnkj2/O0mB66c7LJ+evdmU5Dp4/N9nDLw/6
nj8wzz999gzVoAA/LV4yzn7mtEAJQcXwdTQKOVLmaKgM5AYJu5GkaSfF15lK
Zrs2oXeWX2MEp4/UhLaQMigjFwPMrjObYW1WkMNCQK/Bh6VHTNRzrU7rqnHE
ul60BQgU3BurZ7i2TnKo3WFfVeVMozG3JHvj4xxYG4YNPcYI8EOIG7KkgXZR
aYwGjfmVmLGJsVKaBChchEIb9XtQwlZksZSvdk1eEG0rcJfpVY5HzjcIua95
3gZP1jbiwsigWUhvMTHKFHqJMSAcIMYzJa7n+58fUFCmp8X48QPz+AHlPScv
8vD0otijuyMtnJAoHCfkxXGEuEP7eCp4IEQFH7+7PCyzCkFydy3CGTWVpXOR
zQGtbDaTpebuecOPpm6zCM4RlP6XBSRt7Bwdv2z0iH4KYSO7MIIjtFrWuRNF
GuDxC8zhmkuTPLKi8XYo1+PRChhScZs+Jc3W8k1wQ4Hm+sKI9Goxx0Mi14gK
2HfpmbFaRVYbuX/9NQc5n63GLLeSv9bBB6DYw3HSjxHAkYnRtV5WvjET3V7V
ThpfOj5STPlmd6KNddpxRNgpGfX5JlCLPoaRWWdNOAXp0SgCfAeKPsTPJ+Hz
4JeBUDeZizGj2DbcDJHUwkgL648YSwyDfZY0M4JSgmwwHv6WJnym/blVoo0K
dSrWGDdCAQE8SHbOX51eH+xaxBVMsZ3PKXmWSCOw3sF9o3F9RY9eEDm1vZ8c
mTy0Xibd4IneaAkxJi06kaiJOgas9x3G39c12yo4k4fBRVn1t5o8R3mRhGIi
vcBcg7YR7CwIbUhMdKxrJw7CaGBi0xYkDDx+Gw6hxWCADSv9/iWvJJ/Y9bCB
Gb0L1XhPosZWlBvTMGSB2LsbOnfLOlo7BlNPKU+Zc7kodg/ktuTOVdmu/6Gp
y+thkX5Q+A21i6cbqk5272nEkB6DqslKszEpu15xQSgKmhjjtqgjsWH88jto
G/4HNAN/fPDhHaGxiDX5OfelRq3QdKJLj3E3gUGQ76Zma56vikp4UzJ8ZpAW
/0O5gNvGGsbQD0Y6XScfl3EwcFUQKIagePjq4igxzNZlj5aOzPpXOfSNk9XA
C6Hp0XGYjuSnwCs7aooGMe/dOxN4k0191A182qtWzd5N8b4gKC8Zhdntr9+9
g9A9IgX9XbqjhFx/v21ZYAxK0fQawZCFb2nrIIcU37/JJ+gwFPkUssw5Jdlp
XeRbwAPTIs8GHZy2CjEwMHJEbgJdBEX/8LZWiTT70Y0V10mDsAXuRyIJczbn
gbm0aOo1uelBCZ6YKH65q/JbsCwXwHF41I6Hk09fFAunMFauQfhNFkuiMorm
fRM0heFL40QC8AB0onesRPhmqIAJXdBI/c2jQST0Wp2BhxwsVHjSUE8orrMp
7t3U0VvTMy1uY9vkyBhnE/BpHG6Se9y6D1jp9hHM18BX7xTjfMyYLYN6NTUh
bU6S0njzVQXMEFeAe7nK6iXkcIPRAFUj19NVdl244d27DHcN9J49NssgaR79
i3H3MrwI/UHMU/Jbd42AELvYKCsyej/mdzLDMQHuxJl8cLuHi7G+7B5AgnL7
0R87oft9flNA1kw4gofjGWxhlCJQWU7Jhpx7b5YL6VyvmGjgZDwMAoOcNP+n
8damI4le0mP9NAPNyTt1PwucuhxLYEWmIDSv3YYa5tjjMiOLMqDISGYWm5c1
chH1IXR5et25D2cNFxccDJJ98xOn0/wcYGX9xEA6P485laqnzcQ3GqMQgbiX
dbExPETQcg05Vwj4DqeW7nqJfTo//16GdfCzzUJOB6WTAAZp+FpC2FfD9EI7
eokd6YbuXLw836U5PX36jJrkIaR/Gn/6+HnaGQkM8vuLizfn9DD8GXXrHfj7
kCOY/ISq+/7jn3d5r/thECPNlRX6s6PjVzzCJ24vEkWNRJkjz8h35wRFBNDn
7UaqMPBlHvQs0Y10O0E2gAzd/jwUuH+88cmJhF5o6GukB/cNF4jTxYBpj0Zw
L26qNYHdgJB703O/7pBfjawACzL0uVcHNDAsYzAQ2CwyYy0RtJxBtIqGTRHz
bL1od/Fd68gEQ5jkHRmOC6R9vV6UitFEO8Sx65ng/gj0Hw01CGErmm6SK6QW
yBz3AB+T/nL7mdO8+eYKJmdiplGL5JloyqIZAAeMG63K3+xmQos8ESAEOaTG
QgrOYhB0crt3LIkCzPaIBreL0XA49OBJMh6F45IDSVlfSBxs+2BYU3NGwK5H
BOEGd0kKUY4qLugNoZGPkqbvsmv7aBgYrB8R9uAPQuK3vsibPbvzBVQ6SL5E
C9C21kjVw5t4u9BG8hryBuDOTsWACV0R2tXGRH10pMav6bSIay7QMuH8YM56
Dk6lAHyk3DDyGB8obGTboVKaQ/xbPVEQRoNWDvQroAKsrQw1WEknIAYR6Bcv
Fov25i7/9BIYCLXh/hRSovS/flJNd+boKCa34pCtGBtsYonZBXV+DdmsbkFb
R9K1lWGxqaLCS9eNpEGXiApsroVFduOlB1oUNgmdrIFY3Zx+KFE0wiChquEU
Y/fquqSwwuJv7jskpbzZdYqwwTKoe2TwPubQObfJtsW459yeMsNbNwlZ1FhJ
lVAn3Be+CvhIwy65rRia/QB0wsSic+72neo7HUrJAw9eGh685LeevECUvk+K
/treQkHAjBumZ+dwkN6+OTa0/FtuEUsfYav/taTBVKEbbThsGu50ErJYM4Ff
ubnRMtyxp50tTTpa6NcEfte/rYjH25g44p4gIkandS0EgS/dOC6wtGpDwPmk
Y5/4gky2MQQrRtLZjLZaQICc1FIE/T6InICOGGKYjiRrHnbK2ycc3COYssja
lTEWfJRE0U95GksD09qmMbmJfAnZkY7P53U7IvGq+Tol3u/5eUZBEigQqcyT
PGiE6bYRAsFsoZdZlZNGKkC1jhXEm0lv046G+eO3bVeF66A7WzAl9CAQPrLu
mKpTxO+6aKRMAJON2VbN07BZfu4JNvrrtOhKi6ZFtCC+FwpR3WZEggtlhMEd
aGJBXFt3nF3HyRFdrEO2vZEtweJVqPWgaJp1iBmbtNGyYafgSfJJxLzdbvte
WQsByyOG5NXgE8vncrYTDhvTpDuM1VB3NSfi9hkqMU0iUcwY2Ap82vP4gEkg
PDSvOfMtCSFLLJXz1fwIFnzErT8CJbGT9ATeHfDcapAcmG0oVsAnJLPlirBN
G0hGVvuRGEsb4wzRaNsGXKHfbER5GoYIvP7Tgf/EaOnyyenOYaozqLs8wjhh
WsFXvVtwuWtBJglnuWeYThRDa7tOAUCQC4685BBaiWet5vex9QgWBUxIfdnO
oWMCsZCANj4kyalBxbZG/9OT8+/SVbUopuhggvPvZtMCBpS1umNxCTG6FzPK
ckWTN6zDGOpHfP3u3RDSYuoNpqiyoksFAFsDu4w9ospvkHpC70dJlTD6U7k1
M9NEM9AtbMxb11m9SSgYB8WB0rFnOHC84IGhRxBgAbSJ84OUNSR9wIth7rPd
ORsKun0GjMjeKl7OIASwvkLKpxZ4xAMbRIucJMjsDtCWNRqUQjDhLrkj31gO
nSCoEYFOKg5N1WpgiVYD496ePPv8cwS0kHpiJvKopxiaIFRuksCNz69rdTWw
yNL2dvEsxV1/Z+vCNmPYS+tlbjqwZIx6SaFBuL8URANIfNZ3SvDWM3+VHQUB
ywBEhU+E42chMaH8W7G4StKuaNnzal3OvLEaTi8ajENA2sAurZEek9xd8D5P
Ham2aGThJESFdjgSCQAvUxa2pII87szKeopXNaAFXxkObX1ACT8fcmYStCfl
bfgxEOqPKbn3kA4v8IAxPwSV6NKzvaMvWK6WEeO4YNWxR00CHScfO0FL7ZaC
0HUXEJGd909Moz8HK9BXPElekcwubE2W4FUHGO4PafrnvTPzKE5Lnn+DKdN+
Afk6OaSb9cgLKvczpi04iwA6K078GI1Qnjb3nA0misDeKX4IAojUyYOJZMdg
RARb2Zk7PTpDDNtn/AIvcMIB8wm+ah0lb8AMaiYwU+JcFpiU4bLKM+O0mruw
QKLrla1dZhi9IwA1ObAtcAawJS/fhMeroLhqRXKQePAOKP0CxNaN5cN0QfsJ
02rlUCo1MSf2Y44rc/vEnxvUvfT+ow2N9vMEq8TAqp7cunaAcOyuEk5i1TSF
ooHI87k87xdGkCopHEcRS3BPgIuhcFwFL0tsDq9QTBZ0caensLEQOZQ1jJQY
54eIZw+oPL7+1oKRWyUirC9C2ACND1YEMcaxUonP531BnjKJQmTWsGklnjJI
B0AomSY1kStJgEZkFW8LayilPBobKI8qHMQ0tza0K4sUhx6xmuQKcGbaE2Vw
qGAYZ/peF0lHxTJpEN/3/YrgojYEHrOGOiB8oRNLbbGdNs5eG9u17ZvGf8bq
yooaMS9LfsWKchiTrmny0WvKLQSrGmS0+c7uW9c4WvNUrMPdlbSLsTUrE9Tz
e1ctosPeppIuJUJUY0CIp+bFnmUjBemPHuD9ogL3LmlFkO4KGhEAecmVaJR4
hoVHmQrrefgK5h7viTYmeYQJ54+kqNFyVSyoGM68zkHf8+5I5LLfFe3364lK
aV/2lHdcTv769Nmzz/ewYVaneWekM9uPRB/LoHtAnNgehBfCCAu1D7BuuZNm
MVOFSy5tB/uBOw4rXavKwbaR8UcOLYYgefDITIjvQwd2ERYLUA45LzDK8q5K
AUO2tOBAEsIUSEfzlP47ep/nq5EUfk+3pPx4FDfEEiKL2wAedU+2A4KhJcAJ
9E7dRS/ju+jl+OT87ORib1FMDMFo+nmQj2D3Amt5p93YycBMh6soYW1uEXtr
I/joln2Mo/OWBQwuwRqVQT23hOfuPVy4Lg2AfAGAs1+kaBHTb0An1bdBNv31
y/Y/Rmenx3vc8dcfs7gGuszJRZIJgwwGVDUTw/2onk8h0GH1iNaPDW0E4B6W
r4Bhe2gvxvXywX90Ddj2YHPDCnAW1CX3A+tjRgbR7C4eJN3dS1V5TfZJjnfs
Q/8C3VlxxxRgDGoseBxxvBso0llS1FEs7zNbNAkPgqdqX5fjdrtZEhZI7yIA
XCQSCoWABFNK7tglW0WJte2+RXSd400Df3Qp5wdMS5UsG7bPfGTAsMoCKM0k
BFroM2Tzgs0eBpzdiMSVoBdmnCAypg1WP5HCkWnurLzalIV7h6LVqYG6WtUQ
WZAgd4CbnY3FoHxwiUHgHruURLzExIyMa/eo54BmUM1jO/sO4m7GmFlyX+l9
bSxkCZfwwJueDGL4Ny2qcsFtkfENmgFP34BfAMDC82aPQfmbJEapSJfFLYJ1
0HKfvrl+ik25P571vA/rDj8lPT/ZoMhuxHt75XeXpWC06FOCx44d7dDtFeo4
qHUR4geHaKNKCPZFDdbnQizgmw7rr7iOxxLlLONh1cgG+/P7PMKQCjkuopFR
yuKNgwSzuCljXRez1if3L+wdlWQ6cMlwY3362ZPPglzSJ58/xZyoT5DZnhDy
AcTVnlFY1ZODp589uasbRMjpARb/9Nn+ATXsVrMqqyXAtZxTKC+1DTlf52fN
7n2t90/kyfPPqfm38rbd/oeux8Gzx5QLauvnGDqMylJozZ0xAfLiWSK25tFv
WeLuJF9475jUdDxXyJCLGgqkRKWj2T3ghQun0SSYNQU1QKiUJed3hY4ByQKP
k8swThZpOVHYAo/zCslmQRDssy5iL/vrFOUhdoLCxbwQTfTe6p7DROPpbCNa
ilSKh7J/FkJi4FoEdcnOdxw6ehxjXiKeV1+t6xxRoIrmyrt9taZKMsmA7VRQ
MCG/RnwhKIdYM9BaFM4mbizfIu54EsH1qY4a1YB1g8YSoVGFVSkPnWJ5F44Y
RfMNr8W2ReCtMABWIeLsWbaEYQflXs46WVeBlSAmT49yJAY1AlHMplCoBu1M
fW4aMbNtM0xifmZQ8hWKHIARbIpjg8QqBIWZTGBbAr+sBrci9imU1qxqwFkg
p33wSgdwIUiDxAYoF7LMbwJ0mwyxwChzm9iHt/ZZESWy3DUYncNWBxhd7zy8
uE/BA8OUMfRBJMC4VDIcgg3UdTYmDd7XZ7EmWK/NlsW/rbkMSYSbaItVghzj
lp3LqtNLJXhvCygGmYEHI/fGRovut/9UAGjJobXLJU9M3RRdBVwAgf0Tk4NR
sErBVuK8+USqlZA+LeZLXEK7V9sARctRmDoZQ36qmka8PVGwTmDqZNZt1peX
7F8hPVrg6gjZFYAc8wWXSWV3OeWXUlwwnC9IJDWYrwyh3i/Vd8rtJHg78G5e
FmU8Zoa0BffoURkBUyW227Aw++nJycmQIzXF3OsbzN0KSGBrElUbfg2icGaX
P6gShAWlLSar0DLiRZI4hPpdbJJWz6TTYRiQg+hj8H0BwEUFJwytIfLtKLH9
O92FakNxCRskaBi2JPMUpuxKi74ZqpiReO/mkAvjUoPYDDHNNyL44mmjbPuI
IyA6mSaBi08zmJ/hIsxA1NxHSMtoCMFC1h00LcFvsBBkExHCzbLyyZf0ID35
p4HsnKBISUfRV8MmiGJTvIMjkAGDhbu10MqpZlZKs9vgku/E4emBSp5/kfic
Lbx/AJCo+kIAhnt6nmT1R/fs3ol7nmjPIKu7XUhxSvgpXTsJ4snBF4yC3D8O
uAA+dhyQBhONw30l37DvJFhiv1AKyRw9huvhZyWjTR3nJQD9wd78ELfbw0Uj
dJKZ7wQe8D3ItFGN92eAQ3O8JFRzIptWGUQ5CPUXOUeMPgB4lQptNVkXi3ZU
UKEVUZUEp1dyzVF/kHYDYy3hpm3wIq613ApOlVM3bAFdubmVkVJGouatmbzE
XVGGOEWCN3zrGNyRsQXm+wCRlZH+poZFtmOLjPXIXQQbYkumSwa+3Rrx6Ull
wR1AZlnsMqvBjYMG8dtolB0RSmQVuMb5GeYjKzC2OvkZrnLKDtnebDD5uxod
cACczSMVCL0Bx29u3BtkVRUrzsiv48CT250DMtZ3qrSo7haQcYlXONlGAwqH
JgdyqHhadBf5uNK4lIlu4BtbqtgCRl/BIccKFL6uMUvZxoSU1+O0twlGNpgv
CkHeg6LupUoeKL74Cuei9zia0cudzS4B5nRQWZlQWyM7Fa1fR30eQJqRwIlx
djwYnhwXqChcc6jY3T3Nxghh5EAHYxSGbsnjqBlLfVtVbcAVE5ao1BcgUL4R
YJhTf+jM/R8exY4E7oXvSd7ewFru4zCePTWAcfAi+Us0ZcwHb2y8cpj47NKs
MaQNvY+y+nLkHgMj7/u8FEo6+ubs2xD218voqlf9Lpxej04oMZQzQKl3v0EM
pZk4UxWXMs9svWd63pfnDSywiWLNoM4LeG+EnrFAXGF3TjjMfMhZJW5lm4jZ
QPCHkV3wsnUN/qBIHH6dSdABzb2a+a8pmhvtdYgKPwWlTX+NMXUiUcmI+FkC
+J4jOkgU5yLhzpKM4IcyZiORxnmvAJG/TRTFJCKPmNbGvRsgVKOA7gQ+wkZn
MzxAAys3yyaJ9E4Y1/FVsZiZtECMFvACmHsDU0I8J0kgLFgKHuKhCfzktczV
HhW4+K/cXxkAkE4ha5grtWGkukLqqdIa+OrJPgMRNhRt4EaaRBw0VgslWg5A
pYKBGJ7qGsOcGBUGGncRQhgi9OIXALWC1WJdZ4txck48CyKgBiA3jWBtBvf0
oAolbroPFQLlC5ypVRk0oK5B6JlvsBkUYkvwzjLahL/8hhY8Qg3PJkegucLU
woT7M7dfH2HhfZHVNfmZBRDXo0jZMBFKVEiWUqbZFxKUcx6XwVTxTu9Ki2RD
BlqfGc+1eZeZo5wyH4UZfNJrEvT6rUdEGgpHArRpKnfKeZW0stjxAM9lglVI
qBCqBM4S6Hu3ImAaVoymiSpRxhMW06rHdTA/Rt43KgZi1pqid+LZUwiIsApS
V1+QUNSgHZTqBSyGPIXIlgGZ42YIXl/F2CIiEkls7pElPBqXlFcK2mMHBgVN
uq9HrqUPHxLCl4KmbUQOueZsV5JfTXr7EuDuvZSUzArAJIWHMeo1QzaNrWFg
lFZJ30gyLRadc5f638GSyYqA+/d3WS+IlXEc5+/J3w9H5t9h+NF9di1wSi79
+zumg6f6Dx6AuAnAOtzQA5i7Gz1wO8oXvFB/d+xuAizHjV4fKEr7wOPU/oMH
0MKdz0aTDXbBuCjmATKV6CBFvvcPbHwXfYP85TD9nWxb6iTWRf7VwC+dUBnE
qyyarwaLdDH4IOW+Sg3R1RcwMqCTOwluBwrNwuxEeIkoRgqiAOr30Bv+kkEx
H7E8PZAbbgBFI60OAJgrARwiwzervdGRBFSO8FlDqE7g6DJMCmcUTwv2Ra69
XN0pUzPLoGssaRHz6KLhUB44i0FSBtWp1UoFqL4kHroh7UI3aBncjXpgSYGV
hfF81FxDzJX4pAqP0nfS+B2yV0fmcTvpYCv826IcATuGV2Ta8ZLwSpUQw+gz
mvEpzFbT3Df/ypBL8IBZN+nhxnDH+WrkfAJNpDQvNVajwP8kbDS0gCd17mbE
tRfY7c8w7L4ThUlM7IIEDhi0/7O2CA0KCZmBAsZZMPdVtllU2Yy8PVixhFt1
LJuKoqpeId4XyDuuljmyu/jKy+RkoOzQu1mIj5WoXSAY4FDgQrfOUdC1EkU7
omtqW9lCI835ZQAMpxJjHgoUCpxW3YJzQOoveDrpn4Mxa2Qko9LgA3dLsu1d
XE/fgOsFKu+iLYwkJslbwRwvxZg01u37RsY2bCAWaVowkyqOegcYB7sFLEvr
ZBTjJLx7seeY9wV9hpMZd+LUyZ8RtyEmFNkL3qc5tZdgexjIhaYCNixPaagj
ENOdTAAXKjsaZAxkhyaxNvER6r292/fIIzBz12PGANLMoGAJrquCyjth+r5o
3whFjmrg71NqXrVpNJ9IIZvZmlWYWdqT5tk3ukbhMdtaq7vC7YQ5TI1m10yv
KoTYllrFYfQKBXU40kZccQPSipLQllGFm89Blf8eGORxudB6+4sxZKe506fZ
0WoMvvBtmn0Rfp5En6dx8T8v2YDUI0Z5+H+eMvQ44r+lM1yZienb61X4uP0p
xR2DQod7OPiv0keTR6ZeobVUmy95qlTw0j79IYn/+mBHNd0+qundo5r2jMo6
Irav168c8QdfCqqnZqZjytU1m+P7Kejw/0xy+a8hh/912+2Bgo0IGnI30Oxa
4MjuV7AJM7pmk5IaRIYhDH6qNyQVL9i6QWystUW32UoPoiLHB3nLaJBr+b+e
/QSU0wAG2mwU9Ne//LhWIYUErsVgD0mjBbcdFghjBXeo2bQNTQq8Zz1EOMpa
t8Hujsn/Q8ix/xDEZNdhTdkjEKu2c9AHzhFcpD0k/x88x/4jN8n+9mvY79+2
Du4/4WR68/rn4/3Qvp6akkJ4ahqJriN1BuUGf/4SMQaRYIwuC4N9wGffP0/Q
YhjLsOacNwzptdao5PvqBrToYVAs+omMkwo3pU01B2tUysmHjKo62ZDJhGLb
yAaVWHbBiUIE4TUjGzoF406L2qkmpDk1WoJ1liOyHFrgqmUGueVQzWmR3aK5
yacp2U7CRbFFVxhabKYWbImZriYc/6lTuW7G3jnmYWPnaE4DBMxZSo5CXPWr
akWmgcRRw+UlWOQpph4DiDjID8taGPhMKeTyLeWRZmjXRwuCe2uYkOnt7cnx
61evTs5enLxA2RwkV08M26dNeRPInK8AH7ymarI5I/VtGQxOcIIRRgudddM3
bXF0UT4Mhq9GOKlaiC8uPuzjsSDIHd9/6e6CNTSxg+1BCYcfnxyP3eRHt+AD
dhRn8mxMUNHv/BhOCDEPuoaU+fy2baKQgznBvHNy3ZQfooLI/mU3WWzQmJUp
Q3+fjSCDel3C6pMbGGujHYI5a8ETZ0RNMfd4c4PwBQu6RmYVSRCoq0oxLr2d
y/A30jGkITVGS96yAXQceAyu3RBzUhRFR/vcDobsVCuuU7PdUSBwh9KvvB+n
bIOkgWCXlNh/ADHDnjR/T2P9iFUkuEP696vWbfjr50xTeOJ6PDNGl0NMyrtG
p2VghwrqSoQDlJ55nMF7bFClzp5CQsabY6f3rtbt4YNmOijgWcJ5VPLo33Sc
OTSPr/gyTjZ+jMbxKY/j9bp9+EAqfPjjRkLvbB1KIMo2koOn59dH8S0hTqBj
z0o6tgK8+YL158akLZ9S27UXjqNwtqAdKxaibLFs10ai2NtDRbx6j6ZsQtuE
wY2adtnqIHCdyCDpq4uFEs1eMT/E2PQ5YEAFn34Cz99Xj/L26vGjn42wg9IK
jMlNLhBy3KBe2wEBw6UBQbqLOxbFHFdDB2hFQtiJu0YDH9wamHH0hoaRicm6
ISNQQ7K346WBu28YtowK+Dj/6COGbLSMAWED9Jn4WesWzvRhtPsyfUlFs6FE
0oB/zJOfRBho3SwlUa6tOFtPNXKLrF0mFfjOoZvxBOkSZPc3GI3cpa27KGRl
St2L01Ys9Mk226tY1aR3uXK/lRpNL4sJlPnkxEEpaIdOlnSwyMC/LfWcYicg
5TMFwEGQwQ7FWgFhX3TWNmxYq0NxjVS5Et+9e7S3N73KVo7wfnp68PMjqlxx
JOZ7cKWA69Aa7S1oC5fxvc4TkEpMtt+MgKExlK4UARUlIrPsED41Yt8aWmAh
WEJ9/CI43LM8YfRIom5IwQJmSpD9VGelfiOejIzGk8iABhRoAAZ9H3cgyZ4Q
HqCLumWHABLlhRu1KknEnRJTEokjVDi7Y0jlMCF9VJpmbC4+OYwDIESfT9d0
D3okRxmL96zkyxWUSEGFywOXSQcyH43gGK3rgleagiHuJMTkRIqGUzR0IQwC
QwqUBbpriL3mSFucmAM5tVUJsSk+yEelSfKzjXLbvsVsBALhsS8yEIju2w27
qtoOugISqZNkoJxr3i1p3W8iGN29E12Tcy8MM7p/XwaMML11PzA0coQ7MIx3
h7+A/9K2Doa8YRjKNUju2jKJsMrqS8UDytSdQM62pmJ8W1kvdjKgI2JCClG9
tKXYuicf+KNp9bwg1A5gKPiIQn0LjcB6YVoych5kxUk0gCbA19ZX8WLa+NFO
KZgeAEKWWncEY1ogcd1Pltw2fDJwbtg0e1qwXG2zznt25C5a0+J8aPOhCFfc
vsTJa3AfC3fuIHvaGG80OUBAGdxH5rKN0jh6B2WSl/Ec2Yf8ilJMChkizU0c
pR3sffKTf3tn96tHTlR79HOipnF3A9aO+89GEBrtWPkIoFW769MTYAw11f7N
yb5gDPATJKxbH03MgTBRzgaQhgntVTRUH+HAsffotjmx9Y95Zk56y9zmLnMM
jVUZm1MCghpx/sKQceHrsCAjMvePyvViYVJxE3yAPY5rKIxF4ucSYzvlLbCr
xY2AmQ1flmrJKyQlQLzmNvrWeydseJg+ym8PO03vurYZF8CJIkeYY5PyNaXc
zXB+5DfusyYRVIr+4FN+BCiaL2G6a/C+7YuqEKFCLeTM8WQYUGojn6F6i8NQ
xwsPY9s9S7XHjGuvhpz2ipD8Itak8ZY9A4RWeIxdDWaCXlTSyYx0q0siQ6Co
3AWGPYj06sZTYAyZ8DGuFRuuRIMQhW/cblOop5VqNUEWpMxiSkKLj8DT2hTU
HLQjeZkc34ULKl5mkmpAes3R00vrG+dpQit8YscP3KFIGAOzTbj8WtzIFo/L
QZedGkx4w/FcEzw3ylzEMnqLauLYqsmbFMmSNWGc824fZY04pjUev/m+Q2nQ
CszoC4Duy+Vy2sRxy/fOFNq5c7I04I8XvnvoHBr6ePk77crf0NBHL183ohtL
g/0WsZyHicPZIpgjY7vAIt7w2IsIrlsSLwduBZ895Rms+YPmRKHCbyKv01Rn
wqwDPWzuCILpvqoWeVYGyTYSt4LJyxBoCIoe8YYZ5xlCXinyERgO1nlasCFE
wBGRtz57Opo4jQ5HhFEt0AzJmFx6B8QhElmdeEW2c1WRo4IFCGyKFlpYwVm1
duxogMWN2F2yqDDjebSqwOfhOyAiFp0Fg1UXALME7ZBqRiDzWqiGh815BSpU
Fy1Rs9Zoytyk2myB7egwHIl++iR174u1sne3TOIakZoc0dTsj2WfLPQyNiaJ
njopiYot8YRiRjkqLDwQQirgAY49aaFv14Y6ghBC0Y548skEMxeywy2lARCS
JRwIxi+mTTU/iiXUJOjxFayh94yaPJR2SMBtKOWVEmHkhub2TWue0ZuiGkCk
Eq1J8zzhun1xA6az8LAzq1a9BImNT8kAg9xESfF65a7NvPeGDN9lInY40yuN
r2v9CYD5IUatxdBWWlrdcQ8Jinccy3UKmLiASNigyN8MsqSBS/aJiAkZGCMp
0QiE2wY77wuotXePxTsUGcczRwnc1GucuZ0kGZpniZ7wyoJmfLudl/mkdK2/
BqICJ8xylJNJWdg2T9uyjpJ3bYo3lGTWt6mh4ovptiWU2BHifX5t3R5m6P8b
1e5uzeEzmunhD9en225kryOG8aFMXJSnH/XK09AePTqaZ8sCU0+un67rw2J1
/XS0BpOFu3F2H7FB2FgB2UpLAOsyQPcnOYyR/80rhm3idsZo5QW7LmgVQQ01
pCmzOtwgmpnpeW9GNQvNT6uJPPlgBP8fi8VsinAFMNYumK4P3ttyuAhWjm9x
3EbRwwEsBxbVCTcTn/Mr0eUSL6gCOEk5eAADMTh1QjdBiWUlK8AqM9gcJQoE
lETOlFVEOHVrui9ptTSBqTcvGN6TJUnR2NRwCPkMImWjwabZJZTtbbVgmG84
Ye+Yqk5kzSvCBaaY6gGo9yTA0DEL5d0gpy199+7RJ4/evWPHJEKLCYfScmfu
K8ooKOCqqqiopT2lslq2rIMPEcX4JY7BDEqFp9ZLKQBwDJNDAa1+jSnVhw44
gPdMGd4YrtSsZWHnprPUkWMI93tvXlV7sOKADbT3yR4dbnG/dI9bOjirUnne
0SPD+sWlTgyp4L9XMCzglzxyn5Kr5gMNZceW1TNKZza15+obFgVP/HlR9YMy
BmjTUY7p8HxE2xLbaVeqRKpQeCaUGgEqWkVKXxZKuaacbesSwv1EoXDDTsFA
RgI6cXRljjmmZ7F8mc3AfsbKJeVsKcgQ2wf57pD17LIkY+iBMpAgtDEOtnuA
a6EI/nUTXrJ0VAMfJfyI7kJA0zgYcAlAzAXgkeiv+2jjQYMTr+UAS6LCEUTY
jUGMt6FRZvve7XdHhB2F0BkwCfmqvak6X0GH+iV79gQ2Qro98I07Pn96dvz6
7duT4wv5DufKyBL76X/7Kn3kOjJRWt0oqw93tX9n665xNzEMczNf4Szu6RGP
R6qYKCWIIzG+uQDCxHt1y846ip5Aiwai0bsFJDgh9+y6/q/bN/4SBtHdS5n4
GWP9z4u66d6oYnRe8FPYIE2L9Am8VKZg1mR9mesxiNmEiBhZClExNcFGU4o1
QubzwgdpvCzm+XQzBSx6DWQKORUns3nOL4kwogTqrWKTruZQWAvaIVnbbaG7
S0BvgvNNJ62aNBUkTQ8khZE66hhbBFcIL+wBJ9MNPGPH42vaOtJEU9VrcOU8
Ti9cuy2QBtg4HAvd5JKFnIXD5CExFneBzA5EXx5R2LMuG5uKIUNVsEHI/maT
V7gNpwWxQO9rb6UajRkBNAUtWuCnTt8eAgcAFWkPfmvv/R3qAUZQU5uGasUz
RsnpyY5jhZ9coJRtZEoICjqvmkIUZsbeAx8xjk4ZhN88EIv/knJ2Wne+BcOj
KBQ4g8cQoFnjDrnbB9aXybQDOF2cDoQwZPTiriYe6n1KcSYBVmbDG+nVsnhA
cQSOPICAZogqTqYBzxtZ14XfPNfzquMAxvvs+fP9w/SYUtyJ1YCRAK1wg+49
MPeL55e4r77K9hIa6G6Iqmg0lQ/ctdU2QhIRCQBOcVWrrQdsm+Kjbjt0VRFh
+FMoNWN2hB2hqbXGeG76YtcjBglImR8TG5As6pivAweSVujkCKrdZ150f4HC
HPpkWKDDunFX1QL9ryyBYblhihtkrNZBmBYV3554eSoqbJBZEIZs9wjhrPUy
J+bAhdW6puqKLcngbbHMuaIyT9rfp6FkoAI74+YpNik36d9TJzp1PVaZJAiW
Moic3yPOzTB9lUP+K1yfb6Vrm0Odkry5BVjRM1yhxowdE5BqT5AajhWTfS6C
6cV6Zs8/f4bAsLhqemmuG/ZgNozHwCTE5XKY9w0s1uBg+1VN/vyApRt2L1Tl
awPZCKl+oFy8H4fsyqADY8diuBKOGtpgZFBirunOj9/tIvRKK0ZHKGaKtdaD
iApa/AhjMeirQaQxggfBVQZk8IxCJtGTrwgMZuGmVBjs49YsNH3dsWZblsuv
1Y/fpTf5RGy2ji8sgsIkwQJqqogY05CN2GubwD2B+0AMM2FFwezubhAniK/7
8l4CE6pNcVY1Dr3ob9ib3gNkCg2dEbu4NaT2tQML9yNaYo+vsqJuzG5tCbDr
7ti3lS9erAfWXIhIiCbQCs1pHkmefr+oQe85rlabGlkOmk+xrlCahhvSaKD+
LERu3hdbvDrpDHCxjJ8i479GYNJA3cVRIOo4wL52ka6Cyn2ZQXr2JeK0PNxh
GhTTdLI+FtMkvoKrgPUoRuo1bVScMbQPnmssCBDsWMA/6Ij6tSUzDri3Oj4L
j2OMZn7P3WJhpQlkMwvZ5s9SY9sTiugGaQYyS2RVPoKLkdb/DvKiXAdgLH5H
fN0NZoX+ar6g+3ZLs2Rfggd4TFIBMTLdUIE5W4zXdx4WbuXNaDoDeWXkLMw8
MtUrRKotgHsUl0VJhhFzQhA/r2WMUvBpUULVtRMbVogvBSDMbJPEGBzAvQIP
ObN0d93N+Hqg9kXmNZwzBDJbZmWJWFbidu5dRMd0ZA1D7hAsYQycJ4tjXqHj
jT5xsCz45VU5BMI8mvVymdXF3xgoju1eSydA8DxVwIfMz4zd9BxNRFDm3ZbH
ICCLYxY3EaNfSdfkyEdf/NxNjPC48BzheLA4sAxmwejX8QC96uLEDWJh8JgI
zXBxsCqLaHcQX/3LL6cvRh5QH7HrmBd3s6Ah274JReYI1yBkxcb4HMmd+v7B
4/3Ho8fPRwdP77L2noLonHneyRKfzz+gx1A/eXxwj37itZOPn2VzzzTZlI8L
3tjn9JBeoFnspqdtYgtMfJwxwpv7MZQWLLRd5yejx5+N9j+9x4elbzhZIYaf
hXF7n7LUEE1H2NshXi4eZC369Sq/HZFGEf2wdsQXfTWroJ7zyKluMxHto61O
H6qMkpX1H4PcviVVv4vcToXrGF/wCuG48bzjFWQeJw02VHQ16ohChpCZor46
tL4sCJsirJ1Znc2R1MSxPiQvJV0kWI4StWPtAIU69DdC6YHgmjXKKQ8CUBII
YQcdHA/kE9rOUXg0RIm3E5Sy56E3Hl3fcDzxpmDTV0eu733KyxcBpYgtgIDz
Fcdc5YBuXU8CpsJWIG+3FgNDpqxcjy038mt5reDwwtuWmrg0NA7Ffxu4AKGz
uO5owIF4qF0i/WjedC9HOnAcaX908GQbR/q1DEm4iJvVCM7A6G9VmY+q+dzd
qj2PlBU+EP4CZot7XsZHel++cnJP8+Qg/HJZlGu37vHXBLTQ+RrOYLHlN6f/
Lrb/BoGm9//27Gn4W5mV214zP8VvLTghedRmytaBwqKrwLoNwEyEAMjZgswd
aJSXGjrqqz3nIAIBuTW07zGUnRJRO4YzEwNQH4P+s/t3J4PGG+L/vyf/Ue5J
sNpp8ef0yCuvjJfsM2OMYvvBxLYEUADIfOF6o3icoBTIxBTxKcpIGRJwUgTo
as0lQtqVZ46bvGWTHhpYMF+B1P1P7NWDgTZYvNSUITRRcAQlilL9rGjq9QoD
IOZujRZpXtdVTbHinziZoKa8TwqgYVVMYg5tzA0AQjud4z3FvtVOfavYU6jR
A1Hhe9tBXNGpzUnnaDCvB7ASAGYRtbowpp18nDIgtAIE3dAQ6Or7wZ2BhRsc
eLBAEeoxgQ4J4wMMwLPI5yWlkdLUY+fIzPoKpRcK5mgEDhwNNGEwhYOKMyx/
gGWdPJGQfQ9pPci4yBYigYU+Fohy+S0suhTLk4JypHDDPOi4N1J/HAUIRXdF
Yz4O2leXckdGrT6Bz49xy1KMKZfut9eM5ykr0pznYGD50RqeafrlD2/PxDtE
o/368EuaFh7Ir7eoVJ3X4vygeWBu59wSK3vYE2sGtK7LQ/BjHaIxqzm8XS4O
ywZZ6+E96p0bkylXQ3xh6xLhoe6z837ckNDlVuYthAePMB4/W4wW1fR98nGv
4ug+7h0TmSDwADZX/UE7JCVRUw5VEzNftCjq5I/akfOEDPLuAmZRdbIegjoF
O3UOxsQ5RB9iTQIw3cp4J5uw4gKHHfUPN0T/4qqGA1NNZhA6j6WHuFiC2JtP
Ry8arTeAY5WlMkX32LYMIdhBiSJOY45W3dCmyAwe6gCutiBcljol6Jgf3r4U
G493PxmCFWuxme5e2cjHkUcqSB7yOCHjKLX1jAeL8dJ4oB7k032o6GzGc2ch
n3g0dz5sx4IpItVq9BIBTFDoML5YJbEI42SLh8vHzvvA+SELD9nsGpJuxjZZ
oA8eWUAariRSiMPiMTNS2E2WXhbXCB7GsMSUW0Z/U4gy3bOXtWumgkhVUEf8
kWH8Hnau9sD5emtu4VGWQ2rvm62GGQIcFXSp1mIfrqjYQbCoeJvhwmowJamv
4ZhgOIA83AMkQvXuXDOIgKWl/6Idw8DcYd9Mb7KGjyA2AsXEMFIX5UKIDfK4
QUG+QHd1XEu4LlTizNQDTs9evTjic8bQX2Q8d+0ujHuLk2xAx+4ZvTfY8NEP
dgOrUjrte6ZbQCZ+v/wMa8xpYhHAKbWNhCqxwc16AiVeyEwiKGBtVWFJSEoP
pXpzkxzS15pUYeHZEq4dQhw0StpTQ4JcLg2LjGw5Uo6o4GpARC/yCaBJ3A87
rKpHGY5zkgjxLIx9V2K5kLKUriHyP/ekbPu8fwg6yMSKHh+kI4NrJxmhfeDj
4urPJNmcrx4klkWRC6ScIOOKkKptMuAbyCJyiWpGIOdO2JxAaSezsvRFQFF9
Q20CWVGnxnjbSGM6XZwFlO7OwPND96OjWTrKSBTIforlMp+BPxUS7rM1BWn0
TK0o/eQKcmtW0+ma891bP+FJVWExB2jnhgtgq1Me8LvBG7aBehNTippo03pd
8pYBr/dqJa7KeW6RsoJi4ia7icuYBTmBQ2U1qBpS2gj/gtlvN8GXu5j1Acly
7lj9ldDpvoCZ1RhZCIWqbsw+BnUpfMyP5ulTG3HymblPwoLZZLq1kwtqvuGu
ELAmUZ7JCUVMmWmUmc16mGTWmUQyXirI0vt8QP/df8Z/PDkgYApohdP4dvuO
H5twNYHQ1OXmWhJYLjxVDx4Svpbr4MzPbwHGakSFJU6o6gfrqmQpmF/nH6yD
m31qUk8cgO5uSelQitWsMzITs+wIn2uAXJsRHiCzTyl6goEU0C3H9oHWqjF8
ZRCGHOxFKGjH0Xod4N370F6DkOY4ojkIjKIlMUxeiqbw8jkasXWEQs4Nbgke
RD4ziyn8KTSnh4Xi/BLfBRMRTJLIgLTs4HjG66VZeIATG8DWWg/w4BtCq601
wLPkRCj3xiCogqkN2rqTyNIwJB776H/BrfuDXujfYguG4be4t53uvholr9yo
2yMrJZ8R40RlnGjAwIYH0u5AdTzNYZPFogqmgjXfQexQ6HafW0qsHzE/kLlR
HTFOn3nDFekoGg9dCeokYw3Sc50hhut2K/SIdViwZRiOI039FRszD6ZPW026
x8bMIPipjQIiKCM8+6N/W1cYhtqrMkNxdp90g+Yp6mHI1jMIJoN07KgZmIXb
Mgn/YDakXizTkCkjS0QTGNgdR6WSZAsnMIpVjuUoXBvMHFPuC9Go+I0mdy8p
TyqIvDFthdYyXyzDRmFLjVeQgjulSTpqvVaEhfgFUg/BZO3E6Fm+JPDWNhfI
FsSFI9QzuSIGvC6DIOQq4A/SBWZ0SrIne2+iA1jm7aF9zEZIM6k8+unx6Pm/
jn/+5FGMyT4ej6MzuZ2iW8xYgiKFGuxBzxl+6vNCpIgR1+eMzK4aNM4NdoKb
yExKlPyfsQXU7wN2IHYO9QQdB5VzcTqD/fF4md0agES/Fdnob0ej//GXn/kP
2JnRX+zemIfHfx+P//7T/7z908/jT/4+/ul/Ll/hH+6vxUv31wO3sysXDQPE
gUblGAl3Y/MPaqBadqwHM83JEk0ev+0LWLl23Po0xRRlUi+/chY+yWAmgQC1
mr6CRf+ZlIC9PoAQZs10Fe4+wD18bjafxj94PB4/ezK4Z2vwVjnxogPdLN8U
JrB7YCQLSlACuIdBsI0kKcoOaSAgvoq3I7826GWBDKXI9o8t0azQyg7zStO4
b9kXSO7dsbvlxJ7kwf8A0XFrAgBh/8NLsh/4zzVJSLiUCAe/+x9d64es5YJb
GX9V4WvbpD56SgF6ayAEhuPqAV31q3B3I93x21Y+ZuXcN190qPmHEnryyuyF
RP8O1iWSFN1XjcmXn3hPHVsHNIUdSA2V/ByNUHzXMYPBGEWzYbFUQTIlZiY2
ZCvgxkVMZEQ12zjjddlCiebnSIwQVCLkOhyIBJcBZYK7S5By+YIvoZWxzTft
eHs4xz049zg2ynbGMulsXkOZx5qG8MgRCpLim5iXKccd6yHCSb6UgbB7N2J6
tCClodRujs12mkZqXK++CD7PnIhnU339FXX8MUP49R1252AUzC4Mgr/pLBUQ
xpVbyqhyHwu8hL6du1WdiV8ya4mo/vTq5RAlIaOArDIAQsDKUBpDgbbVLzAF
yZH7P5+/PhuSXSa6f7m+MA5qTpc81kkm2Qsz9Nlpyw7b+0gvw85UWKD2OQMY
4RwmImqjXMCXPV/ibGniUYMH3ciHfeg2OFWyLwtsp9I0t2yJWO2MyMEkqg3e
1NMQDMce7BK3rDVODNom4ESwU+KE/s2HAfv2lPUrqNu3sJVaSXBAIEOUGGir
sStkth6/CnyD8JyRGAQgEMKa4M6hnSEjmZG4d31lSCyHCsnSWKKafh6Y0gOI
UjsVWEvltK4BLCdjgcm4JN/7fDP03gwPebWDGUfrpt2FVnzNRLR6m8JxF6yv
6ex6THaEoO2a0cJxHAjC59ytM9j0VJ6knCCnqMMsykqP2dRXbc+onWoedo5V
q6EVhXqLHxkD+AZDDqNaSloSTF6g73xOwYMmZjDw9KJFf16bXaJjgT2Yti1j
s6LvBfWKrsKsFXlY9nzHbPiuRyRuofbueoUGm8mmJW8yLkCIkSwUVDR+ZIWt
X8OOBotUSfbLYu5hoaXmH9bIdlMyYG3gJ5sXC8zSQ18bHG6Kf8JWRN9UsOuo
R07S0EBm3Egw8mO2tmNEyyywzMARInRkz6IEdQdT5XQi2Q1ltGjcMQ8e6TeS
jHQXvHakBxjkOb4sdqjyhlqrCZ55975TBi3koINxbpYeKtrs8Fy9CGs7IyL9
ZVnVTHVasJLTY1Gl41eCrHL183G8DFQDVcwYbMGTe0C1yL91QURYVIqh42cA
IKmSATQzXQBeQgTSPUcARMGtayKWFie00tXb+i1mq39+qxDNXH3Vbz9RFHpn
Hc/A04CTqvPQ4NUDIa6Xscqa4ewfYnsWo3WXyd9ZavLwzsuOdJlFdrkfil3Q
RyQ09d9s2sBB0ADPjO822QWk4zie8m2+btBeCqpEJ/zhtOsYM34tInFiSpAW
Hwa1Da1d0doK2ARRtHcstynWZbxpwrTHWwbn7ngYjrcfsfHXSX7VtFDQMGv9
Dawuahyhhu41jvQtj6X4X9t996jfMQB0yGHoj4fqxBX0G8XmJDKBm2w+PEDQ
dbHKNKiRbLrGrSciIyZuUBSVlOeQJHi+zzQVM+g7iJGxqeZqDFGAE1wOQVcY
EroZAOI4/a7IJXVEAljXZZkDuhlkwE0rqLwpmhbwnoemC1s3YKzZRuY4U0yk
9AggNgd7h7xRaK7LSh8Aqo5qrvNH3sIuLsdumEzfk6vaM/7gGH8noCUcpVDL
D1r9RLMK/VeUOkrESkPCERJ5WJA8Ip0mzHOHPXHTCcH0PAIfywga8YuREGHX
RRPcqiY2WtFxlV6VilH9gXtptcI6euhRcjcIV5ghlNxg8F6gQaHFBGdEQQw9
sPx91lATn6hlpDvrjbXsGQZaEPAIiGMJS1FXEwj/yLxCLBHixwsOtw7zfglC
gwfoN5WjgfuJnsO3L1SzxTpuXr2NykEJnvtOvZruofo2TOFPKjI1DKoqDaWU
WUpCkw24QilvsbDFx/AXEKU6s6NtjkaCbkkKQpgog0CFhYPzu9V1cKaadKbQ
phhmxEUX4pXDet5QhwliFRCZb2jwGG0hM9u4IBlg7jHy6zDvGCwVmQpSXDvV
ZKixkYzK9uDDbqnUKiJLsLVPqVHX7dKXeP+1vXU2B1bIMzwO758WHvRPl3ML
BfpgLQpnM3CAxAkzyD6GkipYD4vxkR6wKTa0py9484HXgMzDH26J249rGH4C
i3G7XPDfBA5JH2iP+W8JHKSPHE5AVt5PUq5ZTx9k7eiTLywBn4B8/F8jyQz/
JPV/xTXOPoGzSn+wN8VecZ0yfR9zxQ3/g++47IE3nOwlrbwtKr/EqmtBoKPs
qOv6+4tXL9MJIgmg5uJxpJZZ/d4p1lwiofHk+e7d4MvJ14yj9+We+/PdO+Jk
BtqarI8GL9UxtO99OQDCiOER9lfdwWVTM5I/sSQx8VUcCMXB3GIJcuMmdkv2
RxMJRbZWzaojpBBV8XQ1A4USuYxX53nZfCELLlYB3IMU8mbcsei2FHoPIVgQ
mgYWSmhHUURtpYwUGTghVwQxvzA2jX2lF0k65Bet4Ma3GhMT5p2BhHKJoVe2
wmuPJE4yRRQJEkhEHWx4vKSCYBG81iFehIFduwjeMT2DzxH1atg0r2XHYZnq
O/aCvSwzEaGUc+iEBWhMAFqxtgYFiNkkux3JYXjA6E8JCK2DXWzeVMXcCHUi
CPgJWri3iDNt49w+/kZgd2LJCB2nbmMs0hOy5ojWxZXecgkpTr2LkS1R74dj
HhXA1MRUlnUhjN8UIOrGx5MezzH+DezHhm90gbYryeShwwVZ2eMy0SDCS8ku
L5cF7U42TmfBGWlALzM7L8R0Gs/igQVjIPsyScCCGE/LFQH33dkIBl2Ce1FS
goyGS0eDS2IB4Rn7mI1Dgm+s793HfIkIPpR4ceprelUsZmGEPVq/fMVB7Qla
4SuAML98sTIq8VJyGW7Cz6aoi1Yyd/zFikqV3vlDzm4AggJNIjUjiIQcSH6t
ytEbKSF/rDkTrOpBjoQWmPeJC6JcIdAhRmtKXe9So9EoaISD/j1Hj7KTyIzr
mWR0sikOGd1V+abCqwZBQ/FcgjsO1PZLTujm6l1OgRPYS+YmIVWYLvqntxvm
OJEx3k/+pgb1sG7iOBP/BCh96tv0X8+rqgkc/Auy5lbpLxBd4sMBPnTfnUBg
fOdd923/ux86mVFi4dg2j7umsG2cvWPwXf9ArLN/kZse4gEt3oez0x2Cfj8G
4ZPU4wphPom5VjWrDBl4E3Kt354eMW2wZNgEfXPxNPIhgJ0xsJdt8Jp2zBSQ
5CT3A9rRHJ3GRnxKgYu+1Bo7+cSuMFqdfTHVcHh3p4D5O0hqjGFQq1RBkwHr
LBngeLERSUf4tSZbQy4VOVHcpY67umMN9bvqhJCsG5+CDlxoChhYmzBNK7uu
CkYo5VlmcpmYwunquMT+han7BxBmkXBeSEAk7srD2dWiTGHG3RnsgSVBn/4k
yKX3XayomH1iXuQCVD7F0heMuvMxrqeGeUmo5HK0QSdtlNNNsL054TID52Qf
GfJ1ToDKFrScvlcv7IlhtaWkMbKMcWjviNzsqBSIBKdtSIWtBgcQNE7ttlCW
rtwY+RAUJTkkeY2xEkDlqDy/lpPSZ/+H6etR+jh1kVVFOtS/WltkVRFaebC2
2Bk3Tb1hjuOed9ykqPytfZNthoFHAhka6BKVVo24w7zW3yeoRC3pI+48X2X1
kpXULaNAJYkHItPqjOE8dywCGIFIkhLErblMYm319WgJOcNWWf8NppJgtkHp
9v9Kc/lHmBL6ho4vN1wEVsD23EuEUijHyNQEt9rXXXXBw244aZVN49CGQPxi
hZmJ1QcGXGmeEivMXYXNilwKbbATWW65zrDHQa2MUBQKhqeZ1KO1SBRBXOM5
imScvKQPoywAUgBmvnKsIo0Z7P1BFC/PKQybv0oHQcX7JvgEH7BebZzY0p/c
4s0BZUUxYQtfyYDVGsChtaZN0UuR28ryda0FWbBa455TEwqvCjhi15hpRbJA
MABjJsFSNAi7I0JPjQ70vlFyM0rF7l5QHvAt2R17jz/FSLBlMtKURYFQ3O1F
NskXHCBDyXMkcrGmGiSux7nLWsxvPur2xp4ZcemrF8ZaFjrbws34UAezJ4SP
r0PgR+lbZA+yE3RfQom4qaayGBwXftFkbHPSIA5Pfg24nqKjXQmkyLYCe2n6
R0gPxcW9rLMSsy+1TccTnITQ5B3kHRJS4VDfFhyi5vtioQ7DzhmhZlk0Xoq1
RuhlDlnORbOUWN02u7zEaMs5MuHrYgZY+aRgSwnWag3DaXZxlZDkxJ8brpXa
6FBnwHqRsnZaJ6qzpXZVPZdXhAQnZJIAiiYfqdlUdZ3Ktp4g8Vtf78/QTYj2
waPTDYgImGkUnNLAuYtmCsnhPlSlZkh58FCa5iT13kCmGPUWznnNxL4oJjV4
tSXkD/vaWLaliL7IMTCbnhduSjhaDNwCutFVvljxmJrQm+hPbjQ2GTsBL62X
eWMmRnIrqmNm7hwthXcO5sNKWTQtehvUWTvi635qpRhGRpgWeAEKzhYgY6CE
zMEgQbRANptFuykkDMU1OGk1RHAvUwwtIhZ+2pLquiGDUVPU4jzmmDWu0YG5
kFHVB9TXCCkSGpljzBLobpSXB2MNGSFIhFCZoT/+IfT92w41INBUF61zX44F
uzMeck7Rzpr4IPnmpaA5xbrbXDLbsJxfEE5kednMHBespgTdgFdqojPaG3vZ
fTcEiBV1QRDTCym4WnsKgPFzB3eNj5/Zj6xBMjP5uQfXzsk+oCZ4nBUelQHI
i1rRiCw/b53M/uCLnh7kSGzrRGO2PEYeKM+oCLCDg1XsY85Kh1P0L+uM/Ikq
5i+LUm39bPu15v/AAGw9URS9wBnvKLGgjtmpFW20zszTi4kTNggDKtCMeVre
W9PvhjAjUVZmqimTgi7BGD1uD2EGIvKhzZIOkDuaLQiMHm3bJsnuqEU3Wq7A
KyUQtn6GZJOhhfB1zr1xyuq33ooauGj1sEguH/QP/TWkG+yGaqsIawGrx6mI
CYb9NuC9Wzfsu0nIKRDXJewIX7XPZBasEXQJjugWNmo6+uEg46gRDCtkqQiE
4a3nogSLVEiDCeRojNppjPDrCYx4obuHyWZGljFK8qjIHc72fl8eURBrMBwS
pSNKce6U3zTBS8bqRD2CRgvQi8bFFBfJ7dDsJV1neE/72rbgPIPpxX4dIN/p
FULo6Nip8BXiJS0pI1vVEH0GmvFdwy2CViw2bVFWZlv4ysC+vCUY6gSpIhGL
sfo/ds1UIyenbBCFngBENQPWEOPFhWLPEC/mTPFxZBdQJd66eJhrCdA/U46T
0EIVmu/CuV/KBIryulpAwrqW8IZLTGkIzQ90nNxNMwI7qGkUIXlgm+cE1ozS
RN1Gj+2yVuU3M6oY5NWqbinjXrWKJcWunzSgDC3JCSOczYjerSuLLI4gaLfK
Vnzl5y56HCuqTR6axdk6yfZnX91VJGtBP/UkZGPljoxZsm/+/YERpHzAyEOt
vNBQIwwi7CuJxyfdJzxqr6HsYMqp9y+wJz5aXXLNiXTrZOCxv2f1YB5xgece
Etiy+yZ2P2QO7RY+6NjyHrCLfkkKk+W4xBd3qDFBloNUbPKEC6TwpTf93XMX
9LhJ/P7s4ODJhw8MRg7SQGa7Cfwn6ZRUggFOssxbTIShxZXqlWrvGbBEwfWx
oSHxaFQmTFfbOm6W2XQ26JS08yXBt9uWBtZNh4Ytt7iH2P5X6SOok1PM28Ow
Jyhz6l/yc5SnAs+fWMJma1DS45/gX5AanaY20TgqIRqTnFufVwrKFQXAxWSI
XAgigQiGSi2chFo8AWcjbGEPRB5JgChX+PK8BMUPabfCbaxpx/ERbhiDtyE3
rlqQxQOTOAYMduiYydoaNZC5SCFO6IIijAaqhhjuhJGhQkCSbYOUCrcYyWmu
U0lEEnQzaGiSp72IaYCKo+vpKyExv80VrVM4otayES0twjHp1lMHZdUexR7G
wGgsNlLDTIOwaWEYWGCHNo5CK27MvQrymz7qjYGb7qOx9NA/KCACc6DNMonp
BU8rs+/u/T7kSFQ8y/fm+NDqvcagkntHFtZHj4Uw1MucSE806gcWBtiljPXn
Kw6FRj1iQWAGUIcgJ6O5djigLQQC85OR+GLw6+BOSBl49Ddmc6ULv6bmpjUE
r5KcxO/03gKed1MkdUcq9WuggH/9UdJIeZ37mC5jmwjP01QThbrpeUWwHcRO
vOJKzuQGAk9If5L0bL1cbrxiT8tVvc9IpWOuHt0ZckswcpUPbhoB+x0EI7aX
I1sagICNHocC0QBuyZE7LSN3BwD+FZOGOY46aX8ayYYDJqgNY4kWemwRUoDC
m/wzARCgPMt+ALZuhUiTJMkFtx0zIMG45Y+/0DWFmDqSxL0/3ifTgxf+Bnfi
5VJbbK9go+Jy477lS1AKx7qr0q0To6vJg/DtF3yL2Qqz/jY2z86/6KClRTsQ
IqdB44fUr7qtOjhqHycEdCQAnOlhNAwjAODdHtKaueN7SqVaHE1ImHioTwsu
EnRMkLsNGYdISGQdVXahniG1blpuM8cKPGCFRPN+zahi8MG7lISReyoXgrzr
2rGs01gyLMZUNn2fXYr58wZONExPLXamU1az4+ze7kloqNo4CpTmacPoNK+d
eI5nOSLUuvlcCxxIfOg9MRZNFMUXKyOsf3R4z1ZNQ5h1tLnBXnH3RexaYjO/
d0hIAPvAHsVBH6uOqyZxuT5U8nBnB8uNnPv0r6QJayY4PNkYCgi7Y4sa6YCY
l5FfF1mfQPoGwb6lVuZn44PH4yewdR7jfeidf4OZNNONVsdh+0BewqVV1HVb
I0BTxvztz6UMUUnmuAQsZCG3+4pcCAUeJj+XyB6mMLyc+oWwoVLTj7bzCssg
meB5MTYGsAjQWMPVbcDjp8YMnX/jIe3Bai/hFUmaRoZOiUAFuwcVYfayigm+
L8PBDEmuVVs2pLehxgDETyAKPvmT6z/iXqyuMA0CXu9dJlhyjA8zQIh4ucGY
eGamfqKpG6p3bDaf08WJZ1simELQXPG4ByXZCZNcyv9GC2oHOQmCVsQ742m6
IfW3zi/RskuMznvSxYrFoa3kx9B9U3B/WWyvhbFe74bhtiWrTcwgpw1uHTEQ
jLd34CLrKhFJNm63pBQvyRh2/7otdo0sQxai/fcsDxJdDXsMOdZU2O9ZCJJI
0QLGofwwBQCXbV3TTg9dkCFyWbRiKPCJEGgmYNPA1pBlaRivH1l5Y9fXFyc5
Rq9y1GrWz3PsUuihof1hd+EVJMBrBI5Y3VMf22v5jA4ofCGKVv6xrsrLw3Qn
yNGwceLujXwx32WhxMYhT9+vV00UG0zfWlNEYIIIekn3H3/R+1xomTCDFZyC
7nAzT3AyVE+Be5P3hzxc/6cfIz2IGr8d+NaxxoaTVFCguxeRt9Fqjt4WK60o
0aLDhBZaf/wZGT2IXuEErUacoesSYVhH2hFoFz80DM6hI4lOZm9txAfknXTt
eX2pyzDatQwBh63j0NxHinuRMD8WtfxwVadE5S+bFVNCG5ZkytS6OMZmV/iG
mNkcLHSvB5EV3ETZG9U1NkM0RR1N/knPstKIp5Tvys0HfrN7rxptVMVtmKSP
+EG0FAlluMMhaSQVbmTr6MVfjxeqNtcdzVzXy3Fpk2idGTOA7j8auXDUPE1Z
jY4XPezHrHpEB9NuijdGAbWB+cUXn0hTUzJry8be10Ux73gsobRxe5X71HEl
OQsqj2oRC8Q2Kkf7IxyTNCzP3dj0Y2R9C7K5oyDkzadU2E0qb6TXWY1lMAHp
bag5KyjQG7xRsrj5bwlUfshF5f33FoN93CNKoiwFmHKOZHA+BGofhqYYI+4w
sDU5FncJoe0UJyQ4G4rUJXZWTGOKA16Ia5D7BEsdHmodUhuC0l5R0W2OexgB
liQbTdm+KPcOkIBg6/cWD2HyVNOs2CeZjQftuC41/qzWzKvYqmtq4KGqQQYF
nk1fXNJD5sPDoGgFY9HSznFmlEGsgY3xzOXMfMz8e6cuJ71Unb5/7ssCPLnh
1G1TnCloIrT6VnSoBxEQQ1nagrd4eggHlvv9XVRBvC0/xRbpNKXTBe4VPFo+
sABIHt5BfUnpFmOV0a0uoYbcjA+3tgB+6o5j5jCS0IMIeMFXgHWHjPDDRB5Y
OtZfzbolHVIfiS41QcPAGSotqBh28KTUVEC3YZ8rIqQbE+91zwSgEQmWByc0
zIJwz9w0XlZVk/cvIWYMwZfvcypOiBGiumyoLnh4LbaQ3EXlFMJ2xU/i+yat
ANIcWk09esCczDxUChIm3VwVK+Vj3ZJT3RpPkkmPjNBpgBrn3ynxJA5iTmny
tAVSw3/PN5274lxzsbx3gG1C2cLavbPuonEJrADW1tw35MXDm51jNuWEuD3D
65EFjdDAhra1h1WhNjHFPadIDSw0Dp23ZIaybHlGCIhuaO4KjmHONKeRDxlE
pQBzEoG/m22Q9ppfI3xwMhJL64Dpb4Bu4z4Y5sajqP2WfsXG++b/nBl3Uzvg
H6d3uM72giQO+hcf4LAvM/wPtvtw1P3zTu+0tBvF8LU55qgacomgakXK2Qc9
AmjO5qD4ngJwWqtaATdqNiaBDoPMCEpRpelRS9nnDMxKB4VMCE2A7BPWG2UJ
jNkZQnJ2wtI6w5JLyFa7IzkuehMiFimEd+OjuAR6dpkxahLODz2LofKbLsH6
jKFWmI9AWVvsyO0sFfK3G1pPNwC6QCgrPC4BCpwVGgnq55EAXIL4QMlTAa4c
3jBxn8KAgmmR/kSQSk3nPb5rRe7tqT14IVkNZeWklPIS0Uk3qp5BzAcuhEpr
yrUbG3igYeAPuIOwFTKaN8Z9IMl/Yu2i5F7jhaF7u1kj9BLdC2SQ7BIy9GvM
A6jn1llJ0Ya6U2HCP4WcMynhbQhk4NqdsCcAI1eWE9Jmu0cO+jwOZg/Kk8hI
EkIxvKsqJfQ4KbRqfBFkldyxheh8wRypRneMJWmNfZTkBpTNWsS9nYnNEYlI
W6izaW6Va3K3+UxgXCyqUefztAkmDW7Th0ghJlCfSizG4WNYDRLEbcBG5MqF
VxS1Zq+YAOtAuKma+Pb25IEmQnjD4GB7NQzYD6dmUG2hrOjCb1YVgbeHLbFj
Is4nChg0YhsaLHNLO3+UE9pDO8zFn44PnowPPnQpqUc67ZZqCgCXLA3lMwFU
Y2W6wziGQa3WAE5Xb+DKFPLzAqBYnYJ+QCYvmm5FmKBnaMc/PhdkJbHTz226
BApr2QxyAYCs1o3HO4YW9Uuifyy//AfiwE+ceMsuVCzXiNgenon5MHADmNVF
rzIzjMmcIYR7lkUikk3tZDT8gIzcrRsrtWzx6hWZWEmx76oMJ6VTgm6b/6gZ
SaYOifgmOIz510N4QJgphAvSHZN1jxja9l4cBNJl2aZPbu+m5nSZEYNVe9XP
+0LC5Q5npYquT9nsU+a8lZYWPtRM0x0DwuTt4RSMtosZEJw/HinWYvPrCgt0
SWcSd8GYHITkzU+bVMWeG0WFRRECINaCxqChcrXEexsIob57Xl7wIUpxoK51
ellS4vYrClpGfOJMggolrBtydZd8bgSkk5plQn0R1xM1ProZxgVI1ixe+GTO
wUsPzDBY3pgi3kyVXgGEkZMliEPiAvVHLoQu3wJN0HjccXsC/ckR88gdYoPm
F1i0IgVcgpldqPSTfqdykY+qFaqzuFOcgKd2EEyipDQviezcyE5AQ2vJ0iBI
PfHQi6GjO36VZQGVntNvcQLgoHdkP+wdG9NF3+2NRmKQZylUL99QMLnjJFSo
t0N5g+P+RkJvsPjTjbjbe12KkSDcQsaRZUuh1gPmOw6j1ySw07DeeMfpcUjx
pAM39KjCwOgRywtih6dttDLQEMY7diDFMD8UzN5bJ9MjMXDcXnqXL64GxA/O
EcO8XVKSAAWJoi3UlRZA0nDVoVusAk4nrY1zX/MFV/WE48IwQyTUkuU+8kvR
SM/UmktyagcIh5x0jrXWAcH38tROtXlbhJzX2FaNnuReYzJVQyP9AiHdhDch
U5eoIhT+9o1Z0esxcqPM2PwiIW9xwq1EPDs2169DULaTuim8jXHJrjsMSVuZ
xCTumfYf7HPrWs45phdJfRCcpibmE21McgzzIyJ0vf1yKGLzV4NJVgNr3Czy
rwa0rOnO/zXdHaDB4xNOF2+CiDu/2kHkqyjeQQA0/vMHwW8MvgKPYy6dBrEg
mha2IrGn1Vzb0ehXoAlec1gXvGlxQ/OCHKYmsp9oWJJIycRD2XCMnzSBDMMS
fXlIiM26EChwQNhiWFLMRvPO5FTOgleUqYzhJYWVfCO3C85F5H2ZnB1JdAuo
qz6IqVEoXRpibxuSBC0wSksq6jHbdLq3r/hVgV9LOljXVKndyUG37D8xxtqo
Fa3whP8od8Nv56QuZgIJobTqTnlRQfkOx23CucRebpS7rp1MkE0kMOsTTOD2
y0TCx9DwK+9GN0np7Lbx9fKg35HnB9b9MQNpeErBsTpbxeZtvPEc/4XKURSp
POAxqSrE+U/WKYD/MBVRzgZGfHRGGLWkStWFocrBnu+bLJEDLb298TZGADKG
zCrS1/RtmXg+GxBURK4HwL0AEyxqMst22xY4DxoGNWwblDplQB80M4iTXOSd
PScLE1ETgJGwkEZVm9TWwryPrgi+8d3tDPHskHNRSD4XE/Y9PdLF9zcG2Efh
Fr2vdjD9lj5LlEuzYOJ5sd+hgkPRlHkZXVL4Ty9CGK4h6QA9g7KgCNCEloDb
0Wb4rAkWhCMa4QBGaABFD0gNopipSJFpwVs8GjLR4iT4YAFUH4yC0rmui8YG
pECnEaPVWz828XFpJAuMoR17GvB5LQMmul4YRQau8d5Xc0BX7prNAjnaLo6v
VDLi7LRZtxEiNNMzH6HMErmqVm9Pjl+/enVy9uLkRUDPTBRowUd2sYc10P0p
6mydbE0q8GHMLSCUA0ApJTGJg3RFPlAQjQ1uk6ychL31XM1s0ZZ7xx10qE5k
wrIRhVEZ+5nwRZYQJHm3e5FLnDvZKjN/HCnw3kfu05Hr17wI2t/wxEWRoQMd
NB9adjU88raZPOJQczFJACZ+Cc8WHkwbMU8mistsugkg5nYmGBaLw9mVxGWO
/8Y2NbpOJCSUn1UY8LcKzr6RwIRsdg159lAaRQQI2L5gHfkob13pMY0m6gJD
iuAW97WEkfTQLmsYuujWeABZhUJK7T4DhI5hFpJd4C0TOzq6Xa91sChhJ2ND
ugCsrzPqgCxYWwebOdHGFsG60UXyRzN99+7Ly7z9+t27gMB8Bx5neguxsJiu
sELbNwEwzgy90ldDoUuvwrn+VgqWAlX7Sq3igvhAVrdA5+lkI3IZcEPZDtaz
+0KQOq35BK6HteWfx+uu0x6nYcWNdRviB00rRxjILxleWybBVn7UL6TItw+e
3aWW3uaobUlOU+75q+cBkbPBeEwTw+CN39QHslxgbrIanbyttKv3p2mXu+S1
8TIhenbX6sSNi7e59XH3rWCBYzKDiMJ4/QrFWT4Kwum5jyq6ykUUi3L+B1Yy
05rkGE+F9oY0iom1kEN8Z3SiKA21StU/GMM2PiV3Coe4H6bHEhZ3JiyPwcqg
JfmxcwVI9KHGQ9JCd6x63qCgLA5tQ2i6ErHjzgRJ7/AyaZDrurRpkIeYAd4c
3i4Xh2VzCA0dmvfDjMgBfYNf9frV2J/WSa73oB3+ua49qdf0bqwPpcYuu9fB
0CVmi14/XdZw7hC+8yExzrZgE4E/11hH5bUbZCQmkIlYyiyhIAlU4XdTrNfI
P60Oz+XBTglKg6JcPRtidSMibIqaYNiKArRnwU0lhBY0/28cFQ9tI2xpYYg2
bLOCMkN5K+FgMDGaz+H/lvTyoacJugC0ob4gnojIWCLutG3ilIQa3DIaIvjf
c9H+Cw4ZvoPaiTEo2gsGTwkYlHUD7f66l9/n+crfqX6bIaWRj48/Ov7k/Cry
6Kj8v5Jutt0KRvfYcjfYKGKpDqQqgUWI3xbnc5dW4O9elv3JG2Nvd/SGFFSJ
LiYnanknskUj09u979YJFv9XHwsW8TqHw0lrXyjBsDSG8dk1Cdu1h2j6Ahl3
gH/BHeD7/HJwlKUn9+GLX8t4fhtl2fx4oKw3Hsg+QkM3iZ9c83exERBcoie3
GJm4j40/UQzjEMoGbdRg2lxauGWCEkPjdJDKJCUsSORjQQ+aMHD73Qwi7N9j
pdH1pXoFvG59JHKh+eA99ImRv7EnNEvTtl5inV4Yk18OjNYDi4pr7Joh0rxV
hN7rwIdwsmlB4C53NxYglACgRqcukfTSKZp1/0gJxZKiGwYMiRh8lOJGVDVw
XRb/tu7rWtL7FWj9QZ3n5XrJtDbw5YE+MWEUqI1L2MHIlyQeaFFdiIvtiXng
EAeOtbp3KMW8rxUMCbSxEhrr6oR+LD7Q9J2Y16JtqVvBF4MNUS1DrZ8wgg2G
rKmqSIqhsdLCWcGrtpQ6CEDWWtlSHG3AiDUSzzqzOeXquzBE8ViN+um55FW7
4Wh4iDjmGGEvCnCUx+iOvqwB5KKJnZiw8nWBQDlA+1kReDyB0S4co15DyJ0C
YIfxmYlnmQ1B6BcIktk/KGhRByZNo93Bw2vjDXu6lGCBV5Lb/VasuRRFFVbm
bqyTnlm9ZoV37MANWx8UPtnk6cv8xJuKEAEIGa4AvkbJh1YUc1EPkJgDml2S
gkz5BRkJMlOBOxD7UaGztqZNyLmA7wTp/mV1WUzDRF9YTgE4WMDPsJ0+gFkA
QOWE8TuPgW6hnbvr0oVF6QIWyH3RBPLbdqhOfgHnhoJ9NZzhmTmFYx9qooDk
d9ap73BtKCKIp1J0Yy0EIDhqbKtU7CoygFKqoUlZs2Bc/OQWMEK0Y9gQbSx4
Jl58ilaNIqipmibmNVJKYgiq2wOIyIY8nYvnlHKNY/lbtuZGiawhbv5dd72g
yzPSWE9dYD8GNP0GTJuBV/+/9q6tuY3jSr/jV0whDyYSACRI6gbJWvMiK0wo
SkvSlrcclz0EBuSYIIDCAKK4Lua/bNX+hjztm2v/1/a59umeGZCS7WSTEqtS
sciZnr6ePpfvfIeqJ+FJpwIaep4KLiYkleC8QYyFqblXLVtiNENODnasZm5J
mBWEWFrSSvJIooLAmBM2rlzAUgZU2IDdv0GDaJbLrkZZ05a5M6y8apYeO8Fe
ZhHkxhPrv4DfrCjdIvgsOvZliFaTyjX4/s9nA993jnbrQ2FeMD4b5NiXq5ox
tB1Y6Tmv+vjNni0upi69uIYB3WQ1ZNc7AxMXL1U/UBkYcKAagkG8Q8ujKgkG
ZU5SUvGgPlFhrkocON9ECghkhiWSL+hvH4WVo0tedQE6UN/I221xs0GOprkc
TCK4+buZsYDtPQWtpwAi0VQyH0b+PvZk2tG8UUDY1q6hgxMlxnnyR9p16UR4
vd0JnKNgcicbf/P14c5Rt2bYlazc/phIobyoZC9GVrhW3A4FNJjPneL4ydrR
zt6rlscO9G5vPWCJhSbvPBpFh/K5OToiBO4wonAre4QIVo1E6DpbMFc5UWKv
YfLDgtG176bMNxu0o9vfzCP6oYMVzLlOqyelojKinsoJF9hHMMkY4nXjqCjM
hImZ+sza4FP2KWKRzuLJCDLebboV3XGeKk6H1DaxX96K5mghI0uU0+eEDY9J
KgNMZktDF4tJAn5nxvltlrKu42yMOzPdkqi+AKytb14muOtT8pQ1JbEpinrr
yDTWzSHSlfliMfopWjgGYIt7Pz7AXc2Gxu0X0knOWfgolIOUFBFedn2iUl25
8l7RbtUlDaWH5kqYolbcUL8ua8aSGNLEcfGD0gIa3hz+Hm+DqhlHFRZIEtSe
F+Te2huFQPFd99VEUVGtMiAZlopdg0TASemHp8JM1vaJ5yaRywtko3Wb8DeS
PHjzBr/IpA5zKWtj4u6e463XC/nd9IZXJOTIwsG8yaHlA2LkJDy/nAQAMl9g
RtV92zlbqhggydGr3uQAbhonnfDGs/wKBryjyIrrNCjNY1q9niLWKhUWxlLW
ZbFQwjg7EH2v9BI0BIJuQm/G1yIjB4H6jlxJbrY9jlC4jFibCr/X1lD7QWff
PlrqGRngxDXt9qgal6fpecFpVwv3n7eNxk8/wQ31uPcEeMLptGKZAKZEwDuV
dR+EgUEDPo9WVx8bvkpvGgaAjUlzXm9KJXyoqYhus7fh15HaT793H36Xpw0U
NZgElSPmM3+nRL5dzn8gyn/sGZGESEVCEmPeTIMxNyoYhtxsKUiCHB3UgghC
/3Yl7VPbF1jDTigEiwkyl4spOAeJajBWJKG6MtkdTCaL9HdzdFMGnm12XLOY
q6OTDVzWF4vFrOivrxu39Tq8Lb/Aa0Wc09l7/Of6OolC8Tno0A0PLPyL/cvw
n30zPwjJ9Gys7lfY6orH0E+rD66voyhGQesk7c7S7cJ5oXgaDVIWsqOxZ3AC
CvLv4L+NcPNIVVPRvpEWlHIzm+eYVgYnFMkolYdS2xIR6BaOMkbkAO8c7SRN
z2BJVwAehGZjnp3DdtW6eniflR5L9LGffoLmOqc7L0+YmYIUSRjqzhls/MGC
ciZPND+50fiSiSHcpiyYuQm/YQjRGJEoTYTEFFoxRy0PzkctqKSrmGac2f3o
iVNjGxHgDhGGc09/0kQuY7IUq8i8uK2N7Q0c6HOJPRUeZq4AeHdcljOgETDf
x4NFevWT3hakmk/n+u8nD7DRnbrhii9Ui2F4CSHE5R19vFnuNfZgda+VBKSu
D6b/m9vbnCrPv9h6SMQksP64IV5BlSXyYir0D0zqPVp1iqHARrziBwtfoYQ3
V25TQSBdmnTAsEqhJhkOqLSxr6JtWqG6QhzT1wAdTSHTZaHrE2Mhfm+NIYhD
zrRvXh0GThKKw2BYD4EDIPCWBXth+djM0mLBZLZabS7sKL5q+plLPh5nz0wn
YcVYNu5SUStdb+NLWhSiB2xisCH3+AlsOOBo8NcteGuQaIbDVq8OdnFJAz0v
lRqOuKmdlBcXnUyWpjvhXjxQBfUUIxFr+Qj+o+UTgE+Xk4k72PznBf6LH4lW
zCP6aYVd//yINh8/3OItGPRX4fNug5KG8PDRAz58aMIa4lX/Pa+foJ3N7AyU
zonsZjbmMPaD92YcvidSkaGe42LapjUOuijRCFMFAr7OH6Vi9gCYYlypjVQz
/PnKH66zGzpGBGqnnQ/9nk1nS6WEI9QoPqddTJITzJ0UnQZpbM8kcTNFriDC
yRVSeg/dbUQliqU7feyQwf83yqWJzna9bPS2QOACkkHbKZb7CXI0p+H0G9C0
mt403ZeS8lUAQn0ycBYHs6yOwPPqC9ob28J/mBZc5hHkgO1oThgLvEgwtgeq
kLvOkdeVPHeV80BQMU5KDTPQsAZEbphEUrMDsaQIsiCzMu3G49qH+8zeZihY
fSvWiKnI/BPaDk6NNPK1Kj4liDxSW6hvQuXBGFncJuVuhIZUYbMHxGGtWYdj
JA08N+pQadrBWin4xBAtohZ+pLwzzPYMMuNr5T6sBrZgNCb27EYRvto7K+Hs
Ax8GT4MJI9ddSHd4DhYxH8408I/C0yQtS3ef3wp5TW6AryVcswR0DLPBxdQz
Pfi5SRd2x/lC4XBAINNqTm43qRCuyBgNtaIMcVpj+cNdP08QpIMcF4n4OZnS
qZPrFJIK4oCrZ0FrmdXOgNR0Auef+fSNvbsDWw6kL1hOmiszZNOT7l8o/zc5
H2crZxx5ZIl5PRouhcasmMEXuE0fpLlKJ+5U4Jyw8oFBmJFT5UleyUmSnY9X
PuSreI4l/ouidO3wW+jTpzgzEayB9kHy3/dCxE/sXHnQ3YTnveYqVXbrZgVu
AqkLEIIgPAEEj5P1E7ykW1J2dxKEcGveedLbeOze6TqVB/RS8AyM3mXuqmdu
FHfAERYzFQXFt0M83F0q1caxF9XUUJfxT+HJ01RBJKsify4o+P5YAoNgJDGV
KdxkRVZPWIUD21dm4KKYUE2A84j1OlWSn3lmnEmuWckUEl8cR1RuzPnWE5pP
nHDNmTEDz3j55Ek6FNUNgNcllZevBULfSI3gYB+RIHK21gTtKZ4tozfQcEgN
Ej2lYo7CCQoMERILRYVciBUoLOZkNpenWvYXJw2yzzTi6Nnef3164iwB8PXA
vEvWgXofN7q9FrVt0TtgJ6cLZQdm3JKubNNINKdmgDumINuMtBM0ddzxL6RE
BjWDl+F1XsSZGh4GxOmlw+mi6Ginm1J3UsIDnMfFAWM/uHThNtXZcsFlEfkx
Pno+FfjKjeGcVjEbwYIObtgb2gqTgYMRY/lsSSU1+iYlwiirFO6XwWKCEXZw
mCAw+yndLnQImBhGaf487A0XS/wB3WbEN1KvwOA9wOE33BFLINQmFA1qjppq
bnMYcmujscASNS7a3hwt9QS25DBOKIzCchz9H2v+nLKC38KhUeR/wdeT6cWa
FuT45uTwlDL1nZGXYX1318UdztNOdsgtYgWoCB/iboBSG+RDCYdRf8YMsTi6
nBRtBbaKejX18gualsicKVwgIxP8UvW0k72WSo1Qo53LC+wWl4LmQmdWbZl0
2VqrkNFmyYLhhUKjPFTyj4d6Fzna6wdXPbMkip4np3UvumFanRRwDMy4CF04
cD8chiuyTHtGYUTcVrjTIX8REqCgUpDQSdVoonYKvjo+pDklNx5G/miu+cYY
YLJUME4/pZLcq4eAPYC8EiABJ9misz9PR6V9WH9XKN+H4v6UqMBj6szJxvFX
7jPMJZGjKHadtpWDdZV13Gwa+YA6tVo8zrjFqOIFc1axUBMq7eUC6kWbaUH5
A8y/NB8sStksqzxfrG3Akr4Y5gtSobj6YXDotNt4HiCrZiggdXQKsfRyAgPa
Um4z97bsIhgZ1fey4ET4KxdOESeFmvRiPPLx5gJZwRZeKZLV/2cJL6AR91EM
26BSlhcoNZ0uMss55dKYfB45iZtzRIVYeL5D/0S8e5ezzmLawRBfiElEYsep
09cxPsLOw5JzUuok4R1b6dVAnAdpb2WgDuYpuI3kVrErReGgbls/+fYEBPx3
3rZHqd/rbhjJT7Y0mc7EUTJSOgrkqhmnlRa4AFsDs55b8PVaEw864UspmK0A
6LnyykgSo0/jpH/z6jD2dfpGIh/bwYrWUX+xGGP2I0gqIGOfhMrEV6rUnY0f
XC3g7hZCJmneIvkJL8JuHspUkx7E94fKvDtuDnNTIY06oOSIycLr3XTBi77g
oa4c9ydXlTVr0Gle8WEfAlaSW7ZSDC4E97WWc9P6L16+toL6RSoKYNKLVdcK
GFpFcK2svA/cEetzqOr73ZdvOoeb37svQBk4/uWbtx30SPOvyQod6itf7tMf
ukkTf/Hl69fwi6YGrPK4zqiIGpShjD+FQamXDEeYMube2PHFErRpgC25eQdw
VDoxXFoSmX8rKal2z5hYwX0nJpdMMoa0YK+EVK80YR1Bft/eikOCCj8Es/I9
cMZ9f/zi64+ZHkMQMRYOyLrLgYQwCEB2WLi3OlAy0HPkvxQvALTz1qmIcrZw
l4VZCgRag3tF4Qc1bkEGImB1wqurW6k0K9ERufXwG4PwG9hPfRn+yNutrlNi
Y5IIVJGgh27l8qK+YLnxtAxNzhkNOnD8Nql3YdyfU4zo0Kbo1CC/CjkV2ZNp
qBsKBWXpBxS3DnXAia5vkMlFR1ZjEV3Kdc42hCfM8/NzKd2UaobvtGwMRC5P
N7cDJ0ey8U37zgk/+ePO4SGAPIDrZcFuXJ1Iv5WNl18yosQ1JmqYFiQMNLYZ
SMNhXriNfsPbki9EGzjw4nPVrEzUU4hmPrfDyEUNKWlNcy+AqW4llTkPzSi5
UewMftD4ys1pQ6KGGBZVWlwo7Ryspqpm7L0AsTEmeQnJItLQRUwJW+do4wHs
I4WorTWqJyPlPSsmNY0L2HHEk9lMVJFCd4+JtyN21ZQhqluzqYyD26FBF7UL
EfjtPcZuIacNvG48JGF/skYanrfhki7SoK6QHxQ346EDCDPGS8cWpUrWmqCv
QR4cU0YICVOQu0IurKYqVc0WQZrxm9GkyUc6cRfgY7ir7dfu+o6qyu6nQ9al
1jAuLWQ02touyhgroxKe9o9aWctH4o5vwT0KNExzz5lUpcdKd6VoDzRT9bQl
j7wCR5VPEePSRUp8I/nozODlL55hh56VKrh+c+B1QfsIJbURAaD5q6JPrgLv
cGRVjQMK0PluCY8twxKd3w2IcfnwCpqPNUEfp9Q481yrQpOliSYV6hbEgme8
n3xwm1tun3QGZ4OmUndB5iP4vDv6lzUf5XhINYLBM7a9+WDr9rbV8vKOBRu6
kCc2YA3LPAdL2khfkbseNGDE1B2CaWeiXiQMXBBuhLIDEWg4toZkxMbFn6lz
oAMgC3MDND4tH2oHX+Bm+Ds2HcfvpfsORZUAFrWsAOhWWhBemtTKZoBsLCuC
dVd2SRFEmKh70212CgjVaxW8B23ABRV/bQIkwT0bsb5/mG722oCb4gorocsi
6aj8RWDiSGQh5XNtnHe0JGAapSb32DBeG4p+rYxatjl53K352JkaiwDJj0kY
7py2EneYxkNMIaOWNVrLOmLdFdVOrDCsFFjoYChLLDiOkYiSQ7gzsaHLqh1j
nEWyu4bW4rjIfEywvEnYW6zb6Cxz7/UtcPXz8AeOxIt+8tlfPksARpBcz9PZ
DOvuZmhFJI8fPdlMopc+h7FI35PNjc2tTq/X2XzEcP7IcoY79dj7jY+PETXl
xOPJwdGXr5PNhz3Jr9DrT14TAO319XUXLI3udH6+TnIL5wrRtB2PQFpHc2Q4
KTp/8dfR6p/B2LXXmc+xOPsXfixdaBq0idvKwW48rh8spiaQI0/3I5xG9TkO
0Q9MxZiMw8ZzJz7cxhcePqB9BuvwZPvhRt9p9fN3EKHczUk/hKfeyPCTew+6
9HNiIz/Syrs8xf22f3SSrJ18vUe4uj+enr45SY6lGvMxagVFq3YN79v5oAvy
7fKA7tUZee0ftn82Hq/aPxvbnc0Hd+8fvzNAGuqe+H92WnAw9aPd7Gw86Gxt
fNBpaf9TDJ1HVj902AadrV790CWEIC+tPkO9jcd9unIIdYpBYnca9sYYncEp
ik5CeWz4Kn5GIP77MckwQUBl/jnqcpGfXyREKIRpJfRbZhgasbmhniPKGEUz
d+ju29QpQqEmHfoe9HIV14RPYjPOwLXXh/stP8FhIBUV6dESCQtCUgTEurAP
kFC738MkkCc0uBqjtXP7egvXLl45e5t55G/Se0LrF64ert321kYP5N9gOQdk
3Q5gWhYZAtK9RshRwuQNw+xcY25LmU71noBo6T2s7lT1ZqroDKCU+k4nxa2E
OQ2UMwsdYVhzhH+mnkBeSENsziSfATITH4ccB+wTEvnmo0Wffv+0spszNw08
bZgdAeGDdFYsqeLlbzCFtM1DVGlYoPO+2nxxf0Xst9C5fpv9+XGik9q9v/T0
PyI+eQRdyRrFYOi/xEmBg/JPe06SGIAtRl5hUupMvmVeChiQXacO+gheX2nk
mihCwL4dxk4qIhioHh94o5dTK/kU0hlsPNt7vf8i2X3x8uDo5HkDRIEFqd8z
KmmhNE3sLzJKmxhzV0qgFotqvIh9GNK4PIJY0TyUo6ZKsUlRa3yLvYC/d97s
HO+8enH64vjkOzddaLXmhXixyTUO/l5E1FhXtrTV17o1Fe6eajd7NGR4346a
HdtCsgM5XsHb+KLxFTJahlkli1VPt8suXu/uFHf6qr6Gy0MO0lFjYUG9Tc0y
VIM/Dfcp7OsAdJ5V+18ZYyvpzzaRATzD5irhHElYC3JF90VC7gn91WfQE2Sm
6Mi3OvxaJ5/ACD8Dt4L4lLmBA/aYIyItH3lQPp1CLYsRwDdKclxYYJHmH1Mt
LYnylZNECrGI6mrIj32B/NvUjvLL3q+VgI42cJr3se4llY6j82stbj1T1kVt
POwwW9Hr+sc1IdoKYjdB0Q+9zgBVki/GiggQwQJt4LZ03/1qpbNVkrpMdpaB
bvFhqd/YGJ4mI0rPiiov5qywk5pTgfS2JFhQcI5ynD3NRmlomou+ZImdTmu0
JTpTQubaQFxmSAwWxTyiCE0q6haE0/EjIauYeThxNyNld15jJgNTQ+m5fYfE
XSyNu1HoKdg14vuU1BMKaDUES7AcziTIq5Mi8HV2b3LYLA2adQcs9dsLg0gg
mAsG6hu3LSZj0jK4hy7SITtR+XjI0Phj/oi1IQarOByE5coJJt9jh6NIhebL
ae84H2+Upabyq30Asksxe8M1AiIE9GXEleFQAZ4qoWz5lBCVlJ8gDBMoe4DD
LoA+m0pdZe8XIAzvWGkWsD4sqK8mzR0GHUooPlX2Jvos6EffuJ9u8x7d9JKb
8FbWOSxuMtfCbOokyI0H0W/DofkWkkF6mw+/a2FcGpkFxmP8FJ95jXS4Jnxe
ITLCvZNZUmucvvHrTldyj/ky0o/uDh6s6/YzqDr7PRrV9MvnTTmlNQeaWMmL
CJHFGAJlNBEgOFEyVOJxWl1A9EI0gupKQ7MccW6E/nwsOC1LKkabhLWnsUrW
RfDLeNxQ8Dgw/r5jfPcgX1jYNUYRxjcx8tDpBrSlGnfsfAWkouTFgYRlaRqL
FXN5b63vW20AMI2uyY5cIR1VZ77r+7w3fFn3IyCAIeCTC5LZ3jr+MoK3v7VL
9Z3eJ3wvUeEg5YQQIC5k2pNy/uJo36nmfzWU2PdX/1/YPBhjAGDE65MJsMoE
+MU2wN/dCIgADY0PNwDKmAjBbQQxOHdqpqO2yZmz+jo2ofq60SIJNlCjexIG
RF7bs3TtkL53pTT7ds+J4lhSPPHRKvXfpDvdZQKUGg0h3fewAcr6cKDO38MI
KLVQYRV8sgI+WQH/+lYAihUn7z+ZAJ9MgE8mwCcT4O9uAvxCG+CjjYCyDdD4
XVIJkfMZC7dI0mXJP+MYX7BthQMOstndNOrwhA4eeeS+eXXYOOa/NJlzbOvh
48fMOUWQUolbIOHD9sYjSKcJzQlej4KApxZJ7SdW6zEa+I9thMgGSc/46vig
n0D5GyTtq6h7g3nyEqfhWBp/xnUHFc2BO+4wPQcvTl4y06obbT85WufSu34T
uc+hNj7BFDbNzO8q223lvpPM4MjrjY3VzL1nsw6WIKleAo6oNmRCVs8IxijN
jFTNRzghOB0wH08/YD7+GpuSwdqvmJeISstYfrSbG0fwnYChEKbi4cYm0MKW
WA2rzEWqJ9D10wZNuiGWdosxrDlN/9/cw/IGDvau6Y6bfINElX2CiNL88zbv
U5x3x/00bKfiBfsVOhU3qZ0SqVXbMXFEEMswyzw/x7pDGw3Jt1+5B0wmRQBs
asSrnsSr7qmF7lpnkDN6D8ILcT6zoMfDpGbbb2ZLC8qIiRdmkgEiJ3VDHqHt
EopW5WXYJe7MY5s36ymZVVBXpZTZsxJweZF1zv/C44dakldTQgrlbaFQprMS
C+cUCkkXIXyDyeihuAgAiW+M0eGkzk/95B3ut8+bG83bxuvD/X6jn+yMx6t6
yKdT10hLNaDd1eUGAoFy90uNoxdv4dvi/mK2v3xegjxZirbQ+gU8g+k36KQ5
FvWSBvCjGr9E5VNTaIzwowHE3rJfe0aQmK7qE/eYrJUknrgDWTPWZHoDRrhi
sHwAYNBDgMl/TE1YgxSi4lYaIcZ/sucpsG/zurxvsqmLLD4naB34itmUFMQI
4yix0eaUA8DPJFE4PddX3YjxeN7pBUokuLx+z/wWE6v1hlKgqHMetbHYic1q
81V6K+yU2JmnSBrADxo+LaMJ/168D9VWBzdM0nGl7ZHcz/YQV0wjnoGP0/OT
lXp+naXzqxg6lijng+0cd4o8+IfpIbzLCpE+MrFtzq/FGRgOo/1GTpDFtCxs
T6Xb9n40Tuz+L/Jg62R8hPP6NJwZ26WPt6I+2oL6XeIhX3HRuupYh/yC9m7E
pSm1VZyKcvzihP5bSBSDKjI6FF8iAWZDqEqeNha+uDdk6AjQNwcC+eFygMXs
pABnDlnNSKJRyFjmeXFZNLSOOBEM0qHGunhu6J1OJzlLB5cwCbxLQP1wTe5d
ZINLyPphVJsvMkfRhnSm+5zMue3e457QAp6iXMAySgRwtis2pw/krLXgP+JV
5UwrEtTZ4GICMidgz8H7d3ih2R/EgB4sjMHSSRmt0MgdyBiFRQaKpQF9BZ5G
6hqzUcFt0NnX5G4oYbA7dfbsnDQ8N43uYlEaZevEDnVCwfaxExzaOTPtrAE7
0w8/PAtwpU5FR1xpDsCl0XTd77fuxeJq/PyHH1rtgLUzpL4JqrljqR3JOI4o
f0TmBrxacQ9lF3IT4ptWAYx89rJTSIUufDqg8IpXzJfnHPfZYnHbkoJLYMhF
VMUljb5rRgJaGp9BboJVVNVl+QC7z3349Ov49qazmznC94+QQ2vlvrhgemGz
VjK87D1yxqVzXVBsldPbgp2FPH2QYajMBDYhHg/F6RwkIdnAD7YePQa9Pvna
dCs2XJALC17llqiBgQ6OCMIkjwHTeJEqIwrfdMVJEDV0iKnDb6C/pDWvnR6+
aUkO42i6xBwJIV+067GA97PMr4nbvtkEEH6wMG4lZCFq5LluEHJdTwyXYKQZ
6xyP3EVfGFMyew+UOnnA4wH/A0UT/sNpvhLFKKx4VxL9Vrt+SwB9pFk9ZrjB
DQLBLp8IK+rFa1Mmzs3aKxXx3Mra6zcnLTBr0uQ6OyvyChEDh85PKDy6Pp0V
+Ov16/wyJwi7XCodv/tB7oSywpwjvLryCR5M7gsGTaW2jh6ZKkelWaWFvXhY
B0Q2dqWg4pCfkOCnWGaT0lq8o0dmGAqDFsiBwH0WObyiF3o0JEpVogu1jfik
XN3A5B/zrhf1gPT9A/3k2Pq67F1o7Eb/vNXrPry5NhdDafvGSVgyjZ38qBwd
QEIUk/agOMKzEnkRjN9AVvfYXwsVotBcGkRsDLxpwASZI3RY983iGraOp+ki
ZtRRmbar8AZDkWz2ek+Ews79PO492g4T5oGJvqINYSpYwFU5mY6n58JVItqb
bO6I2shvMspCHo9Nq9yEYvs5PGSvVkPubJqwzs7w0kXmGWHuyrHmMkbA8kX9
4NpmRvQTg3zBez5wgiESxx17LFkIU+pk2mTMVIZzYfp1PylVGE+INRcpbaeG
o3ZtFPBAEOPnJRe1osWQhibV60rJbDPQyKbLImC2CnlXZWRc9xay21NkZ5V6
vLr40CfQfK+hDg9yzS64YEBLiqntAhMXTahhh0Knj8y6KZGh2AOoX4CMZdxM
fKPg7b42XS4KIRIyS9yiOnWBxhyuemGmBUqMVlcL1jI07J1JZWqcPsc8X6Ld
WYpfJtKoWgM904d0595f5z1m8MDuyT53QppwU4MC28onUB/F+wUVKoAb01ws
TLDtF5ptRVXzmV2RyKbwbIp3c6vb64Jv/JLXVXhZE0Me5PTPmyyd26ONJ0R1
H4z0dqEKtCGZfOc7BIur1zNf4E69McKB8Aq/prbzmgLsRbEkOYt2DZciBfMZ
f39FBAs0prt0XLWMRMVNlFiBNHMKsmfjgra6bo5TNdb22OTFAL0aeU7Bh9qN
1qajxzwxJZJE5GnAwhhq6GGwL2CaZmbqYEdBgyBlKewGFaCJkx2tPBypsJkX
N27bvucmMmD0QQ4PKrzoWh/NsyyoH0SUmJ5k0xYC0eMvhhn9iUiIhpDM377f
LrD6Gaplk2wBxYZQPZNtgNJzeO/33dTEr+/ZmZDDQDPSBsgKVU4QtmZhF4bV
+XF6JjKT6IJ/REVNqDeFBnfApbqh2mZJLZHlFPNMjhDdSO5DuIVQ4s+msGPA
ra2196ZQ7Bu/LVqh+mcBxGe7QYcDt3Ot7ExVeAdUjIMxiAYqppheneXnS7iN
YGigCFrqVxXaYXVAoaIm+q0h+p5CrC7Ya55hEMkM3dIREjcE4iajHN1fNnrI
pAKPOpsPObNeACHBY5hHiWq93KS9bu8p7IP1dSHaYM2baDZC3Jvnm//q+Ij8
h/Cuqd1373Bnc8VX2XzngEHuFk17QNorvCpF/Vx70hQX/zPLCRKqTzy8wSPY
FZyHBZICaI1A+N1TrJoaPZwDE3X0MPzOPyxFOtX6hoqWMIcYaEQ86QwRk7BH
GmH1T9wzFMo/enH66vV+sibORJ9AC20dsouwlbzl1l9C6zqbFjMxoIh9EqEY
b6ZLElfwCj9D33/7MnmbnQG2E2WIEyFgwILguMzmXpJcn69DG53rcyDqydaf
0453bx86aelef3blpORi2rdPfSGvP2epQ3TV8DF8zLCD6U/QTgb/+MLUhHxe
sYXcWcrnBRT6grtlkPk7w2DyTAik9HrJ1aEXkUGn02tKhetWNl94dLB4nYt8
wo0abxu9KrztKvoaFanM6HnVcjXMex5SYtHVExA28+x6f9TaoJU8Y/wbKDjP
rWtICp850VUoaZyyqZFWyDxWLPEHXGQeTBzyTAkiVz59nA3RDj5baoBtSRof
k2zAb87yCQQE4WJ0xgVOsqgB8A8gCyPPv1CUQVgEPZgwtbPlvFiSVG9L1PRH
5VNkI4Z1JrTmCq2uDEpQO1ZORS2l96FQlusY8IJ5FXK7O1CAuc7fZ0XJpSVz
wPza4p7e55Xmv6/dS9NTNkOcbQsOwDYVFl6qUxxoF9QE6+kxJCPk5Fz7UFYD
7SFu1g8oSwBg0qdQkaChWvjdZQn0wBPdfbevRxea47uK1EwD4yAOKWC8p5cV
5hdJj8/8FfqZPfbYfeswH5K/FpvKpDCZa3MNjlfnym20i84wvWlVMBhB4/XE
NmX8de4hBjHJDfEWwMD7ybNjHgNEW3WvJacArX/OtDXU46pCwPQXsZPj32sg
Of4DXIZOLpV+j9cdF7sN/oDeUF/OtvR3qUEa/x6q28e/gy2hrFfxH/dfI2Xh
bLngkoThQ1S1JT40wIURISrLSlpNQpUobASwrFXYLLKKOa82PeeVKmz2sX+s
wmZ7Urpt9YgoNKqknEmE9mmNviOEGjvSwhGFjZg8EXbdGta/oY8Hyso9XmbZ
dLC3c3RE/9lzs/4geZsC+wgmaezP83dQOHUJDvKtjQ167HDqWnGnEKsx7e0k
TzY2nmyLpMvG/eQPvWR7czvZfLCdPIC3GoG+AsP+QsQnqykfc73XIVx+0R2f
/LNf8hrnus8lfwJmGA3T3PNwxVMbn+75D73nP74KUSLq1YeUIaq67bEazUfe
9uhijcsNoePJDdTLNHnCe3Xuq+gA5N1QkLI3g14us5QbzGpB5I7JM/o27ozn
tXOAG9SgXszAwzHzopVrZlStmfdviYP0mf3I8279LaADUdgj/BZ6ZvIy/T5s
lGmYpIEjpNF2b6LYj5Q0UL46ckZ+Az0taH8VB+HQ5D6Kl1CI3IGRzAuUrQ0i
l3ZrCDDpWrpCM1dVq5WFQQEkGk8nNy36Ol7EFdA2Dkm7b7fI9SWve9DdSshb
oD2Gq8By4LdaBBEzd/JA8izdY1ptHakV9eVkikRy9fG/UJsumyCMda8qiIWH
ANNbjdlfquxTVxPOz5qBB5dOuF+cD1HUb5NKZXdncDmZXo+z4Tk99lOfRpIN
P2+O0nGRNW8Z5ZVOLtGl+aef/2fupF1yMrj4+W+T65//ezzkgR+mTkMYp++S
w4vp4jKV2Dm8DvmWy6IQxQHUUpQ55KBHuBbS2kK4QL8UtdegyzspLlLUe6+m
cy55/J5rxY09DJHrlAalSaEBWwqxG43sYJGOp8muE8vtZDebTPMFUIbmhdMW
T51Mf5MtBhfo6T92Y7iBLIlieeG0jlfgf54kuz/+/Lf55djdy203re7KO8wn
w+yqneynELjvgv9unN20kz/DKXUaaZG5l//k5D88eDZOh6T0/Hu+HDmh4ppV
9IFOE/b4cLp0/XOLANEzd6Ils0gSF3FihkHFi4o8AmqL2RjT8+L2lqKDxQxj
1oz2g9ytx70nMlmvcifwxsnX6f/+1yUA+jg0inFEU5vdqFeFE4cPu5s4Mviv
bV+QkpPColX4ZjnKwO2ZLxPKoGBkXhR296EWip/uv947fX18ws9LPUNZUE9R
RrgeX36qCcDe5A8YIGriFCF4J+7VMYQuT9LxfxL2BqYhc1oI/P98CIFwWaqT
nZ2XQSfMansQFwJ83mv0XWGcovhV1RARekFqtnxcdq7c22mym55R8XQCNmD1
sQUAHaHtQTrHml0cpYtBXITWpUtFFDlYJczjgD2/m2OFKvfP/1hepeCQLtx/
o6O2Dx+4+eLG/R7c4AU4bBuNSL7QtvLNwkgo304xU9RPihQWJb8pVRQ3iFSS
3M2ovrtQ8RPVL4yVa8G+Otj1GnszgLO2kzMBf+x1k1fd5I/uvmLzh/oYuvd5
5vX0T+Xw/2mZiYScZpNrt1HcoeMQYSTT3MNg0v6YnC7HP6aXbXO23Q0+PQPz
7i1YmBMSG+x3Z9kBo3N/HefpVXK4nC38Nszn4vd5JyDcwqNBdBtKmCrKqPw/
bYwdjNQxAgA=

-->

</rfc>
