Merge "BUG 1082 Migrate sal-rest-connector to Async Data Broker API"
[controller.git] / opendaylight / md-sal / sal-protocolbuffer-encoding / src / test / resources / augment_choice.xml
1 <!--
2   ~ /*
3   ~  Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
4   ~
5   ~  This program and the accompanying materials are made available under the
6   ~  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7   ~  and is available at http://www.eclipse.org/legal/epl-v10.html
8   ~  */
9   -->
10
11 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
12
13     <c2Leaf>2</c2Leaf>
14     <c2DeepChoiceCase1Leaf2>2</c2DeepChoiceCase1Leaf2>
15     <!--<c2DeepChoiceCase1Leaf1>2</c2DeepChoiceCase1Leaf1>-->
16
17     <c3Leaf>3</c3Leaf>
18
19     <augLeaf>augment</augLeaf>
20
21     <c1Leaf>1</c1Leaf>
22     <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
23     <deepLeafc1>1</deepLeafc1>
24     <!--<deepLeafc2>1</deepLeafc2>-->
25 </container>