<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt"?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd'>
<?rfc toc="yes"?>
<?rfc compact="no"?>
<?rfc subcompact="no"?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>
<?rfc iprnotified="no"?>
<?rfc strict="yes"?>
<rfc ipr="trust200902"  obsoletes="6087" category="bcp"
     docName="draft-ietf-netmod-rfc6087bis-18" >
    <front>
    <title abbrev="Guidelines for YANG Documents">Guidelines for Authors and Reviewers of YANG Data Model Documents</title>

    <author initials="A" surname="Bierman" fullname='Andy Bierman' >
      <organization>YumaWorks</organization>
      <address>
        <email>andy@yumaworks.com</email>
      </address>
    </author>
	<date/>
    <abstract>
	<t>
This memo provides guidelines for authors and reviewers
of Standards Track specifications containing YANG
data model modules.   Applicable
portions may be used as a basis for reviews of other
YANG data model documents.  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 data model modules. This document obsoletes RFC 6087.
	</t>
</abstract>
</front>
<middle>
<section title="Introduction">
    <t>
The standardization of network configuration interfaces for use
with network configuration management protocols,
such as the Network Configuration Protocol <xref target="RFC6241"/>
and RESTCONF <xref target="RFC8040"/>,
requires a modular set of data models, which can be reused
and extended over time.
    </t>
    <t>
This document defines a set of usage guidelines for
Standards Track documents containing YANG 1.1 <xref target="RFC7950"/>
and YANG 1.0 <xref target="RFC6020"/> data models.  YANG is used to define
the data structures, protocol operations, and notification content
used within a NETCONF and/or RESTCONF server.
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.
    </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>
Note that this document is not a YANG tutorial and the reader
is expected to know the YANG data modeling language before
using this document.
    </t>
<section title="Changes Since RFC 6087">
    <t>
The following changes have been made to the guidelines published in <xref target="RFC6087"/>:
    </t>
<t>
 <list style="symbols">
 <t>
Updated NETCONF reference from RFC 4741 to RFC 6241
 </t>
 <t>
Updated NETCONF over SSH citation from RFC 4742 to RFC 6242
 </t>
 <t>
Updated YANG Types reference from RFC 6021 to RFC 6991
 </t>
 <t>
Updated obsolete URLs for IETF resources
 </t>
 <t>
Changed top-level data node guideline
 </t>
 <t>
Clarified XPath usage for a literal value representing a YANG identity
 </t>
 <t>
Clarified XPath usage for a when-stmt
 </t>
 <t>
Clarified XPath usage for &apos;proceeding&#8209;sibling&apos; and &apos;following&#8209;sibling&apos; axes
 </t>
 <t>
Added terminology guidelines
 </t>
 <t>
Added YANG tree diagram guidelines
 </t>
 <t>
Updated XPath guidelines for type conversions and function library usage.
 </t>
 <t>
Updated data types section
 </t>
 <t>
Updated notifications section
 </t>
 <t>
Clarified conditional key leaf nodes
 </t>
 <t>
Clarify usage of &apos;uint64&apos; and &apos;int64&apos; data types
 </t>
 <t>
Added text on YANG feature usage
 </t>
 <t>
Added Identifier Naming Conventions
 </t>
 <t>
Clarified use of mandatory nodes with conditional augmentations
 </t>
 <t>
Clarified namespace and domain conventions for example modules
 </t>
 <t>
Clarified conventions for identifying code components
 </t>
 <t>
Added YANG 1.1 guidelines
 </t>
 <t>
Added Data Model Constraints section
 </t>
 <t>
Added mention of RESTCONF protocol
 </t>
 <t>
Added guidelines for NMDA Revised Datastores
 </t>
 </list>
</t>
</section>
</section>
<section title="Terminology">
<section title="Requirements Notation">
    <t>
The key words &quot;MUST&quot;, &quot;MUST NOT&quot;, &quot;REQUIRED&quot;, &quot;SHALL&quot;,
&quot;SHALL NOT&quot;, &quot;SHOULD&quot;, &quot;SHOULD NOT&quot;, &quot;RECOMMENDED&quot;, &quot;MAY&quot;,
and &quot;OPTIONAL&quot; 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>
    <t>
RFC 2119 language is used here to express the views of the NETMOD
working group regarding content for YANG modules.  YANG modules complying
with this document will treat the RFC 2119 terminology as if it were
describing best current practices.
    </t>
</section>
<section title="NETCONF Terms">
    <t>
The following terms are defined in <xref target="RFC6241"/>
and are not redefined here:
    </t>
<t>
 <list style="symbols">
 <t>
capabilities
 </t>
 <t>
client
 </t>
 <t>
operation
 </t>
 <t>
server
 </t>
 </list>
</t>
</section>
<section title="YANG Terms">
    <t>
The following terms are defined in <xref target="RFC7950"/>
and are not redefined here:
    </t>
<t>
 <list style="symbols">
 <t>
data node
 </t>
 <t>
module
 </t>
 <t>
namespace
 </t>
 <t>
submodule
 </t>
 <t>
version
 </t>
 <t>
YANG
 </t>
 <t>
YIN
 </t>
 </list>
</t>
    <t>
Note that the term &apos;module&apos; may be used as a generic term for a YANG module or submodule.
When describing properties that are specific to submodules,
the term &apos;submodule&apos; is used instead.
    </t>
</section>
<section title="NMDA Terms">
    <t>
The following terms are defined in the
Network Management Datastore Architecture
(NMDA) <xref target="I-D.ietf-netmod-revised-datastores"/>.
and are not redefined here:
    </t>
<t>
 <list style="symbols">
 <t>
configuration
 </t>
 <t>
conventional configuration datastore
 </t>
 <t>
datastore
 </t>
 <t>
operational state
 </t>
 <t>
operational state datastore
 </t>
 </list>
</t>
</section>
<section title="Terms">
    <t>
The following terms are used throughout this document:
    </t>
<t>
 <list style="symbols">
 <t>
published: A stable release of a module or submodule.
For example the &quot;Request for Comments&quot; described in
section 2.1 of <xref target="RFC2026"/> is considered a stable publication.
 </t>
 <t>
unpublished: An unstable release of a module or submodule.
For example the &quot;Internet&#8209;Draft&quot; described in
section 2.2 of <xref target="RFC2026"/> is considered an unstable publication
that is a work-in-progress, subject to change at any time.
 </t>
 <t>
YANG fragment: 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 &quot;...&quot; is sometimes
used to indicate that additional YANG statements would be
present in a real YANG module.
 </t>
 <t>
YANG tree diagram: a diagram representing the contents
of a YANG module, as defined in
<xref target="I-D.ietf-netmod-yang-tree-diagrams"/>. Also called a &quot;tree diagram&quot;.
 </t>
 </list>
</t>
</section>
</section>
<section title="General Documentation Guidelines">
    <t>
YANG data model modules under review are likely to be contained in
Internet-Drafts.  All guidelines for Internet-Draft authors MUST be
followed.  The RFC Editor provides guidelines for authors of RFCs,
which are first published as Internet-Drafts.  These guidelines
should be followed and are defined in <xref target="RFC7322"/> and updated in <xref target="RFC7841"/>
and &quot;RFC Document Style&quot; <xref target="RFC-STYLE"/>.
    </t>
    <t>
The following sections MUST be present in an Internet-Draft
containing a module:
    </t>
<t>
 <list style="symbols">
 <t>
Narrative sections
 </t>
 <t>
Definitions section
 </t>
 <t>
Security Considerations section
 </t>
 <t>
IANA Considerations section
 </t>
 <t>
References section
 </t>
 </list>
</t>
    <t>
There are three usage scenarios for YANG that can appear in
an Internet-Draft or RFC:
    </t>
<t>
 <list style="symbols">
 <t>
normative module or submodule
 </t>
 <t>
example module or submodule
 </t>
 <t>
example YANG fragment not part of any module or submodule
 </t>
 </list>
</t>
    <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 title="Module Copyright" anchor="MODULECOPY">
    <t>
The module description statement MUST contain a reference to
the latest approved IETF Trust Copyright statement,
which is available online at:
    </t>
	<figure>
	    <artwork><![CDATA[
    http://trustee.ietf.org/license-info/
	    ]]></artwork>
	</figure>
</section>
<section title="Code Components">
    <t>
Each normative YANG module or submodule contained within
an Internet-Draft or RFC
is considered to be a code component.  The strings &quot;&lt;CODE BEGINS&gt;&quot;
and &quot;&lt;CODE ENDS&gt;&quot; MUST be used to identify each code component.
    </t>
    <t>
The &quot;&lt;CODE BEGINS&gt;&quot; tag SHOULD be followed by a string identifying
the file name specified in Section 5.2 of <xref target="RFC7950"/>.
The name string form that includes the revision-date SHOULD be used.
The revision date MUST match the date used in the most recent revision
of the module.
    </t>
    <t>
The following example is for the &apos;2010&#8209;01&#8209;18&apos; revision
of the &apos;ietf&#8209;foo&apos; module:
    </t>
<t>&lt;CODE BEGINS> file "ietf-foo@2016-03-20.yang"</t>
	<figure>
	    <artwork><![CDATA[
    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 XXXX";
      }
      // ... more statements
    }
	    ]]></artwork>
	</figure>
<t>&lt;CODE ENDS></t>
<section title="Example Modules">
    <t>
Example modules are not code components.
The &lt;CODE BEGINS&gt; convention MUST NOT be used for example modules.
    </t>
    <t>
An example module SHOULD be named using the term &quot;example&quot;,
followed by a hyphen, followed by a descriptive name,
e.g., &quot;example&#8209;toaster&quot;.
See <xref target="TEMPNS"/> regarding the namespace guidelines for example modules.
    </t>
</section>
</section>
<section title="Terminology Section">
    <t>
A terminology section MUST be present if any terms are defined
in the document or if any terms are imported from other documents.
    </t>
</section>
<section title="Tree Diagrams">
    <t>
YANG tree diagrams provide a concise representation of a YANG
module, and SHOULD be included to help readers understand
YANG module structure. Guidelines on tree diagrams can be
found in Section 3 of <xref target="I-D.ietf-netmod-yang-tree-diagrams"/>.
    </t>
    <t>
If YANG tree diagrams are used, then an informative reference
to the YANG tree diagrams specification MUST be included
in the document. Refer to Section 2.2 of <xref target="I-D.ietf-netmod-rfc8022bis"/>
for an example of such a reference.
    </t>
</section>
<section title="Narrative Sections">
    <t>
The narrative part MUST 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 SHOULD include one or more
sections to briefly describe the structure of the modules defined
in the specification.
    </t>
    <t>
If the module(s) defined by the specification imports definitions
from other modules (except for those defined in the <xref target="RFC7950"/>
or <xref target="RFC6991"/> documents), or are always implemented in
conjunction with other modules, then those facts MUST be noted in
the overview section, as MUST be noted any special
interpretations of definitions in other modules.
Refer to section 2.3 of <xref target="I-D.ietf-netmod-rfc8022bis"/> for
an example of this overview section.
    </t>
    <t>
If the documents contains YANG module(s) that are compliant
with the Network Management Datastore Architecture
(NMDA) <xref target="I-D.ietf-netmod-revised-datastores"/>, then the Abstract
and Introduction sections should mention this fact.
    </t>
    <t>
Example:
    </t>
	<figure>
	    <artwork><![CDATA[
  The YANG model in this document conforms to the Network Management
  Datastore Architecture defined in I-D.ietf-netmod-revised-datastores.
	    ]]></artwork>
	</figure>
</section>
<section title="Definitions Section" anchor="def-section">
    <t>
This section contains the module(s) defined by the specification.
These modules SHOULD be written using the YANG 1.1 <xref target="RFC7950"/> syntax.
YANG 1.0 <xref target="RFC6020"/> syntax MAY 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 MUST
be written using YANG 1.1.
    </t>
    <t>
A YIN syntax version of the module MAY also be present in the document.
There MAY also be other types of modules present in the document,
such as SMIv2, which are not affected by these guidelines.
    </t>
    <t>
