Added support for Modules to ModuleDependencySort (beside ModuleBuilders).
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / test / resources / model / testfile2.yang
index 34afea6bda4fd968fbd3573fe0eae8a2ec6f5b39..1a7b45ecb153e71d33c90036b26e14d2b1fba45d 100644 (file)
@@ -3,11 +3,6 @@ module types2 {
     namespace "urn:simple.types.data.demo";
     prefix "t2";
     
-    import types1 {
-         prefix "if";
-         revision-date 2013-02-27;
-     }
-
     organization "opendaylight";
     contact "http://www.opendaylight.org/";
     
@@ -110,13 +105,6 @@ module types2 {
        }
     }
 
-    augment "/if:interfaces/if:ifEntry" {
-        when "if:ifType='ds0'";
-        leaf ds0ChannelNumber {
-            type string;
-        }
-    }
-
     leaf if-name {
         type leafref {
             path "/interface/name";