2.4.1 The visualization Element

visualization
   :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:

Attribute: creator

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.

Attribute: date

The date on the which the file was created, as a string of the form YYYY-MM-DD.

Attribute: lang

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.

Attribute: name

The title of the pivot table, localized to the output language.

Attribute: style

The base style for the pivot table. In every example in the corpus, the style element has no attributes other than id.

Attribute: type

A floating-point number. The meaning is unknown.

Attribute: version

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.

Attribute: numRows

An integer that presumably defines the number of rows in the displayed pivot table.

Attribute: showGridline

Always set to false in the corpus.

Attribute: minWidthSet
Attribute: maxWidthSet

Always set to true in the corpus.

The extension element as a child of container has the following attribute

Attribute: combinedFootnotes

Meaning unknown.

The categoricalDomain and simpleSort elements have no visible effect.

The layerController element has no visible effect.