Note that all YANG statements within a YANG module are considered
normative, if the module itself is considered normative,
and not an example module or example YANG fragment.
The use of keywords defined in <xref target="RFC2119"/>
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
MUST NOT contain any normative text,
including any reserved words from <xref target="RFC2119"/>.
    </t>
    <t>
See <xref target="YangGuidelines"/> for guidelines on YANG usage.
    </t>
</section>
<section title="Security Considerations Section">
    <t>
Each specification that defines one or more modules MUST contain a
section that discusses security considerations relevant to those
modules.
    </t>
    <t>
This section MUST be patterned after the latest approved
template (available at
http://trac.tools.ietf.org/area/ops/trac/wiki/yang-security-guidelines).
<xref target="sec-template"/> contains the security considerations template dated
2013-05-08 and last updated 2017-12-21.  Authors MUST check the WEB
page at the URL listed above in case there is a more recent version
available.
    </t>
    <t>
In particular:
    </t>
<t>
 <list style="symbols">
 <t>
Writable data nodes that could be especially
disruptive if abused MUST be explicitly listed by name and the
associated security risks MUST be explained.
 </t>
 <t>
Readable data nodes that contain especially sensitive
information or that raise significant privacy concerns
MUST be explicitly listed by name and the reasons for
the sensitivity/privacy concerns MUST be explained.
 </t>
 <t>
Operations (i.e., YANG &apos;rpc&apos; statements) that are potentially
harmful to system behavior or that raise significant
privacy concerns MUST be explicitly listed by name and
the reasons for the sensitivity/privacy concerns
MUST be explained.
 </t>
 </list>
</t>
<section title="Security Considerations Section Template" anchor="sec-template">
    <t>
X.  Security Considerations
    </t>
    <t>
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]. The lowest NETCONF layer is
the secure transport layer, and the mandatory-to-implement secure
transport is Secure Shell (SSH) [RFC6242]. The lowest RESTCONF layer
is HTTPS, and the mandatory-to-implement secure transport is TLS [RFC5246].
    </t>
    <t>
The NETCONF access control model [RFC6536] 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.
    </t>
	<figure>
	    <artwork><![CDATA[
 -- if you have any writeable data nodes (those are all the
 -- "config true" nodes, and remember, that is the default)
 -- describe their specific sensitivity or vulnerability.
	    ]]></artwork>
	</figure>
    <t>
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) to these
data nodes without proper protection can have a negative effect on
network operations. These are the subtrees and data nodes and
their sensitivity/vulnerability:
    </t>
    <t>
&lt;list subtrees and data nodes and state why they are sensitive&gt;
    </t>
	<figure>
	    <artwork><![CDATA[
 -- 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)
	    ]]></artwork>
	</figure>
    <t>
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. These are the subtrees and data nodes and their
sensitivity/vulnerability:
    </t>
    <t>
&lt;list subtrees and data nodes and state why they are sensitive&gt;
    </t>
	<figure>
	    <artwork><![CDATA[
 -- if your YANG module has defined any rpc operations
 -- describe their specific sensitivity or vulnerability.
	    ]]></artwork>
	</figure>
    <t>
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. These are the
operations and their sensitivity/vulnerability:
    </t>
    <t>
&lt;list RPC operations and state why they are sensitive&gt;
    </t>
</section>
</section>
<section title="IANA Considerations Section">
    <t>
In order to comply with IESG policy as set forth in
http://www.ietf.org/id-info/checklist.html, every Internet-Draft that is
submitted to the IESG for publication MUST 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 stating that there are no actions is removed by
the RFC Editor before publication. Refer to the guidelines in <xref target="RFC8126"/>
for more details.
    </t>
    <t>
Each normative YANG module MUST be registered in the
XML namespace Registry <xref target="RFC3688"/>, and the YANG Module Names
Registry <xref target="RFC6020"/>.  This applies to new modules and updated modules.
Examples of these registrations for the &quot;ietf&#8209;template&quot; module
can be found in <xref target="IANA"/>.
    </t>
<section title="Documents that Create a New Namespace">
    <t>
If an Internet-Draft defines a new namespace that is to be
administered by the IANA, then the document MUST 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 YANG Namespace registry entry MUST be requested from the
IANA.  The <xref target="RFC7950"/> specification includes the procedure
for this purpose in its IANA Considerations section.
    </t>
</section>
<section title="Documents that Extend an Existing Namespace">
    <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 MUST be updated
to use the latest revision of the submodule.
    </t>
</section>
</section>
<section title="Reference Sections">
    <t>
For every import or include statement that appears in a
module contained
in the specification, which identifies a module in a separate document,
a corresponding normative reference to that document MUST
appear in the Normative References section.  The reference MUST
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, which identifies a separate document,
a corresponding normative reference to that document SHOULD
appear in the Normative References section.  The reference SHOULD
correspond to the specific document version actually used within
the specification.  If the reference statement identifies an
informative reference, which identifies a separate document,
a corresponding informative reference to that document MAY
appear in the Informative References section.
    </t>
</section>
<section title="Validation Tools" anchor="modval">
    <t>
All modules need to be validated before submission in
an Internet Draft. The &apos;pyang&apos; YANG compiler is
freely available from github:
    </t>
	<figure>
	    <artwork><![CDATA[
   https://github.com/mbj4668/pyang
	    ]]></artwork>
	</figure>
    <t>
If the &apos;pyang&apos; compiler is used to validate a normative module,
then the &quot;&#8209;&#8209;ietf&quot; command line
option MUST be used to identify any IETF guideline issues.
    </t>
    <t>
If the &apos;pyang&apos; compiler is used to validate an example module,
then the &quot;&#8209;&#8209;ietf&quot; command line
option MAY be used to identify any IETF guideline issues.
    </t>
    <t>
The &quot;yanglint&quot; program is also freely available from github.
    </t>
	<figure>
	    <artwork><![CDATA[
   https://github.com/CESNET/libyang
	    ]]></artwork>
	</figure>
    <t>
This tool can be used to validate XPath statements within YANG modules.
    </t>
</section>
<section title="Module Extraction Tools">
    <t>
A version of &apos;rfcstrip&apos; is available which will extract YANG
modules from an Internet Draft or RFC.  The &apos;rfcstrip&apos; tool which supports
YANG module extraction is freely available:
    </t>
	<figure>
	    <artwork><![CDATA[
  http://www.yang-central.org/twiki/pub/Main/YangTools/rfcstrip
	    ]]></artwork>
	</figure>
    <t>
This tool can be used to verify that the &quot;&lt;CODE BEGINS&gt;&quot; and &quot;&lt;CODE ENDS&gt;&quot;
tags are used correctly and that the normative YANG modules can be
extracted correctly.
    </t>
    <t>
The &quot;xym&quot; tool is freely available on github and can
be used to extract YANG modules from a document.
    </t>
	<figure>
	    <artwork><![CDATA[
   https://github.com/xym-tool/xym
	    ]]></artwork>
	</figure>
</section>
<section title="Module Usage Examples">
    <t>
Each specification that defines one or more modules SHOULD 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 MUST be
validated. Refer to <xref target="modval"/> for tools which validate YANG modules.
    </t>
</section>
</section>
<section title="YANG Usage Guidelines" anchor="YangGuidelines">
    <t>
Modules in IETF Standards Track specifications MUST
comply with all syntactic and semantic requirements of YANG 1.1 <xref target="RFC7950"/>.
See the exception for YANG 1.0 in <xref target="def-section"/>.
The guidelines in this section are intended
to supplement the YANG specification, 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 title="Module Naming Conventions">
    <t>
Normative modules contained in Standards Track documents
MUST be named according to the guidelines in
the IANA Considerations section of <xref target="RFC7950"/>.
    </t>
    <t>
A distinctive word or acronym (e.g., protocol name
or working group acronym) SHOULD be used in the
module name.  If new definitions are being defined
to extend one or more existing modules, then the same
word or acronym should be reused, instead of
creating a new one.
    </t>
    <t>
All published module names MUST be unique.
For a YANG module published in an RFC, this
uniqueness is guaranteed by IANA.  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 SHOULD be named
with the prefix &quot;example&#8209;&quot;.
    </t>
    <t>
It is suggested that a stable prefix be selected representing
the entire organization.  All normative YANG modules published
by the IETF MUST begin with the prefix &quot;ietf&#8209;&quot;.
Another standards organization, such as the IEEE, might use
the prefix &quot;ieee&#8209;&quot; for all YANG modules.
    </t>
    <t>
Once a module name is published, it MUST NOT be reused,
even if the RFC containing the module is reclassified
to &apos;Historic&apos; status.  A module name cannot be changed in YANG,
and this would be treated as a a new module, not a name change.
    </t>
</section>
<section title="Prefixes">
    <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 &quot;foo&quot; is used in all 3 modules:
    </t>
	<figure>
	    <artwork><![CDATA[
    module example-foo {
      namespace "http://example.com/ns/foo";
      prefix f;

      container foo;
    }

    module example-bar {
      namespace "http://example.com/ns/bar";
      prefix b;

      typedef foo { type uint32; }
    }

    module example-one {
      namespace "http://example.com/ns/one";
      prefix one;
      import example-foo { prefix f; }
      import example-bar { prefix b; }

      augment "/f:foo" {
         leaf foo { type b:foo; }
      }
    }
	    ]]></artwork>
	</figure>
    <t>
YANG defines the following rules for prefix usage:
    </t>
<t>
 <list style="symbols">
 <t>
Prefixes are never allowed for built in data types and YANG keywords.
 </t>
 <t>
A prefix MUST be used for any external statement (i.e., a statement
defined with the YANG &quot;extension&quot; statement)
 </t>
 <t>
The proper module prefix MUST be used for all identifiers imported from
other modules
 </t>
 <t>
The proper module prefix MUST be used for all identifiers included from
a submodule.
 </t>
 </list>
</t>
    <t>
The following guidelines apply to prefix usage of the current (local) module:
    </t>
<t>
 <list style="symbols">
 <t>
The local module prefix SHOULD be used instead of no prefix in all path expressions.
 </t>
 <t>
The local module prefix MUST be used instead of no prefix in all &quot;default&quot;
statements for an &quot;identityref&quot; or &quot;instance&#8209;identifier&quot; data type
 </t>
 <t>
The local module prefix MAY be used for references to typedefs, groupings, extensions,
features, and identities defined in the module.
 </t>
 </list>
</t>
    <t>
Prefix values SHOULD be short, but also likely to be unique.
Prefix values SHOULD NOT conflict with known modules that have been
previously published.
    </t>
</section>
<section title="Identifiers">
    <t>
Identifiers for all YANG identifiers
in published modules MUST be between 1 and 64 characters in length.
These include any construct specified as an &apos;identifier&#8209;arg&#8209;str&apos;
token in the ABNF in Section 13 of <xref target="RFC7950"/>.
    </t>
<section title="Identifier Naming Conventions">
    <t>
Identifiers SHOULD follow a consistent naming pattern
throughout the module.  Only lower-case letters, numbers,
and dashes SHOULD be used in identifier names.
Upper-case characters and the underscore character MAY be used
if the identifier represents a well-known value that
uses these characters.
    </t>
    <t>
Identifiers SHOULD include complete words and/or well-known
acronyms or abbreviations.  Child nodes within a container
or list SHOULD NOT replicate the parent identifier.
YANG identifiers are hierarchical and are only meant to be
unique within the the set of sibling nodes defined in
the same module namespace.
    </t>
    <t>
It is permissible to use common identifiers such as &quot;name&quot;
or &quot;id&quot; in data definition statements, especially if these
data nodes share a common data type.
    </t>
    <t>
Identifiers SHOULD NOT carry any special semantics that
identify data modelling properties. Only YANG statements and YANG
extension statements are designed to convey machine readable data
modelling properties. For example, naming an object &quot;config&quot; or
&quot;state&quot; 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 title="Defaults">
    <t>
In general, it is suggested that substatements
containing very common default values SHOULD NOT be present.
The following substatements are commonly used
with the default value, which would make the
module difficult to read if used everywhere they are allowed.
    </t>
