User Guide

683
Output Managem
ent System
The preceding example is a simplified representation of the structure that shows
the descendant/ancestor relationships of these elements, but not necessarily the
parent/chi
ld relationships, since there are typically intervening nested element levels.
The following two figures show a simple frequency table and the complete output
XML representation of that table.
Figure 47-15
Simple frequency table
<?xml vers
ion="1.0" encoding="UTF-8" ?>
<outputTreeoutputTree xmlns="http://xml.spss.com/spss/oms"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schema
Location="http://xml.spss.com/spss/oms
http://xml.spss.com/spss/oms/spss-output-1.0.xsd">
<command text="Frequencies" command="Frequencies"
displayTab
leValues="label" displayOutlineValues="label"
displayTableVariables="label" displayOutlineVariables="label">
<pivotTable text="Gender" label="Gender" subType="Frequencies"
varName="ge
nder" variable="true">
<dimension axis="row" text="Gender" label="Gender"
varName="gender" variable="true">
<group text=
"Valid">
<group hide="true" text="Dummy">
<category text="Female" label="Female" s tring="f"
varName="gen
der">
<dimension axis="column" text="Statistics">
<category text="Frequency">
<cell text="2
16" number="216"/>
</category>
<category text="Percent">
<cell text="4
5.6" number="45.569620253165" decimals="1"/>
</category>
<category text="Valid Percent">
<cell t ext="45
.6" number="45.569620253165" decimals="1"/>
</category>