Inject MD_SAL services directly in sal-binding-it tests
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / yang / general-entity.yang
1 module general-entity {
2     namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:general-entity";
3     prefix "general-entity";
4
5     description "Defines a model to describe a general entity whose path can be used as an ID for an entity that isn't otherwise modelled";
6     
7     revision 2015-08-20 {
8         description "Initial revision";
9     }
10
11     list entity {
12         key name;
13         leaf name {
14             type string;
15         }
16     }
17 }