complexType "StatisticalSummaryType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
StatisticalDataLocation, VariableStatistics, VariableStatisticsReference
All Direct / Indirect Based Elements (1):
StatisticalSummary
Known Usage Locations
Annotation
Provides a statistical summary of the data in the related file as a set of variable level and category level statistics. May refer to a set of statistics provided in another physical instance (for example if the same data is held in multiple storage formats) or if the summary statistics are held as a separate data set.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="StatisticalSummaryType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="StatisticalDataLocation"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="VariableStatistics"/>
<xs:element ref="VariableStatisticsReference"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
StatisticalDataLocation
Type:
Reference to a PhysicalInstance that describes a data file containing the summary and/or category statistics OR contains the statistics in-line as in the case of the same data stored as an ASCII file and as an ORACLE file where the summary and category statistics are listed only in one of the physical instance files.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="StatisticalDataLocation"/>

VariableStatistics
Type:
VariableStatisticsType, complex content
One or more statistical measures that describe the responses to a particular variable. Include both variable and category level statistics.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableStatistics"/>

VariableStatisticsReference
Type:
r:ReferenceType, complex content
Inclusion of a VariableStatistics by reference.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="VariableStatisticsReference"/>

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