Split Restconf implementations (draft02 and RFC) - providers tests
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / yang / instance-identifier-module.yang
diff --git a/restconf/restconf-nb-rfc8040/src/test/resources/instanceidentifier/yang/instance-identifier-module.yang b/restconf/restconf-nb-rfc8040/src/test/resources/instanceidentifier/yang/instance-identifier-module.yang
new file mode 100644 (file)
index 0000000..ffa5db6
--- /dev/null
@@ -0,0 +1,12 @@
+module instance-identifier-module {
+  namespace "instance:identifier:module";
+
+  prefix "iimodule";
+  revision 2014-01-17 {
+  }
+
+    container cont {
+        container cont1 {
+        }
+    }
+}
\ No newline at end of file