<?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"   category="std"
     docName="draft-bierman-netmod-rfc6087bis-00" >
    <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) 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"/>
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="RFC6020"/>
data models.  YANG is used to define
the data structures, protocol operations, and notification content
used within a NETCONF server.  A server that supports a particular
YANG module will support client NETCONF 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 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"/>.
These guidelines are intended to be used by authors and
reviewers to improve the readability
and interoperability of published YANG data models.
    </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="RFC6020"/>
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, usually contained in an RFC.
 </t>
 <t>
unpublished: An unstable release of a module or submodule, usually contained in 
an Internet-Draft.
 </t>
 </list>
</t>
</section>
</section>
<section title="General Documentation Guidelines">
    <t>
YANG data model modules under review are likely to be contained in
Internet-Drafts.  All guidelines for Internet-Draft authors MUST be
followed.  The RFC Editor provides guidelines for authors of RFCs,
which are first published as Internet-Drafts.  These guidelines
should be followed and are defined in <xref target="RFC2223"/> and updated in <xref target="RFC5741"/>
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>
<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>
    <t>
Each YANG module or submodule contained within an Internet-Draft or RFC 
is considered to be a code component.  The strings &apos;&lt;CODE BEGINS&gt;&apos;
and &apos;&lt;CODE ENDS&gt;&apos; MUST be used to identify each code component.
    </t>
    <t>
The &apos;&lt;CODE BEGINS&gt;&apos; tag SHOULD be followed by a string identifying
the file name specified in Section 5.2 of <xref target="RFC6020"/>.
The following example is for the &apos;2010&#8209;01&#8209;18&apos; revision
of the &apos;ietf&#8209;foo&apos; module:
    </t>
	<figure>
	    <artwork><![CDATA[
  <CODE BEGINS> file "ietf-foo@2010-01-18.yang"
    module ietf-foo {
      // ... 
      revision 2010-01-18 {
        description "Latest revision";
        reference "RFC XXXX";
      }
      // ...
    }
  <CODE ENDS>
	    ]]></artwork>
	</figure>
</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 as
 follows:

 o  Brackets "[" and "]" enclose list keys.

 o  Abbreviations before data node names: "rw" means configuration
    (read-write) and "ro" state data (read-only).

 o  Symbols after data node names: "?" means an optional node and "*"
    denotes a "list" and "leaf-list".

 o  Parentheses enclose choice and case nodes, and case nodes are
    also marked with a colon (":").

 o  Ellipsis ("...") stands for contents of subtrees that are not
    shown.
	    ]]></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>
</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="RFC6020"/>
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 MUST be written using the YANG syntax defined in <xref target="RFC6020"/>.
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>
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 
2010-06-16.  Authors MUST check the webpage 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 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="RFC6020"/> 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>
<section title="YANG Usage Guidelines" anchor="YangGuidelines">
    <t>
In general, modules in IETF Standards Track specifications MUST
comply with all syntactic and semantic requirements of YANG <xref target="RFC6020"/>.
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>
Modules contained in Standards Track documents
SHOULD be named according to the guidelines in
the IANA Considerations section of <xref target="RFC6020"/>.
    </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>
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.
    </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 12 of <xref target="RFC6020"/>.
    </t>
</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 protocol capability, then a YANG &apos;feature&apos;
statement SHOULD be defined to indicate that the NETCONF 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>
</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>
    <t>
The &apos;attribute&apos; and &apos;namespace&apos; axes are not supported in YANG,
and MAY be empty in a NETCONF server implementation.
    </t>
    <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;preceding&apos;, and &apos;following&apos; axes SHOULD NOT be used.
These constructs rely on XML document order within a NETCONF 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.  
    </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>
    <t>
Data nodes that use the &apos;int64&apos; and &apos;uint64&apos; built-in
type SHOULD NOT be used within numeric 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 MUST NOT reference
the context node or any descendant nodes of the context node.
    </t>
</section>
<section title="Lifecycle Management">
    <t>
The status statement MUST be present if its value
is &apos;deprecated&apos; or &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 imports
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>
</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 Standards Track status, then
the organization SHOULD be the IETF working group
chartered to write the document.
    </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.
In addition, the Area Director and other contact
information MAY be present.
    </t>
    <t>
The description statement MUST be present.
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>
Each new revision MUST include a revision date that
is higher than any other revision date in the module.
The revision date does not need to be updated if the
module contents do not change in the new document revision.
    </t>
    <t>
It is acceptable to reuse the
same revision statement within unpublished versions
(i.e., Internet-Drafts), but the revision date
MUST be updated to a higher value each time the
Internet-Draft is re-posted.
    </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 temporary 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="RFC6020"/>.
    </t>
    <t>
The following examples of non-Standards-Track modules are only suggestions.  There are no
guidelines for this type of URN in this document:
    </t>
	<figure>
	    <artwork><![CDATA[
    http://example.com/ns/example-interfaces

    http://example.com/ns/example-system
	    ]]></artwork>
	</figure>
</section>
<section title="Top-Level Data Definitions">
    <t>
The top-level data organization SHOULD be considered carefully,
in advance.  Data model designers need to consider how
the functionality for a given protocol or protocol family
will grow over time.
    </t>
    <t>
The separation of configuration data and operational state SHOULD
be considered carefully. It is often useful to define separate
top-level containers for configuration and non-configuration data.
There SHOULD only be one top-level data node defined
in each YANG module for all configuration data nodes,
if any configuration data nodes are defined at all.
There MAY be one top-level data node defined
in each YANG module for all non-configuration data nodes,
if any non-configuration data nodes are defined at all.
    </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>
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>
    <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.
    </t>
    <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>
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 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>
    <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>
