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

Value
Type:
xs:decimal, predefined, simple content
Container for the actual summary 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.
Simple Content
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:element default="false" 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