Introduce SimpleNormalizedNodeMessage for serialization of NormalizedNode using protobuff
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / test / resources / augment_choice.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
2
3     <c2Leaf>2</c2Leaf>
4     <c2DeepChoiceCase1Leaf2>2</c2DeepChoiceCase1Leaf2>
5     <!--<c2DeepChoiceCase1Leaf1>2</c2DeepChoiceCase1Leaf1>-->
6
7     <c3Leaf>3</c3Leaf>
8
9     <augLeaf>augment</augLeaf>
10
11     <c1Leaf>1</c1Leaf>
12     <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
13     <deepLeafc1>1</deepLeafc1>
14     <!--<deepLeafc2>1</deepLeafc2>-->
15 </container>