Delete netconf
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / test-config-data / test-mount-point / yang / test-interface2.yang
1 module mount-interface2 {
2     yang-version 1;
3     namespace "urn:ietf:params:xml:ns:yang:mount-interface2";
4     prefix "snn";
5
6     description
7         "test file";   
8
9     revision "2014-08-01" {
10         description
11             "Initial revision";
12         reference "will be defined";
13     }
14     
15     container class {
16         list student {
17             key "name";
18          
19             leaf name {
20                 type string;
21             }
22             leaf age {
23                 type string;
24             }
25         }
26     }
27 }