griddedTableDef — Defines an orthogonally-gridded table of data points
griddedTableDef : [name], [gtID], [units]
(description?,
(provenance? | provenanceRef?)
, breakpointRefs, uncertainty?, dataTable)
name(optional) - the name of the gridded table
gtID(optional) - an internal, document-unique XMLname for the table
units(optional) - units of measure for the table values
A griddedTableDef contains points arranged in an orthogonal (but multi-dimensional) array, where the independent variables are defined by separate breakpoint vectors. This table definition may be specified separately from the actual function declaration; if so, it requires an XML identifier attribute so that it may be used by multiple functions. The table data point values are specified as comma-separated values in floating-point notation (0.93638E-06) in a single long sequence as if the table had been unraveled with the last-specified dimension changing most rapidly. Line breaks are to be ignored. Comments may be embedded in the table to promote [human] readability.
$Revision: 348 $