aaaedc1dc570f9ef6d12ede48fa692e2c2150acf
[controller.git] / opendaylight / md-sal / model / model-inventory / src / main / yang / opendaylight-inventory-config.yang
1 module opendaylight-inventory-config {
2     namespace "urn:opendaylight:inventory:config";
3     prefix inv-config;
4
5     import yang-ext {prefix ext; revision-date "2013-07-09";}
6     import ietf-inet-types {prefix inet; revision-date "2010-09-24";}
7     import ietf-yang-types {prefix yang; revision-date "2010-09-24";}
8     import opendaylight-inventory {prefix inv; revision-date "2013-08-19";}
9
10
11     revision "2013-08-19" {
12         description "Initial revision of Inventory model";
13     }
14     /** Base structure **/
15     container nodes {
16         list node {
17             key "id";
18             ext:context-instance "node-context";
19
20             uses inv:node;
21         }
22     }    
23 }