element <sumStat> (global)
Namespace:
Type:
Content:
mixed (allows character data), 18 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<sumStat
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:boolean : "true"
 = 
xs:string
 = 
xs:date
 = 
("wgtd" | "not-wgtd") : "not-wgtd"
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
("mean" | "medn" | "mode" | "vald" | "invd" | "min" | "max" | "stdev" | "other")
 = 
xs:IDREFS
 = 
xs:NMTOKEN
   
>
   
Content: 
</sumStat>
Included in content model of elements (1):
Known Usage Locations
Annotation

Summary Statistics

Description

One or more statistical measures that describe the responses to a particular variable and may include one or more standard summaries, e.g., minimum and maximum values, median, mode, etc.

Example

<var> <sumStat type="min">0</sumStat> </var> <var> <sumStat type="max">9</sumStat> </var> <var> <sumStat type="median">4</sumStat> </var>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="sumStat" type="sumStatType"/>

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