Marc De Leenheer | f20c7fb | 2017-05-05 10:24:41 -0700 | [diff] [blame] | 1 | module org-openroadm-network { |
| 2 | namespace "http://org/openroadm/network"; |
| 3 | prefix org-openroadm-network; |
| 4 | |
| 5 | import org-openroadm-roadm { |
| 6 | prefix org-openroadm-roadm; |
| 7 | } |
| 8 | import org-openroadm-external-pluggable { |
| 9 | prefix org-openroadm-external-pluggable; |
| 10 | } |
| 11 | import org-openroadm-xponder { |
| 12 | prefix org-openroadm-xponder; |
| 13 | } |
| 14 | |
| 15 | organization |
| 16 | "OPEN ROADM MSA"; |
| 17 | contact |
| 18 | "www.OpenROADM.org."; |
| 19 | description |
| 20 | "Copyright of the Members of the Open ROADM MSA Agreement dated (c) 2016, |
| 21 | AT&T Intellectual Property. All other rights reserved. |
| 22 | |
| 23 | Redistribution and use in source and binary forms, with or without modification, |
| 24 | are permitted provided that the following conditions are met: |
| 25 | |
| 26 | * Redistributions of source code must retain the above copyright notice, this |
| 27 | list of conditions and the following disclaimer. |
| 28 | * Redistributions in binary form must reproduce the above copyright notice, |
| 29 | this list of conditions and the following disclaimer in the documentation and/or |
| 30 | other materials provided with the distribution. |
| 31 | * Neither the Members of the Open ROADM MSA Agreement nor the names of its |
| 32 | contributors may be used to endorse or promote products derived from this software |
| 33 | without specific prior written permission. |
| 34 | |
| 35 | THIS SOFTWARE IS PROVIDED BY THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT ''AS IS'' |
| 36 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 37 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 38 | IN NO EVENT THE MEMBERS OF THE OPEN ROADM MSA AGREEMENT BE LIABLE FOR ANY DIRECT, |
| 39 | INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 40 | NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, |
| 41 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 42 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 43 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 44 | POSSIBILITY OF SUCH DAMAGE."; |
| 45 | |
| 46 | revision 2016-10-14 { |
| 47 | description |
| 48 | "Version 1.2"; |
| 49 | } |
| 50 | |
| 51 | container network { |
| 52 | uses org-openroadm-roadm:open-roadm; |
| 53 | uses org-openroadm-external-pluggable:external-pluggable; |
| 54 | uses org-openroadm-xponder:xponder; |
| 55 | } |
| 56 | } |