BUG-1196: fixed bug in choice case codec.
[yangtools.git] / integration-test / bug1196-test-model / src / main / yang / pcep-types.yang
1 module pcep-types {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:pcep:types";
4     prefix "pcep-t";
5
6     revision "2013-10-05" {
7     }
8
9
10     grouping vs-tlv {
11         description "Vendor-specific TLV.";
12         container vs-tlv {
13                 choice vendor-payload {
14                 }
15         }
16     }
17
18 }
19