CellItem element
Attributes for CellItem
CutOffValue
Use: optional
Valid values: double
Decimals
Use: optional
Valid values: long
FormatExpression
Use: optional
Valid values: string
Index
Use: optional
Valid values: long
Prefix
Use: optional
Valid values: string
Suffix
Use: optional
Valid values: string
Type
Use: required
Valid values: Count, ColPercent, RowPercent, TotalPercent, Mean, Sum, Minimum, Maximum, UnweightedCounts, CumColPercent, CumRowPercent, Range, Mode, Median, Percentile, StdDev, StdErr, Variance, Residuals, AdjustedResiduals, ExpectedValues, ValidN, Indices, ColPropResults, ColBase, RowBase, UnweightedColBase, UnweightedRowBase, ProfileResult
Variable
Use: optional
Valid values: string
XML representation
<xs:element name="CellItem">
<xs:attribute name="Type" type="CellItemConstants" use="required">
<xs:enumeration value="Count"/>
<xs:enumeration value="ColPercent"/>
<xs:enumeration value="RowPercent"/>
<xs:enumeration value="TotalPercent"/>
<xs:enumeration value="Mean"/>
<xs:enumeration value="Sum"/>
<xs:enumeration value="Minimum"/>
<xs:enumeration value="Maximum"/>
<xs:enumeration value="UnweightedCounts"/>
<xs:enumeration value="CumColPercent"/>
<xs:enumeration value="CumRowPercent"/>
<xs:enumeration value="Range"/>
<xs:enumeration value="Mode"/>
<xs:enumeration value="Median"/>
<xs:enumeration value="Percentile"/>
<xs:enumeration value="StdDev"/>
<xs:enumeration value="StdErr"/>
<xs:enumeration value="Variance"/>
<xs:enumeration value="Residuals"/>
<xs:enumeration value="AdjustedResiduals"/>
<xs:enumeration value="ExpectedValues"/>
<xs:enumeration value="ValidN"/>
<xs:enumeration value="Indices"/>
<xs:enumeration value="ColPropResults"/>
<xs:enumeration value="ColBase"/>
<xs:enumeration value="RowBase"/>
<xs:enumeration value="UnweightedColBase"/>
<xs:enumeration value="UnweightedRowBase"/>
<xs:enumeration value="ProfileResult"/>
</xs:attribute>
<xs:attribute name="CutOffValue" type="xs:double" use="optional" default="50"/>
<xs:attribute name="Decimals" type="xs:long" use="optional" default="0"/>
<xs:attribute name="Variable" type="xs:string" use="optional"/>
<xs:attribute name="Index" type="xs:long" use="optional" default="0"/>
<xs:attribute name="Prefix" type="xs:string" use="optional"/>
<xs:attribute name="Suffix" type="xs:string" use="optional"/>
<xs:attribute name="FormatExpression" type="xs:string" use="optional"/>
</xs:element>
Parent elements
See also