element <catStat> (global)
Namespace:
Type:
Content:
mixed (allows character data), 21 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<catStat
   
 = 
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
 = 
("freq" | "percent" | "crosstab" | "other") : "freq"
 = 
xs:NMTOKEN
 = 
xs:string
 = 
xs:IDREFS
 = 
("wgtd" | "not-wgtd") : "not-wgtd"
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
xs:IDREFS
   
>
   
Content: 
</catStat>
Included in content model of elements (2):
Known Usage Locations
Annotation

Category Level Statistic

Description

May include frequencies, percentages, or crosstabulation results. This field can contain one of the following:

1. textual information (e.g., PCDATA), or

2. non-parseable character data (e.g., the statistics), or

3. some other form of external information (table, image, etc.)

In case 1, the tag can be used to mark up character data; tables can also be included in the actual markup. In cases 2 or 3, the element can be left empty and the "URI" attribute used to refer to the external object containing the information.

Example

<catStat type="freq" wgtd="not-wgtd">256</catStat>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="catStat" type="catStatType"/>

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