Bug 4355 - Data Tree: Enforce case uniqueness and 'mandatory true' leaf presence
[controller.git] / opendaylight / md-sal / sal-test-model / src / main / yang / opendaylight-mdsal-list-test.yang
index d4775afe54e53d416080e35d9d37b5af5d81469a..588dbc1534bb2ec01f639a14a59ccb5cb5271299 100644 (file)
@@ -28,9 +28,9 @@ module opendaylight-mdsal-list-test {
                 }
                 leaf type {
                     type string;
-                    mandatory true;
-                    description
-                        "Mandatory type of list.";
+//                    mandatory true;
+//                    description
+//                        "Mandatory type of list.";
                 }
                 ordered-by user;
                 description