Instance identifier support
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-xml / yang / basic-module.yang
index 7023c94f2f0df55d00efaf6c675629a184deba78..020ff8fa5062d640830202ae84ba56d42cb017c8 100644 (file)
@@ -91,6 +91,16 @@ module basic-module {
                  }
                }
                
+               leaf lfLfref {
+                 type leafref {
+                     path "/cont/lfBoolean";
+                 }    
+               }
+               
+               leaf lfInIdentifier {
+                 type instance-identifier;
+               }
+               
        }
          
 }
\ No newline at end of file