complexType "VariableCategoryType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A category value for which one or more statistics are recorded. Each VariableCategory has one category value and any number of associated statistics.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="VariableCategoryType">
<xs:sequence>
<xs:element ref="CategoryValue"/>
<xs:element maxOccurs="unbounded" ref="CategoryStatistic"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
CategoryStatistic
Type:
CategoryStatisticType, complex content
The value of a statistic associated with the category value indicated in the sibling CategoryValue element.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="CategoryStatistic"/>

CategoryValue
Type:
CategoryValueType, complex content
The value of the category.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CategoryValue"/>

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