<?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="info"
     docName="draft-ietf-netmod-rfc6087bis-11" >
    <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.
	</t>
</abstract>
</front>
<middle>
<section title="Introduction">
    <t>
The standardization of network configuration interfaces for use
with the Network Configuration Protocol <xref target="RFC6241"/>
and RESTCONF <xref target="I-D.ietf-netconf-restconf"/>
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 <xref target="RFC7950"/>
data models.  YANG is used to define
the data structures, protocol operations, and notification content
used within a NETCONF and/or RESTCONF server.  A 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>
This document is similar to
the Structure of Management Information version 2 (SMIv2) usage guidelines
specification <xref target="RFC4181"/> in intent and structure.
However, since that document was written a decade after
SMIv2 modules had been in use, it was published as a
&apos;Best Current Practice&apos; (BCP).  This document is
not a BCP, but rather an informational reference,
intended to promote consistency in
documents containing YANG modules.
    </t>
    <t>
Many YANG constructs are defined as optional to use, such as
the description statement.  However, in order to
maximize interoperability of NETCONF and RESTCONF implementations
utilizing YANG data models, it is desirable to
define a set of usage guidelines that may require
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="I-D.ietf-netconf-restconf"/>,
    </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>
<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 <xref target="RFC2119"/>.
    </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="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>
 </list>
</t>
</section>
</section>
<section title="YANG Tree Diagrams" anchor="tree-diagrams">
    <t>
YANG tree diagrams provide a concise representation of a YANG
module to help readers understand the module structure.
    </t>
    <t>
The meaning of the symbols in YANG tree diagrams is as follows.
Each node is printed as:
    </t>
	<figure>
	    <artwork><![CDATA[
   <status> <flags> <name> <opts> <type> <if-features>

   <status> is one of:
     +  for current
     x  for deprecated
     o  for obsolete

   <flags> is one of:
     rw  for configuration data
     ro  for non-configuration data
     -x  for rpcs and actions
     -n  for notifications

   <name> is the name of the node
     (<name>) means that the node is a choice node
    :(<name>) means that the node is a case node
	    ]]></artwork>
	</figure>
	<figure>
	    <artwork><![CDATA[
   If the node is augmented into the tree from another module,
   its name is printed as <prefix>:<name>.
	    ]]></artwork>
	</figure>
	<figure>
	    <artwork><![CDATA[
   <opts> is one of:
     ?  for an optional leaf, choice, anydata or anyxml
     !  for a presence container
     *  for a leaf-list or list
     [<keys>] for a list's keys

   <type> is the name of the type for leafs and leaf-lists
	    ]]></artwork>
	</figure>
	<figure>
	    <artwork><![CDATA[
     If the type is a leafref, the type is printed as "-> TARGET",
     where TARGET is either the leafref path, with prefixed removed
     if possible.
	    ]]></artwork>
	</figure>
	<figure>
	    <artwork><![CDATA[
   <if-features> is the list of features this node depends on,
     printed within curly brackets and a question mark "{...}?"
	    ]]></artwork>
	</figure>
</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
complete 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 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;.
    </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>
    <t>
If YANG tree diagrams are used, then a sub-section explaining
the YANG tree diagram syntax MUST be present, containing the following text:
    </t>
	<figure>
	    <artwork><![CDATA[
  A simplified graphical representation of the data model is used in
  this document.  The meaning of the symbols in these diagrams is
  defined in [RFCXXXX].

  -- RFC Editor: Replace XXXX with RFC number and remove note
	    ]]></artwork>
	</figure>
</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. Tree diagrams MAY be split into sections
to correspond to document structure.
    </t>
    <t>
The following example shows a simple YANG tree diagram:
    </t>
	<figure>
	    <artwork><![CDATA[
   +--rw top-level-config-container
   |  +--rw config-list* [key-name]
   |     +--rw key-name                    string
   |     +--rw optional-parm?              string
   |     +--rw mandatory-parm              identityref
   |     +--ro read-only-leaf              string
   +--ro top-level-nonconfig-container
      +--ro nonconfig-list* [name]
         +--ro name               string
         +--ro type               string
	    ]]></artwork>
	</figure>
    <t>