<?rfc compact="yes"?><texttable title="Statement Defaults">
<ttcol align='left'> Statement</ttcol>
<ttcol align='left'>Default Value</ttcol>
<c>config</c>
<c>true</c>
<c>mandatory</c>
<c>false</c>
<c>max-elements</c>
<c>unbounded</c>
<c>min-elements</c>
<c>0</c>
<c>ordered-by</c>
<c>system</c>
<c>status</c>
<c>current</c>
<c>yin-element</c>
<c>false</c>
</texttable>
<?rfc compact="no"?></section>
<section title="Conditional Statements">
    <t>
A module may be conceptually partitioned in several
ways, using the &apos;if&#8209;feature&apos; and/or &apos;when&apos; 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 &apos;feature&apos;
statement SHOULD be defined. The defined &quot;feature&quot;
statement SHOULD then be used in the conditional &quot;if&#8209;feature&quot;
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 MUST be documented somewhere.  For example,
a &apos;when&apos; or &apos;if&#8209;feature&apos; statement could apply to the data node,
or the conditional requirements could be explained in
a &apos;description&apos; statement within the data node or one of
its ancestors (if any).
    </t>
    <t>
If any &apos;if&#8209;feature&apos; statements apply to a list node, then
the same &apos;if&#8209;feature&apos; statements MUST apply to any key leaf
nodes for the list.  There MUST NOT be any &apos;if&#8209;feature&apos;
statements applied to any key leaf that do not also apply to
the parent list node.
    </t>
    <t>
There SHOULD NOT be any &apos;when&apos; statements applied to
a key leaf node.  It is possible that a &apos;when&apos; 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 &apos;when&apos; statement for the key leaf is redundant
and SHOULD be avoided.
    </t>
</section>
<section title="XPath Usage">
    <t>
This section describes guidelines for using the
XML Path Language  <xref target="W3C.REC-xpath-19991116"/> (XPath)
within YANG modules.
    </t>
<section title="XPath Evaluation Contexts">
    <t>
YANG defines 5 separate contexts for evaluation of XPath statements:
    </t>
    <t>
1) The &quot;running&quot; datastore: collection of all YANG configuration
data nodes.  The document root is the conceptual container,
(e.g., &quot;config&quot; in the &quot;edit&#8209;config&quot; operation), which is the
parent of all top-level data definition statements with a &quot;config&quot;
statement value of &quot;true&quot;.
    </t>
    <t>
2) State data + the &quot;running&quot; datastore: collection
of all YANG data nodes.   The document root is the conceptual container,
parent of all top-level data definition statements.
    </t>
    <t>
3) Notification: an event notification document. The document root
is the notification element.
    </t>
    <t>
4) RPC Input: The document root is the conceptual &quot;input&quot; node,
which is the parent of all RPC input parameter definitions.
    </t>
    <t>
5) RPC Output: The document root is the conceptual &quot;output&quot; node,
which is the parent of all RPC output parameter definitions.
    </t>
    <t>
Note that these XPath contexts cannot be mixed. For example,
a &quot;when&quot; statement in a notification context cannot reference
configuration data.
    </t>
	<figure>
	    <artwork><![CDATA[
    notification foo {
      leaf mtu {
        // NOT OK because when-stmt context is this notification
        when "/if:interfaces/if:interface[name='eth0']";
        type leafref {
          // OK because path-stmt has a different context
          path "/if:interfaces/if:interface/if:mtu";
        }
      }
    }
	    ]]></artwork>
	</figure>
    <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 SHOULD be identified
in the &quot;description&quot; statement for the grouping.
    </t>
</section>
<section title="Function Library">
    <t>
The &apos;position&apos; and &apos;last&apos; functions SHOULD NOT be used.
This applies to implicit use of the &apos;position&apos; function as well
(e.g., &apos;//chapter[42]&apos;).
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 &apos;position&apos; and &apos;last&apos; functions MAY be used if they are evaluated
in a context where the context node is
a user-ordered &apos;list&apos; or &apos;leaf&#8209;list&apos;.
    </t>
    <t>
The &apos;id&apos; function SHOULD NOT be used. The &apos;ID&apos; attribute is
not present in YANG documents so this function has no meaning.
The YANG compiler SHOULD return an empty string for this function.
    </t>
    <t>
The &apos;namespace&#8209;uri&apos; and &apos;name&apos; functions SHOULD NOT 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 &apos;lang&apos; function SHOULD NOT be used. This function does not apply
to YANG because there is no &apos;lang&apos; attribute set with the document.
The YANG compiler SHOULD return &apos;false&apos; for this function.
    </t>
    <t>
The &apos;local&#8209;name&apos;, &apos;namespace&#8209;uri&apos;, &apos;name&apos;, &apos;string&apos;, and &apos;number&apos;
functions SHOULD NOT 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 &apos;local&#8209;name&apos; function SHOULD NOT be used to reference local names
outside of the YANG module defining the must or when expression
containing the &apos;local&#8209;name&apos; function. Example of a local-name function that
should not be used:
    </t>
	<figure>
	    <artwork><![CDATA[
   /*[local-name()='foo']
	    ]]></artwork>
	</figure>
    <t>
The &apos;derived&#8209;from&#8209;or&#8209;self&apos; function SHOULD be used instead of
an equality expression for identityref values. This allows
the identities to be conceptually augmented.
    </t>
    <t>
Example:
    </t>
	<figure>
	    <artwork><![CDATA[
   // do not use
   when "md-name-format = 'name-format-null'";

   // this is preferred
   when "derived-from-or-self(md-name-format, 'name-format-null')";
	    ]]></artwork>
	</figure>
</section>
<section title="Axes">
    <t>
The &apos;attribute&apos; and &apos;namespace&apos; axes are not supported in YANG,
and MAY be empty in a NETCONF or RESTCONF server implementation.
    </t>
    <t>
The &apos;preceding&apos;, and &apos;following&apos; axes SHOULD NOT 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, &apos;ancestor&apos; or
&apos;descendant&apos; axes) SHOULD be used instead.
The &apos;preceding&apos; and &apos;following&apos; axes MAY 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 &apos;preceding&#8209;sibling&apos; and &apos;following&#8209;sibling&apos; axes
SHOULD NOT used, however they MAY 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 &apos;preceding&#8209;sibling&apos; and &apos;following&#8209;sibling&apos;
axes MAY be used if they are evaluated
in a context where the context node is
a user-ordered &apos;list&apos; or &apos;leaf&#8209;list&apos;.
    </t>
</section>
<section title="Types">
    <t>
Data nodes that use the &apos;int64&apos; and &apos;uint64&apos; built-in
type SHOULD NOT 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 &apos;double&apos; 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 &apos;int64&apos; and &apos;uint64&apos; data types MAY 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
SHOULD be considered carefully.
    </t>
    <t>
Explicit XPath data type conversions MAY be used
(e.g., &apos;string&apos;, &apos;boolean&apos;, or &apos;number&apos; functions),
instead of implicit XPath data type conversions.
    </t>
    <t>
XPath expressions that contain a literal value representing
a YANG identity SHOULD always include the declared prefix of
the module where the identity is defined.
    </t>
    <t>
XPath expressions for &apos;when&apos; statements SHOULD NOT reference
the context node or any descendant nodes of the context node.
They MAY reference descendant nodes if the &apos;when&apos; statement
is contained within an &apos;augment&apos; statement, and the referenced
nodes are not defined within the &apos;augment&apos; statement.
    </t>
    <t>
Example:
    </t>
	<figure>
	    <artwork><![CDATA[
   augment "/rt:active-route/rt:input/rt:destination-address" {
      when "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
   }
	    ]]></artwork>
	</figure>
</section>
<section title="Wildcards">
    <t>
It is possible to construct XPath expressions that will evaluate
differently when combined with several modules within a server
implementation, then 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 &apos;must&apos; or &apos;when&apos; expression
that uses the &apos;*&apos; operator will always evaluate to false if
processed within a single YANG module.  In such cases, the
&apos;description&apos; statement SHOULD clarify that augmenting objects
are expected to match the wildcard expansion.
    </t>
	<figure>
	    <artwork><![CDATA[
   when /foo/services/*/active {
     description
       "No services directly defined in this module.
        Matches objects that have augmented the services container.";
   }
	    ]]></artwork>
	</figure>
</section>
<section title="Boolean Expressions">
    <t>
The YANG &quot;must&quot; and &quot;when&quot; 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 &quot;foo2&quot; must exist if the leaf &quot;foo1&quot; is equal
to &quot;one&quot; or &quot;three&quot;:
    </t>
	<figure>
	    <artwork><![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;
     }
	    ]]></artwork>
	</figure>
    <t>
In the next revision of the module, leaf &quot;foo1&quot; is extended
with a new enum named &quot;four&quot;:
    </t>
	<figure>
	    <artwork><![CDATA[
     leaf foo1 {
       type enumeration {
          enum one;
          enum two;
          enum three;
          enum four;
       }
     }
	    ]]></artwork>
	</figure>
    <t>
Now the first XPath expression will allow the enum &quot;four&quot;
to be accepted in addition to the &quot;one&quot; and &quot;three&quot; enum values.
    </t>
</section>
</section>
<section title="YANG Definition Lifecycle Management">
    <t>
The YANG status statement MUST be present within
a definition if its value
is &apos;deprecated&apos; or &apos;obsolete&apos;. The status SHOULD NOT
be changed from &apos;current&apos; directly to &apos;obsolete&apos;.
An object SHOULD be available for at least one year
with &apos;deprecated&apos; status before it is changed to &apos;obsolete&apos;.
    </t>
    <t>
The module or submodule name MUST NOT be changed, once
the document containing the module or submodule is published.
    </t>
    <t>
The module namespace URI value MUST NOT be changed,
once the document containing the module is published.
    </t>
    <t>
The revision-date substatement within the import
statement SHOULD be present if any
groupings are used from the external module.
    </t>
    <t>
The revision-date substatement within the include
statement SHOULD 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
SHOULD be present within an import statement.
    </t>
	<figure>
	    <artwork><![CDATA[
     import ietf-yang-types {
        prefix yang;
        reference "RFC 6991";
     }
	    ]]></artwork>
	</figure>
    <t>
If submodules are used, then the document containing the
main module MUST be updated so that the main module
revision date is equal 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 SHOULD NOT be specified in a module.
Do not specify placeholder objects like the &quot;reserved&quot; example below:
    </t>
	<figure>
	    <artwork><![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.";
      }
    }
	    ]]></artwork>
	</figure>
</section>
<section title="Module Header, Meta, and Revision Statements">
    <t>
For published modules, the namespace MUST
be a globally unique
URI, as defined in <xref target="RFC3986"/>.
This value is usually assigned by the IANA.
    </t>
    <t>
The organization statement MUST be present.
If the module is contained in a document
intended for IETF Standards Track status, then
the organization SHOULD be the IETF working group
chartered to write the document.  For other standards
organizations, a similar approach is also suggested.
    </t>
    <t>
The contact statement MUST be present.
If the module is contained in a document
intended for Standards Track status, then
the working group web and mailing information
MUST be present, and the main document author or
editor contact information SHOULD be present.
If additional authors or editors exist,
their contact information MAY be present.
There is no need to include the contact information
for Working Group chairs.
    </t>
    <t>
The description statement MUST be present.
For modules published within IETF documents,
the appropriate IETF Trust Copyright text MUST be present,
as described in <xref target="MODULECOPY"/>.
    </t>
    <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
MUST be identified in the reference
statement.
    </t>
    <t>
A revision statement MUST be present for each published
version of the module. The revision statement MUST
have a reference substatement.
It MUST 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 MAY have a description substatement.
    </t>
    <t>
It is not required to keep the full revision history of draft versions
(e.g., modules contained within Internet-Drafts).
That is, within a sequence of draft versions, only the most recent
revision need be recorded in the module.
However, whenever a new (i.e. changed) version is made available
(e.g., via a new version of an Internet-Draft),
the revision date of that new version MUST be updated to a date
later than that of the previous version.
    </t>
</section>
<section title="Namespace Assignments" anchor="TEMPNS">
    <t>
It is RECOMMENDED that only valid YANG modules be
included in documents, whether or not they are published yet.
This allows:
    </t>
<t>
 <list style="symbols">
 <t>
