complexType "StatisticType"
Namespace:
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
("total" | "validOnly" | "missingOnly")
   
>
   
Content: 
{ xs:decimal }
</...>
All Direct / Indirect Based Elements (1):
Statistic
Known Usage Locations
Annotation
The value of the statistics and whether it is weighted and/or includes missing values.
Type Definition Detail
Type Derivation Tree
xs:decimal (extension)
  StatisticType
Derivation:
extension of xs:decimal
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StatisticType">
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute name="isWeighted" type="xs:boolean"/>
<xs:attribute name="computationBase" type="ComputationBaseType"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
computationBase
Type:
Use:
optional
Defines the cases included in determining the statistic. The options are total=all cases, valid and missing (invalid); validOnly=Only valid values, missing (invalid) are not included in the calculation; missingOnly=Only missing (invalid) cases included in the calculation.
Attribute Value
enumeration of xs:string
Enumeration:
"total"
 - 
All cases, both valid and missing (invalid).
"validOnly"
 - 
Only valid values, missing (invalid) are not included in the calculation.
"missingOnly"
 - 
Only missing (invalid) cases included in the calculation.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="computationBase" type="ComputationBaseType"/>

isWeighted
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if the statistic is weighted using the weight designated in VariableStatistics.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isWeighted" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set