The &apos;pyang&apos; compiler can be used to produce the tree diagram,
using the &apos;-f tree&apos; command line parameter.
    </t>
    <t>
If the YANG module is comprised of groupings only, then the
tree diagram SHOULD contain the groupings.
The &apos;pyang&apos; compiler can be used to produce a tree diagram
with groupings using the &apos;-f tree --tree-print-groupings&quot;
command line parameters.
    </t>
    <t>
If the YANG module contains notifications, then the
tree diagram SHOULD contain the notifications.
If the YANG module contains RPC statements, then the
tree diagram SHOULD contain the RPC statements.
    </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.
    </t>
</section>
<section title="Definitions 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.
    </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.  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 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.  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>
<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="RFC5226"/>
for more details.
    </t>
</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 XML instance document snippets to demonstrate
the intended usage of the YANG module(s).
    </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">
    <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>
</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>
</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 <xref target="RFC7950"/>.
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 to indicate that the NETCONF or
RESTCONF capability is supported within the data model.
    </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>
</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="Lifecycle Management">
    <t>
The status statement MUST be present 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 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.
    </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 data 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
data was created.
    </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>
<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>
-top-level siblings are not ordered
-top-level siblings not are not static, and depends on the modules
that are loaded
    </t>
<t>
 <list style="symbols">
 <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.
    </t>
    <t>
The set of YANG features available in a module should be considered
carefully. The description-stmt within a feature-stmt MUST
specify any interactions with other 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>
It is sometimes useful to separate configuration and operational
data, so that they do not not even share the exact same
naming characteristics.  The correlation between configuration the
operational data that is affected by changes in configuration
is a complex problem. There may not be a simple 1:1 relationship
between a configuration data node and an operational data node.
Further work is needed in YANG to clarify this relationship.
Protocol work may also be needed to allow a client to retrieve
this type of information from a server.  At this time the
best practice is to clearly document any relationship
to other data structures in the &quot;description&quot; statement.
    </t>
</section>
<section title="Operational Data">
    <t>
In YANG, any data that has a &quot;config&quot; statement value of &quot;false&quot;
could be considered operational data.  The relationship between
configuration (i.e., &quot;config&quot; statement has a value of &quot;true&quot;)
and operational data can be complex.
    </t>
    <t>
One challenge for client developers is determining if
the configured value is being used, which requires the
developer to know which operational data parameters are
associated with the particular configuration object(s).
    </t>
    <t>
If possible, operational data 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
data to be retrieved together with minimal message overhead.
    </t>
    <t>
Not preferred:
    </t>
	<figure>
	    <artwork><![CDATA[
   list foo {
     ...
   }

   list foo-state {
     config false;
     ...
   }
	    ]]></artwork>
	</figure>
    <t>
Preferred:
    </t>
	<figure>
	    <artwork><![CDATA[
   list foo {
     container foo-state {
       config false;
       ...
     }
   }
	    ]]></artwork>
	</figure>
    <t>
If it is not possible to combine configuration and operational
data, then the keys used to represent list entries SHOULD
be the same type. The &quot;leafref&quot; data type SHOULD be used in
operational data 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 following example shows the use of the &quot;leafref&quot; data type:
    </t>
    <t>