the module to compile correctly instead
of generating disruptive fatal errors.
 </t>
 <t>
early implementors to use the modules
without picking a random value for the XML namespace.
 </t>
 <t>
early interoperability testing since
independent implementations will use the same
XML namespace value.
 </t>
 </list>
</t>
    <t>
Until a URI is assigned by the IANA, a proposed namespace URI
MUST be provided for the namespace statement in a YANG module.
A value SHOULD 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 Registry
MUST NOT be used.
    </t>
    <t>
A standard namespace statement value SHOULD have the
following form:
    </t>
	<figure>
	    <artwork><![CDATA[
    <URN prefix string>:<module-name>
	    ]]></artwork>
	</figure>
    <t>
The following URN prefix string SHOULD be used for published
and unpublished YANG modules:
    </t>
	<figure>
	    <artwork><![CDATA[
    urn:ietf:params:xml:ns:yang:
	    ]]></artwork>
	</figure>
    <t>
The following example URNs would be valid namespace
statement values for Standards Track modules:
    </t>
	<figure>
	    <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>
	</figure>
    <t>
Note that a different URN prefix string SHOULD be used for non-Standards-Track
modules. The string SHOULD be selected according to the guidelines in <xref target="RFC7950"/>.
    </t>
    <t>
The following URIs exemplify what might be used by non Standards
Track modules.  Note that the domain &quot;example.com&quot; SHOULD be used
by example modules in IETF drafts.
    </t>
    <t>
Example URIs using URLs per RFC 3986 <xref target="RFC3986"/>:
    </t>
	<figure>
	    <artwork><![CDATA[
    http://example.com/ns/example-interfaces

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

    tag:example.com,2017:example-system
	    ]]></artwork>
	</figure>
</section>
<section title="Top-Level Data Definitions">
    <t>
The top-level data organization SHOULD 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 SHOULD
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 the Network Management
Datastore Architecture (NMDA) <xref target="I-D.ietf-netmod-revised-datastores"/>.
for details.
    </t>
    <t>
The number of top-level data nodes within a module
SHOULD be minimized. It is often useful to retrieve
related information within a single subtree.
If data is too distributed, is becomes difficult to
retrieve all at once.
    </t>
    <t>
The names and data organization SHOULD reflect persistent
information, such as the name of a protocol.  The name
of the working group SHOULD NOT 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 MUST NOT 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 title="Data Types">
    <t>
Selection of an appropriate data type (i.e., built-in
type, existing derived type, or new derived type)
is very subjective, and therefore few requirements
can be specified on that subject.
    </t>
    <t>
Data model designers SHOULD use the most appropriate
built-in data type for the particular application.
    </t>
    <t>
The signed numeric data types (i.e., &apos;int8&apos;,
&apos;int16&apos;, &apos;int32&apos;, and &apos;int64&apos;) SHOULD NOT be used unless
negative values are allowed for the desired semantics.
    </t>
<section title="Fixed Value Extensibility">
    <t>
If the set of values is fixed and the data type contents
are controlled by a single naming authority, then an
enumeration data type SHOULD be used.
    </t>
	<figure>
	    <artwork><![CDATA[
    leaf foo {
      type enumeration {
        enum one;
        enum two;
      }
    }
	    ]]></artwork>
	</figure>
    <t>
If extensibility of enumerated values is required,
then the &apos;identityref&apos; data type SHOULD be used
instead of an enumeration or other built-in type.
    </t>
	<figure>
	    <artwork><![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;
      }
    }
	    ]]></artwork>
	</figure>
    <t>
Note that any module can declare an identity with base &quot;foo&#8209;type&quot;
that is valid for the &quot;foo&quot; leaf. Identityref values are
considered to be qualified names.
    </t>
</section>
<section title="Patterns and Ranges">
    <t>
For string data types, if a machine-readable pattern
can be defined for the desired semantics, then
one or more pattern statements SHOULD be present.
A single quoted string SHOULD be used to specify the pattern,
since a double-quoted string can modify the content.
    </t>
    <t>
The following typedef from <xref target="RFC6991"/> demonstrates the proper
use of the &quot;pattern&quot; statement:
    </t>
	<figure>
	    <artwork><![CDATA[
    typedef ipv4-address-no-zone {
      type inet:ipv4-address {
        pattern '[0-9\.]*';
      }
      ...
    }
	    ]]></artwork>
	</figure>
    <t>
For string data types, if the length of the string
is required to be bounded in all implementations,
then a length statement MUST be present.
    </t>
    <t>
The following typedef from <xref target="RFC6991"/> demonstrates the proper
use of the &quot;length&quot; statement:
    </t>
	<figure>
	    <artwork><![CDATA[
    typedef yang-identifier {
      type string {
        length "1..max";
        pattern '[a-zA-Z_][a-zA-Z0-9\-_.]*';
        pattern '.|..|[^xX].*|.[^mM].*|..[^lL].*';
      }
      ...
    }
	    ]]></artwork>
	</figure>
    <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., &apos;int32&apos;), then a range statement SHOULD be present.
    </t>
    <t>
The following typedef from <xref target="RFC6991"/> demonstrates the proper
use of the &quot;range&quot; statement:
    </t>
	<figure>
	    <artwork><![CDATA[
    typedef dscp {
      type uint8 {
         range "0..63";
      }
      ...
    }
	    ]]></artwork>
	</figure>
</section>
<section title="Enumerations and Bits">
    <t>
For &apos;enumeration&apos; or &apos;bits&apos; data types, the semantics for
each &apos;enum&apos; or &apos;bit&apos; SHOULD be documented.  A separate
description statement (within each &apos;enum&apos; or &apos;bit&apos;
statement) SHOULD be present.
    </t>
	<figure>
	    <artwork><![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...  ";
    }
	    ]]></artwork>
	</figure>
</section>
<section title="Union Types">
    <t>
The YANG &quot;union&quot; 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 SHOULD be ordered from most restrictive
to least restrictive types.
    </t>
    <t>
In the following example, the &quot;enumeration&quot; type will never
be matched because the preceding &quot;string&quot; type will match everything.
    </t>
    <t>
Incorrect:
    </t>
	<figure>
	    <artwork><![CDATA[
   type union {
     type string;
     type enumeration {
       enum up;
       enum down;
     }
   }
	    ]]></artwork>
	</figure>
    <t>
Correct:
    </t>
	<figure>
	    <artwork><![CDATA[
   type union {
     type enumeration {
       enum up;
       enum down;
     }
     type string;
   }
	    ]]></artwork>
	</figure>
    <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 &quot;int32&quot; type but in XML the string value
representing a number will be matched by the &quot;string&quot; type.
The second version will match the &quot;int32&quot; member type
no matter how the input is encoded.
    </t>
    <t>
Incorrect:
    </t>
	<figure>
	    <artwork><![CDATA[
   type union {
     type string;
     type int32;
   }
	    ]]></artwork>
	</figure>
    <t>
Correct:
    </t>
	<figure>
	    <artwork><![CDATA[
   type union {
     type int32;
     type string;
   }
	    ]]></artwork>
	</figure>
</section>
<section title="Empty and Boolean">
    <t>
YANG provides an &quot;empty&quot; data type, which has one value (i.e., present).
The default is &quot;not present&quot;, 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 &quot;empty&quot; SHOULD NOT be used
for a key leaf since it is pointless.
    </t>
    <t>
There is really no difference between a leaf of type &quot;empty&quot; and a leaf-list
of type &quot;empty&quot;. Both are limited to one instance.
The type &quot;empty&quot; SHOULD NOT be used for a leaf-list.
    </t>
    <t>
The advantage of using type &quot;empty&quot; instead of type &quot;boolean&quot;
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 not be aware of the missing leaf.
    </t>
    <t>
The YANG &quot;boolean&quot; data type provides two values (&quot;true&quot; and &quot;false&quot;).
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 &quot;boolean&quot; 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 &quot;boolean&quot; data type SHOULD be used instead
of the &quot;empty&quot; data type, as shown in the example below:
    </t>
    <t>
Incorrect:
    </t>
	<figure>
	    <artwork><![CDATA[
   leaf flag1 {
     type empty;
   }
	    ]]></artwork>
	</figure>
    <t>
Correct:
    </t>
	<figure>
	    <artwork><![CDATA[
   leaf flag2 {
     type boolean;
     default false;
   }
	    ]]></artwork>
	</figure>
</section>
</section>
<section title="Reusable Type Definitions">
    <t>
If an appropriate derived type exists in any
standard module, such as <xref target="RFC6991"/>,
then it SHOULD 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
SHOULD be present.
    </t>
    <t>
If an appropriate default value can be associated
with the desired semantics, then a default statement
SHOULD 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 SHOULD be
contained in a separate module or submodule, to allow
easier reuse without unnecessary coupling.
    </t>
    <t>
The description statement MUST 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 MUST be present.
    </t>
</section>
<section title="Reusable Groupings">
    <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 it is defined, but 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>
<t>
 <list style="symbols">
 <t>
Clearly identify the purpose of the grouping in the
&quot;description&quot; statement.
 </t>
 <t>
There are 5 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>
 <t>
Do not reference data outside the grouping in any &quot;path&quot;,
&quot;must&quot;, or &quot;when&quot; statements.
 </t>
 <t>
Do not include a &quot;default&quot; sub-statement on a leaf or choice unless
the value applies on all possible contexts.
 </t>
 <t>
Do not include a &quot;config&quot; sub-statement on a data node unless
the value applies on all possible contexts.
 </t>
 <t>
Clearly identify any external dependencies in the grouping
&quot;description&quot; statement, such as nodes referenced
by absolute path from a &quot;path&quot;, &quot;must&quot;, or &quot;when&quot; statement.
 </t>
 </list>
</t>
</section>
<section title="Data Definitions">
    <t>
The description statement MUST be present in the following
YANG statements:
    </t>
<t>
 <list style="symbols">
 <t>
anyxml
 </t>
 <t>
augment
 </t>
 <t>
choice
 </t>
 <t>
container
 </t>
 <t>
extension
 </t>
 <t>
feature
 </t>
 <t>
grouping
 </t>
 <t>
identity
 </t>
 <t>
leaf
 </t>
 <t>
leaf-list
 </t>
 <t>
list
 </t>
 <t>
notification
 </t>
 <t>
rpc
 </t>
 <t>
typedef
 </t>
 </list>
</t>
    <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 MUST be present.
    </t>
    <t>
The &apos;anyxml&apos; construct may be useful to represent an HTML banner
containing
markup elements, such as &apos;&amp;lt;b&amp;gt;&apos; and &apos;&amp;lt;/b&amp;gt;&apos;,
and MAY be used in such cases.  However, this construct
SHOULD NOT 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 &apos;anyxml&apos; statement is not implemented
consistently across all servers.  It is possible that mixed mode XML
will not be supported, or 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
&apos;must&apos; statements SHOULD 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 SHOULD be present.
    </t>
    <t>
If any &apos;must&apos; or &apos;when&apos; statements are used within the
data definition, then the data definition description statement
SHOULD describe the purpose of each one.
    </t>
    <t>
The &quot;choice&quot; statement is allowed to be directly present within
a &quot;case&quot; statement in YANG 1.1. This needs to be considered
carefully. Consider simply including the nested &quot;choice&quot;
as additional &quot;case&quot; statements within the parent &quot;choice&quot; statement.
Note that the &quot;mandatory&quot; and &quot;default&quot; statements within
a nested &quot;choice&quot; statement only apply if the &quot;case&quot; containing
the nested &quot;choice&quot; statement is first selected.
    </t>
    <t>
If a list defines any key leafs, then these leafs SHOULD be
defined in order, as the first child nodes within the list.
The key leafs MAY be in a different order in some cases, e.g.,
they are defined in a grouping, not inline in the list statement.
    </t>
<section title="Non-Presence Containers">
    <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., &quot;must&quot; statement within the
non-presence container).
    </t>
    <t>
Example using container wrappers:
    </t>
	<figure>
	    <artwork><![CDATA[
    container top {
       container foos {
          list foo { ... }
       }
       container bars {
          list bar { ... }
       }
    }
	    ]]></artwork>
	</figure>
    <t>
