Added getParent() method to DataSchemaNode and DataNodeContainer. Fixed Bugs.
[yangtools.git] / yang / yang-parser-impl / src / test / resources / types / custom-types-test@2012-4-4.yang
index 050d5c0de9866828215fc25f91f4a9dc03006119..befe0629b762f1a0373d52777a748dd5f2142cc1 100644 (file)
@@ -52,8 +52,9 @@ module custom-types-test {
 
     leaf inst-id-leaf1 {
         type instance-identifier {
-           require-instance false;
+            require-instance false;
         }
+        iit:mountpoint "mnt-extension";
     }
 
     leaf inst-id-leaf2 {
@@ -67,6 +68,7 @@ module custom-types-test {
     identity crypto-id {
         base "crypto-base";
         description "crypto-id description";
+        iit:mountpoint "mnt-extension";
     }
 
     identity crypto-base {