X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=9fb3713659824677f6935b44429cc8e827d5470c;hp=ba917c0b5093827d242a2443ab39b3076b86c605;hb=2b5a566395883b7d1959344bc725186bda441d01;hpb=93212b37ea8f5918e2185f4e9ddb4f92e29bd42b diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index ba917c0..9fb3713 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang @@ -78,6 +78,12 @@ module mano-types type string; } + leaf data-type { + description + "Data type associated with the value."; + type manotypes:parameter-data-type; + } + leaf value { description "Value associated with the name.";