</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="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>
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>
</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>
</section>
</section>
<section title="IANA Considerations" anchor="IANA">
    <t>
This document registers one URI in the IETF XML registry <xref target="RFC3688"/>.
    </t>
    <t>
The following registration has been made:
    </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>
Per this document, the following assignment has been made in the YANG Module
Names Registry for 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 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 [RFC6241].  The lowest NETCONF layer is
the secure transport layer and the mandatory-to-implement secure
transport is SSH [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, and Ladislav Lhotka 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>
Added terminology guidelines
 </t>
 <t>
Added YANG tree diagram guideline
 </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='RFC2223'>
<front>
<title>Instructions to RFC Authors</title>
<author initials='J.' surname='Postel' fullname='Jon Postel'>
<organization>USC/Information Sciences Institute</organization>
<address>
<postal>
<street>4676 Admiralty Way</street>
<street>Marina del Rey</street>
<street>CA  90292</street></postal>
<phone>+1 310-822-1511</phone>
<facsimile>+1 310-823-6714</facsimile>
<email>Postel@ISI.EDU</email></address></author>
<author initials='J.K.' surname='Reynolds' fullname='Joyce K. Reynolds'>
<organization>USC/Information Sciences Institute</organization>
<address>
<postal>
<street>4676 Admiralty Way</street>
<street>Marina del Rey</street>
<street>CA  90292</street></postal>
<phone>+1 310-822-1511</phone>
<facsimile>+1 310-823-6714</facsimile>
<email>jkrey@isi.edu</email></address></author>
<date year='1997' month='October' />
<area>General</area>
<keyword>RFC authors</keyword></front>
<seriesInfo name='RFC' value='2223' />
<format type='TXT' octets='37948' target='http://www.rfc-editor.org/rfc/rfc2223.txt' />
<format type='XML' octets='37561' target='http://xml.resource.org/public/rfc/xml/rfc2223.xml' />
</reference>
  <!-- end 2223 -->


<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='RFC5741'>

<front>
<title>RFC Streams, Headers, and Boilerplates</title>
<author initials='L.' surname='Daigle' fullname='L. Daigle'>
<organization /></author>
<author initials='O.' surname='Kolkman' fullname='O. Kolkman'>
<organization /></author>
<author>
<organization>IAB</organization></author>
<date year='2009' month='December' />
<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 is not an Internet Standards Track specification; it is published for informational purposes.</t></abstract></front>
<seriesInfo name='RFC' value='5741' />
<format type='TXT' octets='32160' target='http://www.rfc-editor.org/rfc/rfc5741.txt' />
</reference>
  <!-- end 5741 -->

  <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>
  <!-- end 6020 -->

  <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='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='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="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 -->

</references>
<section title="Module Review Checklist">
    <t>
This section is adapted from RFC 4181.
    </t>
    <t>
The purpose of a YANG module review is to review 
the YANG module both for technical correctness and
for adherence to IETF documentation requirements.
The following checklist may be helpful when reviewing
an Internet-Draft:
    </t>
<t>
 <list style="symbols">
 <t>
I-D Boilerplate -- verify that the draft contains the required
Internet-Draft boilerplate (see
http://www.ietf.org/id-info/guidelines.html), including the
appropriate statement to permit publication as an RFC, and that
I-D boilerplate does not contain references or section numbers.
 </t>
 <t>
Abstract -- verify that the abstract does not contain references,
that it does not have a section number, and that its content follows
the guidelines in http://www.ietf.org/id-info/guidelines.html.
 </t>
 <t>
Copyright Notice -- verify that the draft has the appropriate
text regarding the rights that document contributers provide to
the IETF Trust <xref target="RFC5378"/>.  Verify that it contains the 
full IETF Trust copyright notice at the beginning of the document.
The IETF Trust Legal Provisions (TLP) can be found at:
 </t>
 </list>
</t>
	<figure>
	    <artwork><![CDATA[
   http://trustee.ietf.org/license-info/
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
Security Considerations section -- verify that the draft uses the
latest approved template from the OPS area website
(http://trac.tools.ietf.org/area/ops/trac/wiki/yang-security-guidelines)
and that the guidelines therein have been followed.
 </t>
 <t>
IANA Considerations section -- this section must always be
present.  For each module within the document, ensure that the 
IANA Considerations section contains entries
for the following IANA registries:
 </t>
 </list>
</t>
	<figure>
	    <artwork><![CDATA[
   XML Namespace Registry: Register the YANG module namespace.

   YANG Module Registry: Register the YANG module name, prefix,
      namespace, and RFC number, according to the rules specified
      in [RFC6020].
	    ]]></artwork>
	</figure>
<t>
 <list style="symbols">
 <t>
References -- verify that the references are properly divided
between normative and informative references, that RFC 2119 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">
	<figure>
	    <artwork><![CDATA[
 <CODE BEGINS> file "ietf-template@2010-05-18.yang"
	    ]]></artwork>
	</figure>
	<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>

         WG Chair: your-WG-chair
                   <mailto:your-WG-chair@example.com>

         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 '2010-05-18' with the module publication date
     // The format is (year-month-day)
     revision "2010-05-18" {
       description
         "Initial version";
     }

     // 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>
	<figure>
	    <artwork><![CDATA[
 <CODE ENDS>
	    ]]></artwork>
	</figure>
</section>
</back></rfc>
