The following template describes a dataset with two dataset attributes and no blocks.
# --> begin # a comment line. Blank lines, like the next one, are ignored. dataset "simple.ds" < attribute "ATT_STR" string "hello" "a familiar greeting" "" attribute "PI" real 3.1415 "a familiar number" "rad" > # --> end
The following syntax rules apply:
attribute name type value label unit
where
All items are mandatory.