Bug 2562: Binding Data Codec: Incorrectly deserialized unkeyed list from NormalizedNode
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-test-bug-2562.yang
1 module opendaylight-test-bug-2562 {
2     yang-version 1;
3     namespace "opendaylight-test-bug-2562:namespace";
4     prefix "ty";
5     revision "2016-01-01" {
6         description
7             "bug 2562 Binding Data Codec: Incorrectly deserialized unkeyed list from NormalizedNode";
8     }
9
10     container root {
11         list fooroot {
12             list barroot {
13                 key "type";
14                 leaf type { type int32; }
15                 leaf value { type int32; }
16             }
17         }
18     }
19 }