DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "FilterCategoryStatisticType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
Weighted, Value
</...>
Content Model Elements (2):
Value (type xs:decimal),
Weighted (type xs:boolean)
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides filtered category statistics.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="FilterCategoryStatisticType">
<xs:sequence>
<xs:element name="Weighted" type="xs:boolean"/>
<xs:element name="Value" type="xs:decimal"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
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 reference at the variable statistics level is 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