Remove throws declaration of a runtime exception
[controller.git] / opendaylight / config / yang-test / src / main / yang / types / test-types.yang
index 84fbcb089d6390ba4478c24a0503442ad0bfd8d1..df5387be2c1f2581e2a44872ef596e62ec76d628 100644 (file)
@@ -23,4 +23,21 @@ module test-types {
         }
     }
 
+      typedef unionTest {
+        type union {
+          type string;
+          type uint32;
+          type extend-twice;
+        }
+      }
+
+
+
+    identity test-identity1 {
+
+    }
+
+    identity test-identity2 {
+        base test-identity1;
+    }
 }