ietf-template@2016-03-20.yang   ietf-template@2016-03-20xml.yang 
module ietf-template { module ietf-template {
yang-version 1.1;
yang-version 1.1;
// replace this string with a unique namespace URN value
namespace
"urn:ietf:params:xml:ns:yang:ietf-template";
// replace this string, and try to pick a unique prefix
prefix "temp";
// import statements here: e.g.,
// import ietf-yang-types { prefix yang; }
// import ietf-inet-types { prefix inet; }
// identify the IETF working group if applicable
organization
"IETF NETMOD (NETCONF Data Modeling Language) Working Group";
// update this contact statement with your info
contact
"WG Web: <http://datatracker.ietf.org/wg/your-wg-name/>
WG List: <mailto:your-wg-name@ietf.org>
Editor: your-name
<mailto:your-email@example.com>";
// replace the first sentence in this description statement. // replace this string with a unique namespace URN value
// 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 namespace "urn:ietf:params:xml:ns:yang:ietf-template";
identified as authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or // replace this string, and try to pick a unique prefix
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 prefix temp;
the RFC itself for full legal notices.";
// RFC Ed.: replace XXXX with actual RFC number and remove // import statements here: e.g.,
// this note // import ietf-yang-types { prefix yang; }
// replace '2016-03-20' with the module publication date // import ietf-inet-types { prefix inet; }
// the format is (year-month-day) // identify the IETF working group if applicable
revision 2016-03-20 { organization
description "IETF NETMOD (NETCONF Data Modeling Language) Working Group";
"what changed in this revision";
reference "RFC XXXX: <Replace With Document Title>";
}
// extension statements // update this contact statement with your info
// feature statements contact
"WG Web: <http://datatracker.ietf.org/wg/your-wg-name/>
WG List: <mailto:your-wg-name@ietf.org>
// identity statements Editor: your-name
<mailto:your-email@example.com>";
// typedef statements // 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
// grouping statements description
"This module defines a template for other YANG modules.
// data definition statements Copyright (c) <insert year> IETF Trust and the persons
identified as authors of the code. All rights reserved.
// augment statements 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).
// rpc statements This version of this YANG module is part of RFC XXXX; see
the RFC itself for full legal notices.";
// notification statements // RFC Ed.: replace XXXX with actual RFC number and remove
// this note
// replace '2016-03-20' with the module publication date
// the format is (year-month-day)
// DO NOT put deviation statements in a published module revision 2016-03-20 {
description
"what changed in this revision";
reference "RFC XXXX: <Replace With Document Title>";
}
} // extension statements
// feature statements
// identity statements
// typedef statements
// grouping statements
// data definition statements
// augment statements
// rpc statements
// notification statements
// DO NOT put deviation statements in a published module
}
 End of changes. 18 change blocks. 
61 lines changed or deleted 43 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/