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 48666e168941423e3fd5bd72125c6738330627f6..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
@@ -43,9 +43,13 @@ module opendaylight-mdsal-list-test {
         uses two-level-list;
     }
 
+    notification two-level-list-changed {
+        uses two-level-list;
+    }
+
     rpc put-top {
         input {
             uses two-level-list;
         }
     }
-}
\ No newline at end of file
+}