DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CategoryStatisticType"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
CategoryStatisticType, Weighted, Value, Filter?
</...>
Content Model Elements (4):
Value (type xs:decimal),
Weighted (type xs:boolean)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Includes a statistic for a category value.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="CategoryStatisticType">
<xs:sequence>
<xs:element ref="CategoryStatisticType"/>
<xs:element name="Weighted" type="xs:boolean"/>
<xs:element name="Value" type="xs:decimal"/>
<xs:element minOccurs="0" ref="Filter"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
CategoryStatisticType
Type:
r:CodeValueType, simple content
Subst.Gr:
may be substituted with 1 element
Type of category statistic.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CategoryStatisticType"/>

Filter
Type:
FilterType, complex content
Provides for a filter on the category statistic. Filter values must be the same type as those for the category statistic.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Filter"/>

Value
Type:
xs:decimal, predefined, simple content
Container for the statistic.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Value" type="xs:decimal"/>

Weighted
Type:
xs:boolean, predefined, simple content
Value of true indicates that the weight referenced at the variable statistics level was used.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Weighted" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set