Removed 'code-generator' and 'model' projects.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / samples / maven-code-gen-sample / src / main / yang / simple-string-demo.yang
diff --git a/opendaylight/sal/yang-prototype/code-generator/samples/maven-code-gen-sample/src/main/yang/simple-string-demo.yang b/opendaylight/sal/yang-prototype/code-generator/samples/maven-code-gen-sample/src/main/yang/simple-string-demo.yang
deleted file mode 100644 (file)
index c0f87dd..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-module simple-string-demo {
-
-    namespace "urn:simple:string:demo";
-    prefix "sbd";
-
-    organization "OPEN DAYLIGHT";
-    contact "http://www.opendaylight.org/";
-
-    revision 2013-06-18 {
-        
-    }
-
-    typedef typedef-string {
-        type string {
-            length "40";
-            pattern "[0-9A-F]\.*";
-            pattern "[B-D]*";
-            pattern "[4-7]*";
-        }
-    }
-
-}