complexType "FilteredCategoryStatisticsType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
FilterVariableCategory, FilterVariableReference
All Direct / Indirect Based Elements (1):
FilteredCategoryStatistics
Known Usage Locations
Annotation
Category statistics filtered by the value of a second variable. Essentially a cross tabulation of one variable by another. For example variable may be crossed with country as is done in the Eurobarometer when reporting category statistics. For example, the Eurobarometer may filter its category statistics by country as represented in a variable "CountryCode".
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="FilteredCategoryStatisticsType">
<xs:sequence>
<xs:element minOccurs="0" ref="FilterVariableReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="FilterVariableCategory"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
FilterVariableCategory
Type:
Provides filtered category statistics for the specified filter variable category.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="FilterVariableCategory"/>

FilterVariableReference
Type:
r:ReferenceType, complex content
Reference to the variable used to filter the category level statistics.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="FilterVariableReference"/>

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