Update docs conf.yaml version to Sulfur
[transportpce.git] / ordmodels / device / src / main / yang / org-openroadm-optical-operational-interfaces@2020-05-29.yang
1 module org-openroadm-optical-operational-interfaces {
2   namespace "http://org/openroadm/optical-operational-interfaces";
3   prefix org-openroadm-optical-operational-interfaces;
4
5   import org-openroadm-common-optical-channel-types {
6     prefix org-openroadm-common-optical-channel-types;
7     revision-date 2020-05-29;
8   }
9
10   organization
11     "Open ROADM MSA";
12   contact
13     "OpenROADM.org";
14   description
15     "YANG definitions for device flexible optical transport network group interfaces.
16
17      Copyright of the Members of the Open ROADM MSA Agreement dated (c) 2018,
18      All other rights reserved.
19
20      Redistribution and use in source and binary forms, with or without modification,
21      are permitted provided that the following conditions are met:
22
23      * Redistributions of source code must retain the above copyright notice, this
24        list of conditions and the following disclaimer.
25      * Redistributions in binary form must reproduce the above copyright notice,
26        this list of conditions and the following disclaimer in the documentation and/or
27        other materials provided with the distribution.
28      * Neither the Members of the Open ROADM MSA Agreement nor the names of its
29        contributors may be used to endorse or promote products derived from this software
30        without specific prior written permission.
31
32      THIS SOFTWARE IS PROVIDED BY THE MEMBERS OF THE OPEN ROADM MSA  AGREEMENT ''AS IS''
33      AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
34      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
35      IN NO EVENT THE MEMBERS OF THE OPEN ROADM MSA  AGREEMENT BE LIABLE FOR ANY DIRECT,
36      INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
37      NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;  LOSS OF USE, DATA,
38      OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
39      WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
40      ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41      POSSIBILITY OF SUCH DAMAGE.
42
43      Also contains code components extracted from IETF Interfaces.  These code components
44      are copyrighted and licensed as follows:
45
46      Copyright (c) 2016 IETF Trust and the persons identified as the document authors.
47      All rights reserved.
48
49      This document is subject to BCP 78 and the IETF Trust’s Legal Provisions Relating
50      to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of
51      publication of this document. Please review these documents carefully, as they
52      describe your rights and restrictions with respect to this document. Code Components
53      extracted from this document must include Simplified BSD License text as described in
54      Section 4.e of the Trust Legal Provisions and are provided without warranty as
55      described in the Simplified BSD License.";
56
57   revision 2020-05-29 {
58     description
59       "Version 7.1.0";
60   }
61   revision 2020-03-27 {
62     description
63       "Version 7.0.0";
64   }
65   revision 2019-11-29 {
66     description
67       "Version 6.1.0";
68   }
69   revision 2019-09-27 {
70     description
71       "Version 6.0.0";
72   }
73   revision 2019-05-31 {
74     description
75       "Version 5.1.0";
76   }
77   revision 2019-03-29 {
78     description
79       "Version 5.0.0";
80   }
81
82   grouping optical-operational-modes-grp-attr {
83     description
84       "optical operational modes attribute grouping";
85     leaf spectral-width {
86       type org-openroadm-common-optical-channel-types:frequency-GHz;
87       units "GHz";
88       description
89         "The required minimum signal spectral width of signal at -22 dbm.";
90     }
91   }
92 }