Example without container wrappers:
    </t>
	<figure>
	    <artwork><![CDATA[
    container top {
       list foo { ... }
       list bar { ... }
    }
	    ]]></artwork>
	</figure>
    <t>
Use of non-presence containers to organize data is a subjective matter
similar to use of sub-directories in a file system.
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 title="Top-Level Data Nodes">
    <t>
Use of top-level objects needs to be considered carefully:
    </t>
<t>
 <list style="symbols">
 <t>
top-level siblings are not ordered
 </t>
 <t>
top-level siblings not are not static, and depends on the modules
that are loaded
 </t>
 <t>
for sub-tree filtering, retrieval of a top-level leaf-list
will be treated as a content-match node for all top-level-siblings
 </t>
 <t>
a top-level list with many instances may impact performance
 </t>
 </list>
</t>
</section>
</section>
<section title="Operation Definitions">
    <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 MUST be present.
    </t>
    <t>
If the operation impacts system behavior in some way,
it SHOULD be mentioned in the description statement.
    </t>
    <t>
If the operation is potentially harmful to system
behavior in some way,
it MUST be mentioned in the Security Considerations
section of the document.
    </t>
</section>
<section title="Notification Definitions">
    <t>
The description statement MUST 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 MUST be present.
    </t>
    <t>
If the notification refers to a specific resource instance,
then this instance SHOULD be identified in the notification data.
This is usually done by including &apos;leafref&apos; leaf nodes with the key leaf
values for the resource instance. For example:
    </t>
	<figure>
	    <artwork><![CDATA[
  notification interface-up {
    description "Sent when an interface is activated.";
    leaf name {
      type leafref {
        path "/if:interfaces/if:interface/if:name";
      }
    }
  }
	    ]]></artwork>
	</figure>
    <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 SHOULD
specify if and how the notification identifies any data
node resources associated with the specific event.
    </t>
</section>
<section title="Feature Definitions">
    <t>
The YANG &quot;feature&quot; statement is used to define a label for
a set of optional functionality within a module.  The &quot;if&#8209;feature&quot;
statement is used in the YANG statements associated with a feature.
The description-stmt within a feature-stmt MUST
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 identity. Module names with
a common prefix can help readers identity 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 &quot;if&#8209;feature&quot; statement SHOULD be used in the
dependent &quot;feature&quot; statement.
    </t>
    <t>
For example, feature2 requires implementation of feature1:
    </t>
	<figure>
	    <artwork><![CDATA[
   feature feature1 {
     description "Some protocol feature";
   }

   feature feature2 {
     if-feature "feature1";
     description "Another protocol feature";
   }
	    ]]></artwork>
	</figure>
</section>
<section title="YANG Data Node Constraints">
<section title="Controlling Quantity">
    <t>
The &quot;min&#8209;elements&quot; and &quot;max&#8209;elements&quot; statements can
be use to control how many list or leaf-list instances are
required for a particular data node.
YANG constraint statements SHOULD be used to identify conditions
that apply to all implementations of the data model.
If platform-specific limitations (e.g., the &quot;max&#8209;elements&quot;
supported for a particular list) are relevant to operations,
then a data model definition statement (e.g., &quot;max&#8209;ports&quot; leaf)
SHOULD be used to identify the limit.
    </t>
</section>
<section title="must vs. when">
    <t>
The &quot;must&quot; and &quot;when&quot; YANG statements are used to provide
cross-object referential tests.  They have very different behavior.
The &quot;when&quot; statement causes data node instances to be silently deleted
as soon as the condition becomes false.  A false &quot;when&quot; expression
is not considered to be an error.
    </t>
    <t>
The &quot;when&quot; statement SHOULD be used together with the &quot;augment&quot;
or &quot;uses&quot; statements to achieve conditional model composition.
The condition SHOULD be based on static properties of the
augmented entry (e.g., list key leafs).
    </t>
    <t>
The &quot;must&quot; statement causes a datastore validation error
if the condition is false. This statement SHOULD 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 title="Augment Statements">
    <t>
The YANG &quot;augment&quot; 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 &quot;augment&quot; statement SHOULD NOT be used if the
target data node is in the same module or submodule as the
evaluated &quot;augment&quot; statement.  The data definition statements
SHOULD be added inline instead.
    </t>
<section title="Conditional Augment Statements">
    <t>
The &quot;augment&quot; statement is often used together with
the &quot;when&quot; statement and/or &quot;if&#8209;feature&quot; 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 &quot;ethernet&quot; is added to the
&quot;interface&quot; list only for entries of the
type &quot;ethernetCsmacd&quot;.
    </t>
	<figure>
	    <artwork><![CDATA[
     augment "/if:interfaces/if:interface" {
         when "if:type = 'ianaift:ethernetCsmacd'";

         container ethernet {
             leaf duplex {
                 ...
             }
         }
     }
	    ]]></artwork>
	</figure>
</section>
<section title="Conditionally Mandatory Data Definition Statements">
    <t>
YANG has very specific rules about how configuration data
can be updated in new releases of a module.  These rules
allow an &quot;old client&quot; to continue interoperating with
a &quot;new server&quot;.
    </t>
    <t>
If data nodes are added to an existing entry, the
old client MUST NOT 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 &quot;when&quot;
statement form of 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
&quot;if&#8209;feature&quot; statement.
    </t>
    <t>
The XPath &quot;when&quot; statement condition MUST NOT reference
data outside of target data node because the client
does not have any control over this external data.
    </t>
    <t>
In the following dummy example, it is OK to augment
the &quot;interface&quot; entry with &quot;mandatory&#8209;leaf&quot; because
the augmentation depends on support for &quot;some&#8209;new&#8209;iftype&quot;.
The old client does not know about this type so it would
never select this type, and therefore not be adding
a mandatory data node.
    </t>
	<figure>
	    <artwork><![CDATA[
  module example-module {
    namespace "http://example.com/ns/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 {
          mandatory true;
          ...
       }
    }
  }
	    ]]></artwork>
	</figure>
    <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
MUST 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 &quot;some&#8209;new&#8209;iftype&quot;
identity is defined in the same module as the &quot;mandatory&#8209;leaf&quot;
data definition statement.
    </t>
    <t>
This practice is not safe for identities defined in a common
module such as &quot;iana&#8209;if&#8209;type&quot; because the client is not
required to know about &quot;my&#8209;module&quot; just because it knows about
the &quot;iana&#8209;if&#8209;type&quot; module.
    </t>
</section>
</section>
<section title="Deviation Statements">
    <t>
The YANG &quot;deviation&quot; statement cannot 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, SHOULD NOT be used.
    </t>
    <t>
The &quot;max&#8209;elements&quot; 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
&quot;deviation&quot; statement for the platforms that have a hard resource limit.
    </t>
    <t>
Example documenting platform resource limits:
    </t>
	<figure>
	    <artwork><![CDATA[
  Wrong: (max-elements in the list itself)

     container backups {
       list backup {
          ...
          max-elements  10;
          ...
       }
     }

  Correct: (max-elements in a deviation)

     deviation /bk:backups/bk:backup {
       deviate add {
          max-elements  10;
       }
     }
	    ]]></artwork>
	</figure>
</section>
<section title="Extension Statements">
    <t>
The YANG &quot;extension&quot; statement is used to specify external
definitions. This appears in the YANG syntax as
an &quot;unknown&#8209;statement&quot;. 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>
<t>
 <list style="symbols">
 <t>
The semantics of the extension MUST NOT contradict any
YANG statements. Extensions can add semantics not covered
by the normal YANG statements.
 </t>
 <t>
The module containing the extension statement MUST 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>
 <t>
The extension MUST clearly identify where it can be used
within other YANG statements.
 </t>
 <t>
The extension MUST clearly identify if YANG statements or other
extensions are allowed or required within the extension as
sub-statements.
 </t>
 </list>
</t>
</section>
<section title="Data Correlation">
    <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>
<t>
 <list style="symbols">
 <t>
inline: 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>
 <t>
augment: 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>
 <t>
mirror: create new objects in a new module or the original module,
except use new a naming scheme and data location.  The naming
can be coupled in different ways. Tight coupling is achieved
with a &quot;leafref&quot; data type, with the &quot;require&#8209;instance&quot; sub-statement
set to &quot;true&quot;. This method SHOULD be used.
 </t>
 </list>
</t>
    <t>
If the new data instances are not limited to the values in use in the original
data structure, then the &quot;require&#8209;instance&quot; sub-statement MUST
be set to &quot;false&quot;.  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 &quot;require&#8209;instance&quot; sub-statement to &quot;false&quot;.
    </t>
    <t>
The relationship between configuration and operational state has
been clarified in NMDA <xref target="I-D.ietf-netmod-revised-datastores"/>.
    </t>
<section title="Use of Leafref for Key Correlation">
    <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 &quot;leafref&quot; data type
for data correlation purposes:
    </t>
    <t>
Not preferred:
    </t>
	<figure>
	    <artwork><![CDATA[
   list foo {
      key name;
      leaf name {
        type string;
      }
      ...
   }

   list foo-addon {
      key name;
      config false;
      leaf name {
        type string;
      }
      ...
   }
	    ]]></artwork>
	</figure>
    <t>
Preferred:
    </t>
	<figure>
	    <artwork><![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;
      }
   }
	    ]]></artwork>
	</figure>
</section>
</section>
<section title="Operational State">
    <t>
The modeling of operational state with YANG has been refined over time.
At first, only data that has a &quot;config&quot; statement value of &quot;false&quot;
was considered to be operational state. This data was not considered to
be part of any datastore, which made YANG XPath definition much more
complicated.
    </t>
    <t>
Operational state is now modeled using YANG according to the new NMDA
<xref target="I-D.ietf-netmod-revised-datastores"/>,
and is now 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 title="Combining Operational State and Configuration Data" anchor="combine-data">
    <t>
If possible, operational state SHOULD 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>
	<figure>
	    <artwork><![CDATA[
   container foo {
     ...
     // contains config=true and config=false nodes that have
     // no corresponding config=true object (e.g., counters)
   }
	    ]]></artwork>
	</figure>
</section>
<section title="Representing Operational Values of Configuration Data">
    <t>
If possible the same data type SHOULD 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 &quot;admin&#8209;state&quot; and
&quot;oper&#8209;state&quot; leafs in <xref target="RFC7223"/>. In this case a separate object
MAY 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 MAY 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 SHOULD
be the same type. The &quot;leafref&quot; data type SHOULD be used in
operational state for key leafs that have corresponding
configuration instances. The &quot;require&#8209;instance&quot; statement
MAY be set to &quot;false&quot; (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 SHOULD describe and justify any NMDA exceptions in detail,
such as the use of separate subtrees and/or separate leafs.
The &quot;description&quot; statements for both the configuration and the
operational state SHOULD be used for this purpose.
    </t>
</section>
<section title="NMDA Transition Guidelines">
    <t>
YANG modules SHOULD be designed assuming they will be used on
servers supporting the operational state datastore.  With this in mind,
YANG modules SHOULD define config &quot;false&quot; wherever they make sense
to the data model.  Config &quot;false&quot; nodes SHOULD NOT be defined
to provide the operational value for configuration nodes,
except when the value space of a configured and operational
values may differ, in which case a distinct config &quot;false&quot;
node SHOULD 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 SHOULD
immediately be structured to be NMDA-compatible, as
described in <xref target="combine-data"/>. This transition MAY be deferred
if the module does not contain any configuration datastore objects.
    </t>
    <t>
The remaining are options that MAY be followed during the time
that NMDA mechanisms are being defined.
    </t>
    <t>
(a) Modules that require immediate support for the NMDA features
SHOULD be structured for NMDA.  A temporary non-NMDA version of
this type of module MAY exist, either an
existing model or a model created either by hand or with
suitable tools that mirror the current modeling strategies.
Both the NMDA and the non-NMDA modules SHOULD 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>
    <t>
(b) For published models, the model should be republished with
an NMDA-compatible structure, deprecating non-NMDA constructs.
For example, the &quot;ietf&#8209;interfaces&quot; model in <xref target="RFC7223"/> has been
restructured as an NMDA-compatible model in <xref target="I-D.ietf-netmod-rfc7223bis"/>.
The &quot;/interfaces&#8209;state&quot; hierarchy has been marked &quot;status
deprecated&quot;.  Models that mark their &quot;/foo&#8209;state&quot; hierarchy
with &quot;status deprecated&quot; 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>
    <t>
(c) For models that augment models which 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 &quot;state&quot; containers SHOULD be
avoided, with the expectation that the base model will be
re-released with the state containers marked as deprecated.
It is RECOMMENDED to augment only the &quot;/foo&quot; hierarchy of the
base model.  Where this recommendation cannot be followed,
then any new &quot;state&quot; elements SHOULD be included in their own
module.
    </t>
<section title="Temporary non-NMDA Modules" anchor="temp-mods">
    <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 &quot;foo&quot; and &quot;foo&#8209;state&quot; subtrees,
except the &quot;foo&#8209;state&quot; 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 &lt;get&gt; 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>
<t>
 <list style="symbols">
 <t>
Change the module name by appending &quot;&#8209;state&quot; to the original module name
 </t>
 <t>
Change the namespace by appending &quot;&#8209;state&quot; to the original namespace value
 </t>
 <t>
Change the prefix by appending &quot;&#8209;s&quot; to the original prefix value
 </t>
 <t>
Add an import to the original module (e.g., for typedef definitions)
 </t>
 <t>
Retain or create only the top-level nodes that have a &quot;config&quot; statement
value &quot;false&quot;. These subtrees represent config=false data nodes that
were combined into the configuration subtree, and therefore not available
to non-NMDA aware clients. Set the &quot;status&quot; statement to &quot;deprecated&quot; for each new node.
 </t>
 <t>
The module description SHOULD clearly identify the module as a temporary non-NMDA module
 </t>
 </list>
</t>
</section>
<section title="Example: Create a New NMDA Module">
    <t>
Create an NMDA-compliant module, using combined configuration
and state subtrees, whenever possible.
    </t>
	<figure>
	    <artwork><![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
    }
 }
	    ]]></artwork>
	</figure>
