X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-test%2Fsrc%2Fmain%2Fyang%2Ftypes%2Ftest-types.yang;h=8c086d8aceb1d5ec21c06f398e57fcd46d8bda62;hp=84fbcb089d6390ba4478c24a0503442ad0bfd8d1;hb=d1ab4c3ea79bcd74e02aa9334bc660cb7fc6d037;hpb=d1ca10654c2535c3c2129523d520979821f8b3fd diff --git a/opendaylight/config/yang-test/src/main/yang/types/test-types.yang b/opendaylight/config/yang-test/src/main/yang/types/test-types.yang index 84fbcb089d..8c086d8ace 100644 --- a/opendaylight/config/yang-test/src/main/yang/types/test-types.yang +++ b/opendaylight/config/yang-test/src/main/yang/types/test-types.yang @@ -23,4 +23,12 @@ module test-types { } } + typedef unionTest { + type union { + type string; + type uint32; + type extend-twice; + } + } + }