module bbf-template {
  yang-version 1.1;

  namespace "urn:bbf:yang:bbf-template";

  // Replace this string, and try to pick a unique prefix
  prefix "bbf-temp";

  // import statements here: e.g.,
  import ietf-interfaces {
    prefix if;
  }


  // include statements here: e.g.,
  include bbf-template-submodule;

  // Identify the Broadband Forum working group if applicable
  organization
    "Broadband Forum <https://www.broadband-forum.org>
     <work area name> Work Area";

  // Update this contact statement with your info
  contact
    "Comments or questions about this Broadband Forum YANG module
     should be directed to <mailto:help@broadband-forum.org>.

     Editor:      Joe Shmoe, XYZ Inc.
                  <mailto:joe.shmoe@xyz.com>

     Editor:      Jane Doe, ACME
                  <mailto:cchaplin@ACME.org>     

     WA Director: John Doe, Internet Company
                  <mailto:jdoe@inco.com>"
  
  // The license text below may be subject to revision
  description
    "One or two sentence summary.
     
     Copyright (c) <YEAR>, Broadband Forum

     Redistribution and use in source and binary forms, with or
     without modification, are permitted provided that the following
     conditions are met:

     1. Redistributions of source code must retain the above 
        copyright notice, this list of conditions and the following
        disclaimer.

     2. Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following
        disclaimer in the documentation and/or other materials
        provided with the distribution.

     3. Neither the name of the copyright holder nor the names of
        its contributors may be used to endorse or promote products
        derived from this software without specific prior written
        permission.

     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
     CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES,
     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
     EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

     The above license is used as a license under copyright only.
     Please reference the Forum IPR Policy for patent licensing
     terms.

     Any moral rights which are necessary to exercise under the
     above license grant are also deemed granted under this license.

     This version of this YANG module is part of TR-XYZ; see
     the TR itself for full legal notices.";

  // Issue History:
  // Retain the Issue History when published
  revision "2016-07-20" {
    description
      "Initial revision.
       * Approval Date:    see revision date above.
       * Publication Date: 2016-07-20.";
    reference
      "TR-XYZ: YANG Modules for <  >
               <https://www.broadband-forum.org/technical/download/
                        TR-XYZ.pdf>";
  }
  
  // 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

}


  • No labels