</section>
<section title="Example: Convert an old Non-NMDA Module">
    <t>
Do not remove non-compliant objects from existing modules.
Instead, change the status to &quot;deprecated&quot;. At some point,
usually after 1 year, the status MAY be changed to &quot;obsolete&quot;.
    </t>
    <t>
Old Module:
    </t>
	<figure>
	    <artwork><![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
    }
 }
	    ]]></artwork>
	</figure>
    <t>
Converted NMDA Module:
    </t>
	<figure>
	    <artwork><![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
    }
 }
	    ]]></artwork>
	</figure>
</section>
<section title="Example: Create a Temporary NMDA Module:">
    <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>
	<figure>
	    <artwork><![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
    }
 }
	    ]]></artwork>
	</figure>
</section>
</section>
</section>
<section title="Performance Considerations">
    <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
MAY be considered when designing YANG data models:
    </t>
<t>
 <list style="symbols">
 <t>
Lists are generally more expensive than containers
 </t>
 <t>
&quot;when&#8209;stmt&quot; evaluation is generally more expensive than &quot;if&#8209;feature&quot;
or &quot;choice&quot; statements
 </t>
 <t>
&quot;must&quot; statement is generally more expensive than &quot;min&#8209;entries&quot;,
&quot;max&#8209;entries&quot;, &quot;mandatory&quot;, or &quot;unique&quot; statements
 </t>
 <t>
&quot;identityref&quot; leafs are generally more expensive than &quot;enumeration&quot; leafs
 </t>
 <t>
&quot;leafref&quot; and &quot;instance&#8209;identifier&quot; types with &quot;require&#8209;instance&quot; set to true
are generally more expensive than if &quot;require&#8209;instance&quot; is set to false
 </t>
 </list>
</t>
</section>
<section title="Open Systems Considerations">
    <t>
A YANG module MUST NOT be designed such that the set of modules
found on a server implementation can be predetermined in advance.
Only the modules imported by a particular module can be assumed
to be present in an implementation.
An open system MAY include any combination of YANG modules.
    </t>
</section>
<section title="Guidelines for YANG 1.1 Specific Constructs">
    <t>
The set of YANG 1.1 guidelines 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 title="Importing Multiple Revisions">
    <t>
Standard modules SHOULD NOT import multiple revisions of the same module
into a module.  This MAY be done if independent definitions (e.g.
enumeration typedefs) from specific revisions are needed in the
importing module.
    </t>
</section>
<section title="Using Feature Logic">
    <t>
The YANG 1.1 feature logic is much more expressive than YANG 1.0.
A &quot;description&quot; statement SHOULD describe the &quot;if&#8209;feature&quot; logic in text,
to help readers understand the module.
    </t>
    <t>
YANG features SHOULD be used instead of the &quot;when&quot; statement, if possible.
Features are advertised by the server and objects conditional by if-feature are
conceptually grouped together.  There is no such commonality
supported for &quot;when&quot; statements.
    </t>
    <t>
Features generally require less server implementation complexity
and runtime resources than objects that use &quot;when&quot; statements.
Features are generally static (i.e., set when module is loaded and not changed
at runtime). However every client edit might cause a &quot;when&quot;
statement result to change.
    </t>
</section>
<section title="anyxml vs. anydata">
    <t>
The &quot;anyxml&quot; statement MUST NOT be used to represent a conceptual subtree
of YANG data nodes.  The &quot;anydata&quot; statement MUST be used for this purpose.
    </t>
</section>
<section title="action vs. rpc">
    <t>
The use of &quot;action&quot; statements or &quot;rpc&quot; 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 &quot;action&quot; statement SHOULD 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 MAY be used in different definitions within different data node.
For example, a &quot;reset&quot; 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 SHOULD be used to represent similar semantics.
    </t>
    <t>
The NETCONF Access Control Model (NACM) <xref target="I-D.ietf-netconf-rfc6536bis"/>
does not support parameter 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 access control based on the value
of the &quot;interface&quot; parameter, only the &quot;reset&quot; operation itself:
    </t>
	<figure>
	    <artwork><![CDATA[
   rpc reset {
     input {
       leaf interface {
         type if:interface-ref;
         mandatory true;
         description "The interface to reset.";
       }
     }
   }
	    ]]></artwork>
	</figure>
    <t>
However, NACM can enforce access access control for individual interface
instances, using a &quot;reset&quot; action, If the user does not have read access
to the specific &quot;interface&quot; instance, then it cannot invoke the &quot;reset&quot;
action for that interface instance:
    </t>
	<figure>
	    <artwork><![CDATA[
   container interfaces {
     list interface {
       ...
       action reset { }
     }
   }
	    ]]></artwork>
	</figure>
</section>
</section>
<section title="Updating YANG Modules (Published vs. Unpublished)">
    <t>
YANG modules can change over time. Typically, new data model definitions
are needed to support new features.
YANG update rules defined in section 11 of <xref target="RFC7950"/>
MUST be followed for published modules. They MAY 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 which is considered to be stable, and unpublished work
which is considered to be unstable.  For example, in the IETF,
the RFC document is used for published work, and the Internet-Draft
is used for unpublished work.
    </t>
</section>
</section>
<section title="IANA Considerations" anchor="IANA">
	<figure>
	    <artwork><![CDATA[
  -- RFC Ed: These registries need to be updated to reference this
     RFC instead of RFC 6087 for the ietf-template module, and
     remove this note.
	    ]]></artwork>
	</figure>
    <t>
This document registers one URI in the IETF XML registry <xref target="RFC3688"/>.
    </t>
    <t>
The following registration has been made in [RFC6087] and updated
by this document.
    </t>
	<figure>
	    <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>
	</figure>
    <t>
The following assignment has been made in [RFC6087] and updated
by this document in the YANG Module Names Registry,
or the YANG module template in <xref target="YANGMOD"/>.
    </t>
<?rfc compact="yes"?><texttable title="YANG Registry Assignment">
<ttcol align='left'> Field</ttcol>
<ttcol align='left'>Value</ttcol>
<c>Name</c>
<c>ietf-template</c>
<c>Namespace</c>
<c>urn:ietf:params:xml:ns:yang:ietf-template</c>
<c>Prefix</c>
<c>temp</c>
<c>Reference</c>
<c>RFC XXXX</c>
</texttable>
<?rfc compact="no"?></section>
<section title="Security Considerations" anchor="Security">
    <t>
This document defines documentation guidelines for
NETCONF or RESTCONF content defined with the YANG data modeling
language, and therefore does not introduce
any new or increased security risks into
the management system.
    </t>
</section>
<section title="Acknowledgments">
    <t>
The structure and contents of this document are adapted from <xref target="RFC4181"/>,
guidelines for MIB Documents, by C. M. Heard.
    </t>
    <t>
The working group thanks Martin Bjorklund, Juergen
Schoenwaelder, Ladislav Lhotka, Jernej Tuljak, and Lou Berger for their
extensive reviews and contributions to this document.
    </t>
</section>
</middle>
<back>
   <references title="Normative References">

  <reference anchor="RFC2119">
    <front>
      <title>Key words for use in RFCs to Indicate Requirement Levels</title>
      <author initials="S." surname="Bradner" fullname="S.  Bradner">
        <organization>Harvard University</organization>
      </author>
      <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.</t>
      </abstract>
    </front>
    <seriesInfo name="BCP" value="14"/>
    <seriesInfo name="RFC" value="2119"/>
    <format type="TXT" octets="4723" target="ftp://ftp.isi.edu/in-notes/rfc2119.txt"/>
  </reference>
  <!-- end 2119 -->


<reference anchor='RFC3688'>
<front>
<title>The IETF XML Registry</title>
<author initials='M.' surname='Mealling' fullname='M. Mealling'>
<organization /></author>
<date year='2004' month='January' />
<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' />
<format type='TXT' octets='17325' target='http://www.rfc-editor.org/rfc/rfc3688.txt' />
</reference>
  <!-- end 3688 -->

<reference anchor='RFC3986'>
<front>
<title abbrev='URI Generic Syntax'>Uniform Resource Identifier (URI): Generic Syntax</title>
<author initials='T.' surname='Berners-Lee' fullname='Tim Berners-Lee'>
<organization abbrev='W3C/MIT'>World Wide Web Consortium</organization>
<address>
<postal>
<street>Massachusetts Institute of Technology</street>
<street>77 Massachusetts Avenue</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code>
<country>USA</country></postal>
<phone>+1-617-253-5702</phone>
<facsimile>+1-617-258-5999</facsimile>
<email>timbl@w3.org</email>
<uri>http://www.w3.org/People/Berners-Lee/</uri></address></author>
<author initials='R.' surname='Fielding' fullname='Roy T. Fielding'>
<organization abbrev='Day Software'>Day Software</organization>
<address>
<postal>
<street>5251 California Ave., Suite 110</street>
<city>Irvine</city>
<region>CA</region>
<code>92617</code>
<country>USA</country></postal>
<phone>+1-949-679-2960</phone>
<facsimile>+1-949-679-2972</facsimile>
<email>fielding@gbiv.com</email>
<uri>http://roy.gbiv.com/</uri></address></author>
<author initials='L.' surname='Masinter' fullname='Larry Masinter'>
<organization abbrev='Adobe Systems'>Adobe Systems Incorporated</organization>
<address>
<postal>
<street>345 Park Ave</street>
<city>San Jose</city>
<region>CA</region>
<code>95110</code>
<country>USA</country></postal>
<phone>+1-408-536-3024</phone>
<email>LMM@acm.org</email>
<uri>http://larry.masinter.net/</uri></address></author>
<date year='2005' month='January' />
<area>Applications</area>
<keyword>uniform resource identifier</keyword>
<keyword>URI</keyword>
<keyword>URL</keyword>
<keyword>URN</keyword>
<keyword>WWW</keyword>
<keyword>resource</keyword>
<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.
</t></abstract></front>
<seriesInfo name='STD' value='66' />
<seriesInfo name='RFC' value='3986' />
<format type='TXT' octets='141811' target='http://www.rfc-editor.org/rfc/rfc3986.txt' />
<format type='HTML' octets='214067' target='http://xml.resource.org/public/rfc/html/rfc3986.html' />
<format type='XML' octets='163534' target='http://xml.resource.org/public/rfc/xml/rfc3986.xml' />
</reference>
  <!-- end 3986 -->


  <reference anchor="RFC5246" target="https://www.rfc-editor.org/info/rfc5246">
