complexType "SummaryStatisticType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes a summary statistic for a variable.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="SummaryStatisticType">
<xs:sequence>
<xs:element ref="TypeOfSummaryStatistic"/>
<xs:choice>
<xs:element ref="Statistic"/>
<xs:element ref="StatisticDouble"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
Statistic
Type:
StatisticType, simple content
The value (expressed as a decimal) of the statistics and whether it is weighted and/or includes missing values.
Simple Content
xs:decimal
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Statistic"/>

StatisticDouble
Type:
StatisticDoubleType, simple content
The value (expressed as a double) of the statistics and whether it is weighted and/or includes missing values.
Simple Content
xs:double
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="StatisticDouble"/>

TypeOfSummaryStatistic
Type:
r:CodeValueType, simple content
Type of summary statistic, such as count, mean, mode, median, etc. Supports the use of an external controlled vocabulary. DDI strongly recommends the use of a controlled vocabulary. The DDI Alliance has provided a controlled vocabulary (SummaryStatisticType) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TypeOfSummaryStatistic"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set