BUG-1143: refactored AugmentedTypeTest.
[yangtools.git] / code-generator / binding-generator-impl / src / test / resources / augment-test-models / abstract-topology@2013-02-08.yang
index d80a3e9fdd1cfd14dfe58c4a1631c692bf170a53..249e1f60d3a785119d529e49443fcfd0026effbf 100644 (file)
@@ -3,20 +3,6 @@ module abstract-topology {
     namespace "urn:model:abstract:topology";
     prefix "tp";
 
-    import ietf-inet-types { 
-        prefix "inet"; 
-        revision-date 2010-09-24;
-    }
-
-    organization "OPEN DAYLIGHT";
-    contact "http://www.opendaylight.org/";
-
-    description
-        "This module contains the definitions of elements that creates network 
-    topology i.e. definition of network nodes and links. This module is not designed 
-    to be used solely for network representation. This module SHOULD be used as base 
-    module in defining the network topology.";
-
     revision "2013-02-08" {
         reference "http://www.opendaylight.org/";
     }
@@ -41,7 +27,7 @@ module abstract-topology {
         topology-id for reason that the store could contain many topologies.";
 
         leaf topology-id {
-            type inet:uri;
+            type string;
             description "It is presumed that datastore will contain many topologies. 
             To distinguish between topologies it is vital to have
             UNIQUE topology identifier.";
@@ -52,7 +38,7 @@ module abstract-topology {
                 key "node-id";
 
                 leaf node-id {
-                    type inet:uri;
+                    type string;
                     description "The Topology identifier of network-node.";
                 }
 
@@ -68,7 +54,7 @@ module abstract-topology {
                 key "link-id";
 
                 leaf link-id {
-                    type inet:uri;
+                    type string;
                     description "";
                 }