Bug 1441: Bug fixes, clean-up and test migration
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / schema / augment_choice_hell_ok2.xml
diff --git a/yang/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok2.xml b/yang/yang-data-codec-xml/src/test/resources/schema/augment_choice_hell_ok2.xml
new file mode 100644 (file)
index 0000000..fc51007
--- /dev/null
@@ -0,0 +1,14 @@
+<root xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
+    <container>
+        <c22Leaf>2</c22Leaf>
+
+        <c34LeafS>3</c34LeafS>
+
+        <augLeaf>augment</augLeaf>
+
+        <c1Leaf>1</c1Leaf>
+        <c1Leaf_AnotherAugment>1</c1Leaf_AnotherAugment>
+        <deepLeafc2>1</deepLeafc2>
+    </container>
+</root>
+