d2f9f6ea9fc25bffe713cccdc9298a0cc7348c88
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / devicemodel / src / main / yang / G_874_1_model-Imported_Information_Object_Classes-X_721@2016-07-10.yang
1 module G_874_1_model-Imported_Information_Object_Classes-X_721 {
2     namespace "uri:onf:G_874_1_model-Imported_Information_Object_Classes-X_721";
3     prefix G_874_1_model-Imported_Information_Object_Classes-X_721;
4
5     import G_874_1_model-Imported_Data_Types {
6         prefix G_874_1_model-Imported_Data_Types;
7     }
8
9     organization 
10         'ONF (Open Networking Foundation) Open Transport Working Group - Wireless Transport Project';
11
12     contact 
13         'WG Web:   <https://www.opennetworking.org/technical-communities/areas/specification/1931-optical-transport>
14          WG List:  <mailto:wireless-transport@login.opennetworking.org >
15          WG Chair: Lyndon Ong
16                    <mailto:lyong@ciena.com>
17          WG Chair: Giorgio Cazzaniga
18                    <mailto:giorgio.cazzaniga@sm-optics.com>';
19
20     description 
21         'This module contains a collection of YANG definitions for 
22          managing microwave transport networks.';
23
24     revision 2016-07-10 {
25         description 
26             "Initial revision."; 
27         reference 
28             "ONF TR xyz: A YANG Data Model for Microwave Transport Networks."; 
29     }
30
31     grouping X_721_Top {
32         description "This is the top level of managed object class hierarchy and every other managed object class is a specialization of either this generic class (top) or a specialization of subclass of top. The parameter miscellaneousError is to be used when a processing failure has occurred and the error condition encountered does not match any of object's defined specific error types.";
33         leaf objectClass {
34             type G_874_1_model-Imported_Data_Types:ObjectIdentifier;
35             description "ObjectClass ::= CHOICE{    globalForm    [0] OBJECT IDENTIFIER,
36                 localForm    [1] INTEGER}";
37         }
38         leaf nameBinding {
39             type G_874_1_model-Imported_Data_Types:ObjectIdentifier;
40         }
41     }
42 }