<front>
<title>
The Transport Layer Security (TLS) Protocol Version 1.2
</title>
<author initials="T." surname="Dierks" fullname="T. Dierks">
<organization/>
</author>
<author initials="E." surname="Rescorla" fullname="E. Rescorla">
<organization/>
</author>
<date year="2008" month="August"/>
<abstract>
<t>
This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]
</t>
</abstract>
</front>
<seriesInfo name="RFC" value="5246"/>
<seriesInfo name="DOI" value="10.17487/RFC5246"/>
</reference>
<!-- end RFC 5246 -->

<reference anchor='RFC5378'>
<front>
<title>Rights Contributors Provide to the IETF Trust</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'>
<organization /></author>
<author initials='J.' surname='Contreras' fullname='J. Contreras'>
<organization /></author>
<date year='2008' month='November' />
<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' />
<format type='TXT' octets='37980' target='http://www.rfc-editor.org/rfc/rfc5378.txt' />
</reference>
  <!-- end 5378 -->



  <reference anchor="RFC6020">
    <front>
      <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
      <author initials="M." surname="Bjorklund" fullname="M. Bjorklund">
        <organization/>
      </author>
      <date year="2010" month="October"/>
      <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"/>
    <format type="TXT" octets="324178" target="http://www.rfc-editor.org/rfc/rfc6020.txt"/>
  </reference>


  <reference anchor="RFC7950" target="http://www.rfc-editor.org/info/rfc7950">
<front>
<title>The YANG 1.1 Data Modeling Language</title>
<author initials="M." surname="Bjorklund" fullname="M. Bjorklund" role="editor">
<organization/>
</author>
<date year="2016" month="August"/>
<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="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
<front>
<title>
Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words
</title>
<author initials="B." surname="Leiba" fullname="B. Leiba">
<organization/>
</author>
<date year="2017" month="May"/>
<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>
<!-- end RFC 8174 -->


<reference anchor="W3C.REC-xpath-19991116" 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="Steven DeRose">
          <organization/>
        </author>
        <date month="November" day="16" year="1999"/>
      </front>
      <seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xpath-19991116"/>
      <format type="HTML" target="http://www.w3.org/TR/1999/REC-xpath-19991116"/>
</reference>
  <!-- end XPath -->


</references>

<references title="Informative References">

<reference anchor="RFC2026" target="http://www.rfc-editor.org/info/rfc2026">
<front>
<title>The Internet Standards Process -- Revision 3</title>
<author initials="S." surname="Bradner" fullname="S. Bradner">
<organization/>
</author>
<date year="1996" month="October"/>
<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="RFC4151" target="http://www.rfc-editor.org/info/rfc4151">
<front>
<title>The 'tag' URI Scheme</title>
<author initials="T." surname="Kindberg" fullname="T. Kindberg">
<organization/>
</author>
<author initials="S." surname="Hawke" fullname="S. Hawke">
<organization/>
</author>
<date year="2005" month="October"/>
<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='RFC4181'>
<front>
<title>Guidelines for Authors and Reviewers of MIB Documents</title>
<author initials='C.' surname='Heard' fullname='C. Heard'>
<organization /></author>
<date year='2005' month='September' />
<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' />
<format type='TXT' octets='102521' target='http://www.rfc-editor.org/rfc/rfc4181.txt' />
</reference>
  <!-- end 4181 -->


<reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
<front>
<title>
Guidelines for Writing an IANA Considerations Section in RFCs
</title>
<author initials="M." surname="Cotton" fullname="M. Cotton">
<organization/>
</author>
<author initials="B." surname="Leiba" fullname="B. Leiba">
<organization/>
</author>
<author initials="T." surname="Narten" fullname="T. Narten">
<organization/>
</author>
<date year="2017" month="June"/>
<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>
<!-- end 8126 -->

<reference anchor='RFC6087'>
<front>
<title>Guidelines for Authors and Reviewers of YANG Data Model Documents</title>
<author initials='A.' surname='Bierman' fullname='A. Bierman'>
<organization /></author>
<date year='2011' month='January' />
<abstract>
<t>This memo provides guidelines for authors and reviewers of Standards Track specifications containing YANG data model modules.  Applicable portions may be used as a basis for reviews of other YANG data model documents.  Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) implementations that utilize YANG data model modules.  This document is not an Internet Standards Track specification; it is published for informational purposes.</t></abstract></front>
<seriesInfo name='RFC' value='6087' />
<format type='TXT' octets='49969' target='http://www.rfc-editor.org/rfc/rfc6087.txt' />
</reference>
  <!-- end 6087 -->


  <reference anchor='RFC6241'>
      <front>
        <title>Network Configuration Protocol (NETCONF)</title>
        <author initials='R.' surname='Enns' fullname='R. Enns' role="editor">
          <organization/>
        </author>
        <author initials='M.' surname='Bjorklund' fullname='M. Bjorklund' role="editor">
          <organization/>
        </author>
        <author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder' role="editor">
          <organization/>
        </author>
        <author initials='A.' surname='Bierman' fullname='A. Bierman' role="editor">
          <organization/>
        </author>
        <date year='2011' month='June'/>
      </front>
      <seriesInfo name='RFC' value='6241'/>
  </reference>
  <!-- end 6241 -->

  <reference anchor="RFC6242" target="http://www.rfc-editor.org/info/rfc6242">
<front>
<title>Using the NETCONF Protocol over Secure Shell (SSH)</title>
<author initials="M." surname="Wasserman" fullname="M. Wasserman">
<organization/>
</author>
<date year="2011" month="June"/>
<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="RFC7223">
<front>
<title>A YANG Data Model for Interface Management</title>
<author initials="M." surname="Bjorklund" fullname="M. Bjorklund">
<organization/>
</author>
<date year="2014" month="May"/>
<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"/>
<format type="TXT" octets="70537" target="http://www.rfc-editor.org/rfc/rfc7223.txt"/>
</reference>
  <!-- end 7223 -->

<reference anchor="RFC-STYLE" target="http://www.rfc-editor.org/rfc-style-guide/rfc-style">
        <front>
            <title>RFC Document Style</title>
            <author initials="R" surname="Braden">
              <organization />
            </author>
            <author initials="S" surname="Ginoza">
              <organization />
            </author>
            <author initials="A" surname="Hagens">
              <organization />
            </author>
            <date month="September" year="2009" />
        </front>
    </reference>
  <!-- end RFC-STYLE -->


<reference anchor="I-D.ietf-netconf-rfc6536bis">
<front>
<title>Network Configuration Access Control Module</title>
<author initials="A" surname="Bierman" fullname="Andy Bierman">
<organization/>
</author>
<author initials="M" surname="Bjorklund" fullname="Martin Bjorklund">
<organization/>
</author>
<date month="December" day="11" year="2017"/>
<abstract>
<t>
The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) or 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 pre-configured subset of all available NETCONF or RESTCONF protocol operations and content. This document defines such an access control model. This document obsoletes RFC 6536.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-netconf-rfc6536bis-09"/>
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-netconf-rfc6536bis-09.txt"/>
</reference>

<reference anchor='RFC6536'>
<front>
<title>Network Configuration Protocol (NETCONF) Access Control Model</title>
<author initials='A.' surname='Bierman' fullname='A. Bierman'>
<organization /></author>
<author initials='M.' surname='Bjorklund' fullname='M. Bjorklund'>
<organization /></author>
<date year='2012' month='March' />
<abstract>
<t>The standardization of network configuration interfaces for use with the Network Configuration Protocol (NETCONF) 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 protocol access for particular users to a pre-configured subset of all available NETCONF protocol operations and content.  This document defines such an access control model. [STANDARDS-TRACK]</t></abstract></front>

<seriesInfo name='RFC' value='6536' />
<format type='TXT' octets='90803' target='http://www.rfc-editor.org/rfc/rfc6536.txt' />
</reference>

<reference anchor="RFC7322" target="http://www.rfc-editor.org/info/rfc7322">
<front>
<title>RFC Style Guide</title>
<author initials="H." surname="Flanagan" fullname="H. Flanagan">
<organization/>
</author>
<author initials="S." surname="Ginoza" fullname="S. Ginoza">
<organization/>
</author>
<date year="2014" month="September"/>
<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='RFC6991'>
<front>
<title>Common YANG Data Types</title>
<author initials='J.' surname='Schoenwaelder' fullname='J. Schoenwaelder'>
<organization /></author>
<date year='2013' month='July' />
<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' />
<format type='TXT' octets='60242' target='http://www.rfc-editor.org/rfc/rfc6991.txt' />
</reference>
  <!-- end 6991 -->


<reference anchor="RFC7841" target="http://www.rfc-editor.org/info/rfc7841">
<front>
<title>RFC Streams, Headers, and Boilerplates</title>
<author initials="J." surname="Halpern" fullname="J. Halpern" role="editor">
<organization/>
</author>
<author initials="L." surname="Daigle" fullname="L. Daigle" role="editor">
<organization/>
</author>
<author initials="O." surname="Kolkman" fullname="O. Kolkman" role="editor">
<organization/>
</author>
<date year="2016" month="May"/>
<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="RFC8040" target="http://www.rfc-editor.org/info/rfc8040">
<front>
<title>RESTCONF Protocol</title>
<author initials="A." surname="Bierman" fullname="A. Bierman">
<organization/>
</author>
<author initials="M." surname="Bjorklund" fullname="M. Bjorklund">
<organization/>
</author>
<author initials="K." surname="Watsen" fullname="K. Watsen">
<organization/>
</author>
<date year="2017" month="January"/>
<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="I-D.ietf-netmod-yang-tree-diagrams">
<front>
<title>YANG Tree Diagrams</title>
<author initials="M" surname="Bjorklund" fullname="Martin Bjorklund">
<organization/>
</author>
<author initials="L" surname="Berger" fullname="Lou Berger">
<organization/>
</author>
<date month="February" day="8" 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="Internet-Draft" value="draft-ietf-netmod-yang-tree-diagrams-06"/>
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-netmod-yang-tree-diagrams-06.txt"/>
</reference>

<reference anchor="I-D.ietf-netmod-revised-datastores">
<front>
<title>Network Management Datastore Architecture</title>
<author initials="M" surname="Bjorklund" fullname="Martin Bjorklund">
<organization/>
</author>
<author initials="J" surname="Schoenwaelder" fullname="Juergen Schoenwaelder">
<organization/>
</author>
<author initials="P" surname="Shafer" fullname="Philip Shafer">
<organization/>
</author>
<author initials="K" surname="Watsen" fullname="Kent Watsen">
<organization/>
</author>
<author initials="R" surname="Wilton" fullname="Robert Wilton">
<organization/>
</author>
<date month="January" day="12" 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 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.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-netmod-revised-datastores-10"/>
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-netmod-revised-datastores-10.txt"/>
</reference>

<reference anchor="I-D.ietf-netmod-rfc8022bis">
<front>
<title>
A YANG Data Model for Routing Management (NMDA Version)
</title>
<author initials="L" surname="Lhotka" fullname="Ladislav Lhotka">
<organization/>
</author>
<author initials="A" surname="Lindem" fullname="Acee Lindem">
<organization/>
</author>
<author initials="Y" surname="Qu" fullname="Yingzhen Qu">
<organization/>
</author>
<date month="January" day="26" year="2018"/>
<abstract>
<t>
This document contains a specification of 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. The YANG modules in this document conform to the Network Management Datastore Architecture (NMDA). This document obsoletes RFC 8022.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8022bis-11"/>
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-netmod-rfc8022bis-11.txt"/>
</reference>

<reference anchor="I-D.ietf-netmod-rfc7223bis">
<front>
<title>A YANG Data Model for Interface Management</title>
<author initials="M" surname="Bjorklund" fullname="Martin Bjorklund">
<organization/>
</author>
<date month="January" day="11" 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). The YANG model in this document conforms to the Network Management Datastore Architecture defined in I-D.ietf-netmod-revised-datastores. This document obsoletes RFC 7223.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc7223bis-03"/>
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-netmod-rfc7223bis-03.txt"/>
</reference>