Not preferred:
    </t>
	<figure>
	    <artwork><![CDATA[
   list foo {
      key name;
      leaf name {
        type string;
      }
      ...
   }

   list foo-state {
      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-state {
      key name;
      config false;
      leaf name {
        type leafref {
          path "/foo/name";
          require-instance false;
        }
      }
      ...
   }
	    ]]></artwork>
	</figure>
    <t>
In the simplest use-cases, there is no interaction between
configuration and operational data.
For example, the arbitrary administrative name or
sequence number assigned to an access control rule.  The configured
value is always the value that is being used by the system.
    </t>
    <t>
However, some configuration parameters interact with routing
and other signalling protocols, such that the operational value in use
by the system may not be the same as the configured value.
Other parameters specify the desired state, but environmental
and other factors can cause the actual state to be different.
    </t>
    <t>
For example a &quot;temperature&quot; configuration setting only
represents the desired temperature.  An operational data
parameter is needed that reports the actual temperature
in order to determine if the cooling system is operating
correctly.  YANG has no mechanism other than the &quot;description&quot;
statement to associate the desired temperature and
the actual temperature.
    </t>
    <t>
Careful consideration needs to be given to the location
of operational data.  It can either be located
within the configuration subtree for which it applies,
or it can be located outside the particular configuration subtree.
Placing operational data within
the configuration subtree is appropriate if the operational values
can only exist if the configuration exists.  Placing operational data
outside the configuration subtree is appropriate if the operational
values can exist without corresponding configuration (e.g., system
generated interfaces).
    </t>
    <t>
The &quot;interfaces&quot; and &quot;interfaces&#8209;state&quot; subtrees defined in <xref target="RFC7223"/>
are an example of a complex relationship between configuration
and operational data.  The operational values can include interface
entries that have been discovered or initialized by the system.
An interface may be in use that has not been configured at all.
Therefore, the operational data for an interface cannot be located
within the configuration for that same interface.
    </t>
    <t>
Sometimes the configured value represents some sort of procedure to
be followed, in which the system will select an actual value, based
on protocol negotiation.  In this case it is RECOMMENDED to have a
separate config false value to represented the resulting state.  For
instance:
    </t>
	<figure>
	    <artwork><![CDATA[
   leaf duplex-admin-mode {
     type enumeration {
       enum auto;
       enum half;
       enum full;
     }
   }

   leaf duplex-oper-mode {
     config false;
     type enumeration {
       enum half;
       enum full;
     }
   }
	    ]]></artwork>
	</figure>
    <t>
For example a &quot;duplex&quot; mode configuration may be &quot;auto&quot;
to auto-negotiate the actual value to be used.  The operational
parameter will never contain the value &quot;auto&quot;.  It will always contain
the result of the auto-negotiation, such as &quot;half&quot; or &quot;full&quot;.
This is just one way in which the configuration data model
is not exactly the same as the operational data model.
Another is if the detailed properties of the data are different
for configured vs. learned entries.
    </t>
    <t>
If all the data model properties are aligned between configuration
and operational data, then it can be useful to define the
configuration parameters within a grouping, and then replicate that
grouping within the operational data portion of
the data model.
    </t>
	<figure>
	    <artwork><![CDATA[
    grouping parms {
       // do not use config-stmt in any of the nodes
       // placed in this grouping
    }

    container foo {
      uses parms;  // these are all config=true by default
      state {
        config false;  // only exists if foo config exists
        uses parms;
      }
    }
	    ]]></artwork>
	</figure>
    <t>
Note that this mechanism can also be used if the configuration
and operational data are in separate sub-trees:
    </t>
	<figure>
	    <artwork><![CDATA[
    container bar { // bar config can exist without bar-state
      config true;
      uses parms;
    }

    container bar-state {  // bar-state can exist without bar
      config false;
      uses parms;
    }
	    ]]></artwork>
	</figure>
    <t>
The need to replicate objects or define different operational data
objects depends on the data model.  It is not possible to define
one approach that will be optimal for all data models.
Designers SHOULD describe the relationship in detail between
configuration objects and any associated operational data objects.
The &quot;description&quot; statements for both the configuration and the
operational data SHOULD be used for this purpose.
    </t>
</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="YANG 1.1 Guidelines">
    <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.
    </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 the authors can demonstrate that
the &quot;avoided&quot; definitions from the most recent of the multiple revisions are somehow
broken or harmful to interoperability.
    </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="RFC6536"/> 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 NETMOD WG of the IETF.

    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.  The guidelines for how to write a
Security Considerations section for a YANG module
are defined in the online document
    </t>
    <t>
http://trac.tools.ietf.org/area/ops/trac/wiki/yang-security-guidelines
    </t>
    <t>
This document does not introduce
any new or increased security risks into
the management system.
    </t>
    <t>
The following section contains the security considerations
template dated 2010-06-16.  Be sure to check the webpage
at the URL listed above in case there is a more recent
version available.
    </t>
    <t>
Each specification that defines one or more YANG
modules MUST contain a section that discusses
security considerations relevant to those modules.
This section MUST be patterned after the latest
approved template (available at
    </t>
	<figure>
	    <artwork><![CDATA[
 http://www.ops.ietf.org/netconf/yang-security-considerations.txt).
	    ]]></artwork>
	</figure>
    <t>
In particular, writable data nodes that could
be especially disruptive if abused MUST be
explicitly listed by name and the associated
security risks MUST be spelled out.
    </t>
    <t>
Similarly, 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>
Further, if new RPC operations have been defined,
then the security considerations of each new
RPC operation MUST be explained.
    </t>
<section title="Security Considerations Section Template" anchor="sec-template">
    <t>
X.  Security Considerations
    </t>
    <t>
The YANG module defined in this memo is designed to be accessed
via the NETCONF protocol <xref target="RFC6241"/>.  The lowest NETCONF layer is
the secure transport layer and the mandatory-to-implement secure
transport is SSH <xref target="RFC6242"/>.
    </t>
	<figure>
	    <artwork><![CDATA[
 -- if you have any writable data nodes (those are all the
 -- "config true" nodes, and remember, that is the default)
 -- describe their specific sensitivity or vulnerability.
	    ]]></artwork>
	</figure>
    <t>
There are a number of data nodes defined in this YANG module
which 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>
	<figure>
	    <artwork><![CDATA[
 <list subtrees and data nodes and state why they are sensitive>
	    ]]></artwork>
	</figure>
	<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>
	<figure>
	    <artwork><![CDATA[
 <list subtrees and data nodes and state why they are sensitive>
	    ]]></artwork>
	</figure>
	<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>
	<figure>
	    <artwork><![CDATA[
 <list RPC operations and state why they are sensitive>
	    ]]></artwork>
	</figure>
</section>
</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, and Jernej Tuljak for their
extensive reviews and contributions to this document.
    </t>
</section>
<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 definition and guideline
 </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>
 </list>
</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='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='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="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='RFC5226'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author initials='T.' surname='Narten' fullname='T. Narten'>
<organization /></author>
<author initials='H.' surname='Alvestrand' fullname='H. Alvestrand'>
<organization /></author>
<date year='2008' month='May' />
<abstract>
<t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).&lt;/t>&lt;t> In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.&lt;/t>&lt;t> This document obsoletes RFC 2434. 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='26' />
<seriesInfo name='RFC' value='5226' />
<format type='TXT' octets='66160' target='http://www.rfc-editor.org/rfc/rfc5226.txt' />
</reference>
  <!-- end 5226 -->

<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='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="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="I-D.ietf-netconf-restconf">
<front>
<title>RESTCONF Protocol</title>
<author initials="A" surname="Bierman" fullname="Andy Bierman">
<organization/>
</author>
<author initials="M" surname="Bjorklund" fullname="Martin Bjorklund">
<organization/>
</author>
<author initials="K" surname="Watsen" fullname="Kent Watsen">
<organization/>
</author>
<date month="September" day="28" year="2016"/>
<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 NETCONF.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-netconf-restconf-17"/>
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-netconf-restconf-17.txt"/>
</reference>

</references>
<section title="Change Log">
	<figure>
	    <artwork><![CDATA[
    -- RFC Ed.: remove this section before publication.
	    ]]></artwork>
	</figure>
<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 <xref target="tree-diagrams"/> 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 [RFC7950].
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
References -- verify that the references are properly divided
between normative and informative references, that RFC 2119 is
included as a normative reference 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).
 </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 {

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