Implement subtree filtering using fields
[netconf.git] / netconf / sal-netconf-connector / src / test / resources / schemas / test-module.yang
index cd732fca70e1d7d7a4a53cd5e2e7f48cff9c1f64..7430f3308bb405ac50857292013760d940d8baac 100644 (file)
@@ -13,6 +13,21 @@ module test-module {
         leaf a {
             type string;
         }
+
+        leaf b {
+            type string;
+        }
+
+        container d {
+            leaf x {
+                type boolean;
+            }
+        }
     }
 
+    container e {
+        leaf z {
+            type uint8;
+        }
+    }
 }