X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=models%2Fyang%2Fmano-types.yang;h=9fb3713659824677f6935b44429cc8e827d5470c;hb=refs%2Fchanges%2F41%2F6341%2F2;hp=ba917c0b5093827d242a2443ab39b3076b86c605;hpb=ea872d4b9645cd4122ad7ac6954c142c22b34aad;p=osm%2FIM.git 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.";