Revert "Do not emit empty lists to NormalizedNodes"
[mdsal.git] / binding / mdsal-binding-test-model / src / main / yang / opendaylight-test-leafcachingcodec.yang
index 748f1eb90b7927b107b4eec80e10834115c31b7a..2923c9e3b010e1f35ae8e98c699228277aa38652 100644 (file)
@@ -5,12 +5,12 @@ module test-leaf-caching-codec {
     revision 2019-02-01;
 
     typedef my-type {
-        type uint16 {
-          range "1..4094";
+        type string {
+          length 2..5;
         }
     }
 
-    container cont{
+    container cont {
        leaf caching {
          type my-type;
        }