X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fsal%2Fyang-prototype%2Fcode-generator%2Fbinding-generator-impl%2Fsrc%2Ftest%2Fresources%2Fabstract-topology.yang;h=863b223ea601624daedc955d550a01f49c2a7a10;hb=a881650131c718f5189d975e95f44b3f4450903a;hp=46aac7878946762d9464a0d92c08f23a13a505bd;hpb=4ce0f6630bc576b97c8c9a08848aafb6e90a75b0;p=controller.git diff --git a/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/abstract-topology.yang b/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/abstract-topology.yang index 46aac78789..863b223ea6 100644 --- a/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/abstract-topology.yang +++ b/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/abstract-topology.yang @@ -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";