Split Restconf implementations (draft02 and RFC) - Prepare modules
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / instanceidentifier / yang / augment-augment-module.yang
diff --git a/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/augment-augment-module.yang b/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/augment-augment-module.yang
new file mode 100644 (file)
index 0000000..546111c
--- /dev/null
@@ -0,0 +1,21 @@
+module augment-augment-module {
+  namespace "augment:augment:module";  
+
+  prefix "aamodule";
+  
+  import augment-module {prefix amodule; revision-date 2014-01-17;}
+  import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
+   
+  revision 2014-01-17 {    
+  }
+  
+       augment "/imodule:cont/imodule:cont1/amodule:lst11" {
+        leaf lf111 {
+            type instance-identifier;
+        }
+        leaf lf112 {
+            type string;
+        }
+       }
+         
+}
\ No newline at end of file