Split Restconf implementations (draft02 and RFC) - tests
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / parser-identifier / mount-point.yang
diff --git a/restconf/restconf-nb-rfc8040/src/test/resources/parser-identifier/mount-point.yang b/restconf/restconf-nb-rfc8040/src/test/resources/parser-identifier/mount-point.yang
new file mode 100644 (file)
index 0000000..02a468f
--- /dev/null
@@ -0,0 +1,17 @@
+module mount-point {
+  namespace "mount:point";
+  prefix "mountp";
+  yang-version 1;
+
+  import parser-identifier-included { prefix pii; revision-date 2016-06-02; }
+
+  revision 2016-06-02 {
+    description "Initial revision.";
+  }
+
+  container mount-container {
+    leaf point-number {
+      type uint8;
+    }
+  }
+}
\ No newline at end of file