Merge changes I14f284cc,I65bfdb56
[yangtools.git] / yang / yang-parser-impl / src / test / resources / types / custom-types-test@2012-4-4.yang
index b7f07fcae194a1482d8bdc9679bd53699c3efeb2..050d5c0de9866828215fc25f91f4a9dc03006119 100644 (file)
@@ -5,12 +5,6 @@ module custom-types-test {
     prefix "iit";
 
     // imports added only for testing purposes
-    import iana-afn-safi {
-        prefix "afn";
-    }
-    import iana-if-type {
-        prefix "if";
-    }
     import iana-timezones {
         prefix "tz";
     }
@@ -70,6 +64,11 @@ module custom-types-test {
         type service-type-ref;
     }
 
+    identity crypto-id {
+        base "crypto-base";
+        description "crypto-id description";
+    }
+
     identity crypto-base {
         description "crypto-base description";
     }
@@ -79,6 +78,11 @@ module custom-types-test {
         description "crypto-alg description";
     }
 
+    identity crypto-def {
+        base "crypto-base";
+        description "crypto-def description";
+    }
+
     leaf mybits {
         type bits {
             bit disable-nagle {