Unit Test for md-sal netconf northbound mapping.
[controller.git] / opendaylight / md-sal / model / model-flow-base / src / main / yang / opendaylight-action-types.yang
index fdc8d02e176d52201ea7022a559de2eada25512b..041fc576a112582c5804ec126ddd2067dda69895 100644 (file)
@@ -33,13 +33,17 @@ module opendaylight-action-types {
     container action-types {   
        uses action-list;
     }
+
+    grouping ordered {
+        leaf order {
+          type int32;
+        }
+    }
     
     grouping action-list {
         list action {
             key "order";
-            leaf order {
-                type int32;
-            }
+            uses ordered;
             uses action;
         }
     }