e4247bee1e0065476838a02de82e9f5137d500a6
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / datastore-and-scope-specification / opendaylight-inventory.yang
1 module opendaylight-inventory {
2     namespace "urn:opendaylight:inventory";
3     prefix inv;
4
5     revision "2013-08-19" {
6         description "Initial revision of Inventory model";
7     }
8     
9     
10     container nodes {
11         list node {
12             key "id";
13             leaf id {
14                 type string;
15             }
16         }
17     }
18
19 }