complexType "StatisticType"
Namespace:
Content:
simple, 2 attributes
Defined:
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
xs:boolean
    >
   
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="includesMissing" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
includesMissing
Type:
xs:boolean, predefined
Use:
optional
Set to "true" the statistic includes the missing values identified in VariableStatistics.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="includesMissing" type="xs:boolean"/>

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 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set