Switched codecs infrastructure to use yang-data-impl codecs
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-json / simple-data-types / simple-data-types.yang
@@ -5,6 +5,9 @@ module simple-data-types {
   revision 2013-11-12 {    
   }
   
   revision 2013-11-12 {    
   }
   
+  identity iden {
+  }
+  
   typedef tpdfempty {
        type empty;
   }
   typedef tpdfempty {
        type empty;
   }
@@ -245,6 +248,26 @@ module simple-data-types {
     leaf lfunion12 {
                type tpdfun2;
     }
     leaf lfunion12 {
                type tpdfun2;
     }
+    
+    leaf lfunion13 {
+        type tpdfbit;    
+    }
+        
+    leaf lfunion14 {
+        type union {
+            type enumeration {
+                enum zero;
+                enum one;
+            }
+            type uint16;
+        }    
+    }    
+    
+    leaf identityref1 {
+        type identityref {
+            base iden;
+        }
+    }
          
          
   }
          
          
   }