complexType "FilterVariableCategoryType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
FilterCategoryValue, VariableCategory
All Direct / Indirect Based Elements (1):
FilterVariableCategory
Known Usage Locations
Annotation
Category statistics for the variable when the filter variable contains the specified value.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="FilterVariableCategoryType">
<xs:sequence>
<xs:element name="FilterCategoryValue"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableCategory"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
FilterCategoryValue
Type:
xs:anyType, any content
Provides the specific value of the variable being used as a filter. References a specific Code within the variable if using a CodeRepresentation. May alternately provide the Value of the Category.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="FilterCategoryValue"/>

VariableCategory
Type:
VariableCategoryType, complex content
Category statistics for the specified value of the variable (when the filter variable contains the specified value). Repeat for each value of the variable.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="VariableCategory"/>

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