Migrate YANG inputs for yang-data-codec-xml
[yangtools.git] / codec / yang-data-codec-xml / src / test / resources / yt1108 / yang / foo.yang
diff --git a/codec/yang-data-codec-xml/src/test/resources/yt1108/yang/foo.yang b/codec/yang-data-codec-xml/src/test/resources/yt1108/yang/foo.yang
deleted file mode 100644 (file)
index 403a81b..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-module foo {
-    namespace "foo-namespace";
-    prefix "f";
-
-    identity ident-base;
-    identity ident-one {
-        base ident-base;
-    }
-
-    typedef union-type {
-        type union {
-            type uint8;
-            type identityref {
-                base ident-base;
-            }
-        }
-    }
-
-    container leaf-container {
-        leaf union-identityref-leaf {
-            type union-type;
-        }
-
-        leaf identityref-leaf {
-            type identityref {
-                base ident-base;
-            }
-        }
-    }
-}
\ No newline at end of file