Next: Variable Elements, Up: Legacy Detail Member XML Format [Contents][Index]
visualization
Elementvisualization :creator :date :lang :name :style[style_ref]=ref style :type :version :schemaLocation? => visualization_extension? userSource (sourceVariable | derivedVariable)+ categoricalDomain? graph labelFrame[lf1]* container? labelFrame[lf2]* style+ layerController? extension[visualization_extension] :numRows=int? :showGridline=bool? :minWidthSet=(true)? :maxWidthSet=(true)? => EMPTY userSource :missing=(listwise | pairwise)? => EMPTY categoricalDomain => variableReference simpleSort simpleSort :method[sort_method]=(custom) => categoryOrder container :style=ref style => container_extension? location+ labelFrame* extension[container_extension] :combinedFootnotes=(true) => EMPTY layerController :source=(tableData) :target=ref label? => EMPTY
The visualization
element is the root of detail XML member. It
has the following attributes:
The version of the software that created this SPV file, as a string of
the form xxyyzz
, which represents software version xx.yy.zz,
e.g. 160001
is version 16.0.1. The corpus includes major
versions 16 through 19.
The date on the which the file was created, as a string of the form
YYYY-MM-DD
.
The locale used for output, in Windows format, which is similar to the
format used in Unix with the underscore replaced by a hyphen, e.g.
en-US
, en-GB
, el-GR
, sr-Cryl-RS
.
The title of the pivot table, localized to the output language.
The base style for the pivot table. In every example in the corpus,
the style
element has no attributes other than id
.
A floating-point number. The meaning is unknown.
The visualization schema version number. In the corpus, the value is one of 2.4, 2.5, 2.7, and 2.8.
The userSource
element has no visible effect.
The extension
element as a child of visualization
has
the following attributes.
An integer that presumably defines the number of rows in the displayed pivot table.
Always set to false
in the corpus.
The extension
element as a child of container
has the
following attribute
Meaning unknown.
The categoricalDomain
and simpleSort
elements have no
visible effect.
The layerController
element has no visible effect.
Next: Variable Elements, Up: Legacy Detail Member XML Format [Contents][Index]