Describe the issue identified
The value attribute under the Parameter class is just a simple pds.value type, so it cannot take units. However, oftentimes software parameter values do have units that might be important to specify.
Describe the solution you'd like
Define a proc:value attribute that is independent of the pds.value type definition, and use it in Parameter instead, which would enable something like the following:
Issue Type Enhancement suggestion
Describe the issue identified The
value
attribute under theParameter
class is just a simplepds.value
type, so it cannot take units. However, oftentimes software parameter values do have units that might be important to specify.Describe the solution you'd like Define a
proc:value
attribute that is independent of thepds.value
type definition, and use it inParameter
instead, which would enable something like the following:Describe alternatives you've considered The alternative is to simply omit units from values that should have them.
LDD Dictionary Version N/A
PDS4 IM Version N/A