HeaderData¶
This element adds a meta data item to the measurement, which will be visible and editable in “Header Data” section in OXYGEN. The name attribute cannot be an empty string.
<HeaderData name="string" value="string" [type="string|text"] [prompt="string|never"]/>
type: Currently the only supported option is text, which is also the default.
prompt: Currently the only supported option is never, which is also the default.