Added support to generate types from Choices and Cases added by augmentation.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-generator-impl / src / test / resources / abstract-topology.yang
index 46aac7878946762d9464a0d92c08f23a13a505bd..863b223ea601624daedc955d550a01f49c2a7a10 100644 (file)
@@ -1,6 +1,6 @@
 module abstract-topology {
     yang-version 1;
-    namespace "";
+    namespace "urn:model:abstract:topology";
     prefix "tp";
 
     import ietf-inet-types { 
@@ -8,8 +8,8 @@ module abstract-topology {
         revision-date 2010-09-24;
     }
 
-    organization "Cisco";
-    contact "WILL-BE-DEFINED-LATER";
+    organization "OPEN DAYLIGHT";
+    contact "http://www.opendaylight.org/";
 
     description
         "This module contains the definitions of elements that creates network 
@@ -19,6 +19,10 @@ module abstract-topology {
         reference "~~~ WILL BE DEFINED LATER";
     }
     
+    revision "2013-01-01" {
+        reference "~~~ WILL BE DEFINED LATER";
+    }
+    
     typedef node-id-ref {
         type leafref {
             path "/tp:topology/tp:network-nodes/tp:network-node/tp:node-id";