</references>
<section title="Change Log">
	<figure>
	    <artwork><![CDATA[
    -- RFC Ed.: remove this section before publication.
	    ]]></artwork>
	</figure>
<section title="v17 to v18">
<t>
 <list style="symbols">
 <t>
address Area Director review comments Part 2
 </t>
 <t>
clarify preferred list key order
 </t>
 </list>
</t>
</section>
<section title="v16 to v17">
<t>
 <list style="symbols">
 <t>
address Area Director review comments Part 1
 </t>
 </list>
</t>
</section>
<section title="v15 to v16">
<t>
 <list style="symbols">
 <t>
address Area Director review comments posted 2018-01-25
 </t>
 </list>
</t>
</section>
<section title="v15 to v16">
<t>
 <list style="symbols">
 <t>
address document shephard comments posted 2018-01-15
 </t>
 <t>
add yang-version to template module
 </t>
 </list>
</t>
</section>
<section title="v14 to v15">
<t>
 <list style="symbols">
 <t>
changed Intended status from Informational to BCP
 </t>
 <t>
update tree diagram guidelines section
 </t>
 <t>
Change IANA template to list IESG instead of NETMOD WG as
the Registrant
 </t>
 <t>
Update some references
 </t>
 </list>
</t>
</section>
<section title="v13 to v14">
<t>
 <list style="symbols">
 <t>
Replaced sec. 4.23 Operational Data with Operational Data
from NMDA text by Lou Berger and Kent Watsen
 </t>
 <t>
Added NMDA Terms section
 </t>
 <t>
Changed term operational data to operational state
 </t>
 <t>
Clarified that reference-stmt SHOULD be present in import-stmt
 </t>
 </list>
</t>
</section>
<section title="v12 to v13">
<t>
 <list style="symbols">
 <t>
Clarify that the revision-date SHOULD be used in a CODE BEGINS
YANG file extraction macro.
 </t>
 <t>
Clarify the IANA requirements section wrt/ XML namespace and YANG
module name registries.
 </t>
 <t>
Clarify YANG Usage section wrt/ XML and/or JSON encoding format.
 </t>
 <t>
Update Operation Data section to consider revised datastores.
 </t>
 <t>
Add reference to YANG Tree Diagrams and update 2 sections that
use this reference.
 </t>
 <t>
Add reference to Revised Datastores and guidelines drafts
 </t>
 </list>
</t>
</section>
<section title="v11 to v12">
<t>
 <list style="symbols">
 <t>
fix incorrect location of new Module Usage Examples section
 </t>
 </list>
</t>
</section>
<section title="v10 to v11">
<t>
 <list style="symbols">
 <t>
updated YANG tree diagram syntax to align with pyang 1.7.1
 </t>
 <t>
added general guideline to include module usage examples
 </t>
 </list>
</t>
</section>
<section title="v09 to v10">
<t>
 <list style="symbols">
 <t>
clarified &lt;CODE BEGINS&gt; is only for normative modules
 </t>
 <t>
clarified example module namespace URI conventions
 </t>
 <t>
clarified pyang usage for normative and example modules
 </t>
 <t>
updated YANG tree diagrams section with text from RFC 8022
 </t>
 </list>
</t>
</section>
<section title="v08 to v09">
<t>
 <list style="symbols">
 <t>
fixed references
 </t>
 <t>
added mention of RESTCONF to abstract and intro
 </t>
 <t>
created separate section for code components
 </t>
 <t>
fixed document status
 </t>
 </list>
</t>
</section>
<section title="v07 to v08">
<t>
 <list style="symbols">
 <t>
changed CODE BEGINS guideline for example modules
 </t>
 <t>
updated tree diagram guidelines
 </t>
 <t>
clarified published and unpublished terms
 </t>
 <t>
added section on Empty and Boolean data types
 </t>
 <t>
clarified how to update the revision statement
 </t>
 <t>
updated operational state guidelines
 </t>
 <t>
added &apos;YANG fragment&apos; to terminology section
 </t>
 </list>
</t>
</section>
<section title="v06 to v07">
<t>
 <list style="symbols">
 <t>
update contact statement guideline
 </t>
 <t>
update example modules guidelines
 </t>
 <t>
add guidelines on top-level data nodes
 </t>
 <t>
add guideline on use of NP containers
 </t>
 <t>
added guidelines on union types
 </t>
 <t>
add guideline on deviations
 </t>
 <t>
added section on open systems considerations
 </t>
 <t>
added guideline about definitions reserved for future use
 </t>
 </list>
</t>
</section>
<section title="v05 to v06">
<t>
 <list style="symbols">
 <t>
Changed example &apos;my&#8209;module&apos; to &apos;example&#8209;module&apos;
 </t>
 <t>
Added section Updating YANG Modules (Published vs. Unpublished)
 </t>
 <t>
Added Example Modules section
 </t>
 <t>
Added &quot;&lt;EXAMPLE BEGINS&gt;&quot; convention for full example modules
 </t>
 <t>
Added section on using action vs. rpc
 </t>
 <t>
Changed term &quot;operational state&quot; to &quot;operational data&quot;
 </t>
 <t>
Added section on YANG Data Node Constraints
 </t>
 <t>
Added guidelines on using must vs. when statements
 </t>
 <t>
Made ietf-foo module validate for I-D submission
 </t>
 </list>
</t>
</section>
<section title="v04 to v05">
<t>
 <list style="symbols">
 <t>
Clarified that YANG 1.1 SHOULD be used but YANG 1.0 MAY be used if no
YANG 1.1 features needed
 </t>
 <t>
Changed SHOULD follow YANG naming conventions to MUST follow
(for standards track documents only)
 </t>
 <t>
Clarified module naming conventions for normative modules,
example modules, and modules from other SDOs.
 </t>
 <t>
Added prefix value selection guidelines
 </t>
 <t>
Added new section on guidelines for reusable groupings
 </t>
 <t>
Made header guidelines less IETF-specific
 </t>
 <t>
Added new section on guidelines for extension statements
 </t>
 <t>
Added guidelines for nested &quot;choice&quot; statement within a &quot;case&quot; statement
 </t>
 </list>
</t>
</section>
<section title="v03 ot v04">
<t>
 <list style="symbols">
 <t>
Added sections for deviation statements and performance considerations
 </t>
 <t>
Added YANG 1.1 section
 </t>
 <t>
Updated YANG reference from 1.0 to 1.1
 </t>
 </list>
</t>
</section>
<section title="v02 to v03">
<t>
 <list style="symbols">
 <t>
Updated draft based on github data tracker issues added
by Benoit Clause (Issues 12 - 18)
 </t>
 </list>
</t>
</section>
<section title="v01 to v02">
<t>
 <list style="symbols">
 <t>
Updated draft based on mailing list comments.
 </t>
 </list>
</t>
</section>
<section title="v00 to v01">
    <t>
All issues from the issue tracker have been addressed.
    </t>
	<figure>
	    <artwork><![CDATA[
  https://github.com/netmod-wg/rfc6087bis/issues
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
Issue 1: Tree Diagrams:
Added &apos;tree&#8209;diagrams&apos; section so RFCs with YANG modules can use an
Informative reference to this RFC for tree diagrams.
Updated guidelines to reference this RFC when tree diagrams are used
 </t>
 <t>
Issue 2: XPath function restrictions:
Added paragraphs in XPath usage section for &apos;id&apos;, &apos;namespace&#8209;uri&apos;,
&apos;name&apos;, and &apos;lang&apos; functions
 </t>
 <t>
Issue 3: XPath function document order issues:
Added paragraph in XPath usage section about node-set ordering
for &apos;local&#8209;name&apos;, &apos;namespace&#8209;uri&apos;, &apos;name&apos;, &apos;string&apos; and &apos;number&apos;
functions. Also any function that implicitly converts a node-set
to a string.
 </t>
 <t>
Issue 4: XPath preceding-sibling and following-sibling:
Checked and text in XPath usage section already has proposed
text from Lada.
 </t>
 <t>
Issue 5: XPath &apos;when&#8209;stmt&apos; reference to descendant nodes:
Added exception and example in XPath Usage section for
augmented nodes.
 </t>
 <t>
Issue 6: XPath numeric conversions: Changed &apos;numeric expressions&apos;
to &apos;numeric and boolean expressions&apos;
 </t>
 <t>
Issue 7: XPath module containment:
Added sub-section on XPath wildcards
 </t>
 <t>
Issue 8: status-stmt usage:
Added text to Lifecycle Management section about transitioning
from active to deprecated and then to obsolete.
 </t>
 <t>
Issue 9: resource identification in notifications:
Add text to Notifications section about identifying resources
and using the leafref data type.
 </t>
 <t>
Issue 10: single quoted strings:
Added text to Data Types section about using a single-quoted
string for patterns.
 </t>
 </list>
</t>
</section>
</section>
<section title="Module Review Checklist">
    <t>
This section is adapted from RFC 4181.
    </t>
    <t>
The purpose of a YANG module review is to review
the YANG module both for technical correctness and
for adherence to IETF documentation requirements.
The following checklist may be helpful when reviewing
an Internet-Draft:
    </t>
<t>
 <list style="symbols">
 <t>
I-D Boilerplate -- verify that the draft contains the required
Internet-Draft boilerplate (see
http://www.ietf.org/id-info/guidelines.html), including the
appropriate statement to permit publication as an RFC, and that
I-D boilerplate does not contain references or section numbers.
 </t>
 <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 http://www.ietf.org/id-info/guidelines.html.
 </t>
 <t>
Copyright Notice -- verify that the draft has the appropriate
text regarding the rights that document contributers 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>
 </list>
</t>
	<figure>
	    <artwork><![CDATA[
   http://trustee.ietf.org/license-info/
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
Security Considerations section -- verify that the draft uses the
latest approved template from the OPS area website
(http://trac.tools.ietf.org/area/ops/trac/wiki/yang-security-guidelines)
and that the guidelines therein have been followed.
 </t>
 <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>
 </list>
</t>
	<figure>
	    <artwork><![CDATA[
   XML Namespace Registry: Register the YANG module namespace.

   YANG Module Registry: Register the YANG module name, prefix,
      namespace, and RFC number, according to the rules specified
      in [RFC6020].
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
References -- verify that the references are properly divided
between normative and informative references, that RFC 2119 and
RFC 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 OK 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 Internet Draft (I-D),
then the I-D is included as an Informative Reference.
 </t>
 <t>
License -- verify that the draft contains the Simplified BSD
License in each YANG module or submodule. Some guidelines
related to this requirement are described in
<xref target="MODULECOPY"/>.
Make sure that the correct year is used in all
copyright dates.  Use
the approved text from the latest Trust Legal Provisions (TLP)
document, which can be found at:
 </t>
 </list>
</t>
	<figure>
	    <artwork><![CDATA[
   http://trustee.ietf.org/license-info/
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
Other Issues -- check for any issues mentioned
in http://www.ietf.org/id-info/checklist.html
that are not covered elsewhere.
 </t>
 <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 can be found at:
 </t>
 </list>
</t>
	<figure>
	    <artwork><![CDATA[
   http://trac.tools.ietf.org/wg/netconf/trac/wiki

   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.
	    ]]></artwork>
	</figure>
</section>
<section title="YANG Module Template" anchor="YANGMOD">
<t>&lt;CODE BEGINS> file "ietf-template@2016-03-20.yang"</t>
	<figure>
	    <artwork><![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://tools.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 Simplified BSD License
       set forth in Section 4.c of the IETF Trust's Legal Provisions
       Relating to IETF Documents
       (http://trustee.ietf.org/license-info).

       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

     reference "RFC XXXX";


     // RFC Ed.: remove this note
     // Note: extracted from RFC XXXX


     // replace '2016-03-20' with the module publication date
     // The format is (year-month-day)
     revision "2016-03-20" {
       description "what changed in this revision";
       reference "document containing this module";
     }

     // 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

   }
	    ]]></artwork>
	</figure>
<t>&lt;CODE ENDS></t>
</section>
</back></rfc>
