Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / anyxml / test-anyxml.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/anyxml/test-anyxml.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/anyxml/test-anyxml.yang
deleted file mode 100644 (file)
index a956737..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-module test-anyxml {
-    yang-version 1;
-
-    namespace "urn:test:simple:test:anyxml";
-    prefix test;
-    organization "test.org";
-    revision "2017-06-07";
-
-    container .my-cont {
-      container my-inner-cont {
-        leaf my-leaf {
-          type string;
-        }
-
-        anyxml inner-anyxml {
-          description "I am data schema node anyxml";
-        }
-      }
-    }
-
-    anyxml root-anyxml {
-       description "I am root anyxml";
-    }
-}