complexType "catStatType"
Namespace:
Content:
mixed (allows character data), 21 attributes, 24 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 9 attributes
Used:
XML Representation Summary
<...
   
 = 
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: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  abstractTextType (restriction)
      simpleTextType (extension)
          catStatType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType mixed="true" name="catStatType">
<xs:complexContent>
<xs:extension base="simpleTextType">
<xs:attribute default="freq" name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="freq"/>
<xs:enumeration value="percent"/>
<xs:enumeration value="crosstab"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="otherType" type="xs:NMTOKEN" use="optional"/>
<xs:attribute name="URI" type="xs:string" use="optional"/>
<xs:attribute name="methrefs" type="xs:IDREFS" use="optional"/>
<xs:attribute default="not-wgtd" name="wgtd">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="wgtd"/>
<xs:enumeration value="not-wgtd"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="wgt-var" type="xs:IDREFS" use="optional"/>
<xs:attribute name="weight" type="xs:IDREFS" use="optional"/>
<xs:attribute name="sdatrefs" type="xs:IDREFS" use="optional"/>
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 9/21)
access
Type:
xs:IDREFS, predefined
Use:
optional
ID values of all elements in the Data Access and Metadata Access section that describe access conditions.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>

methrefs
Type:
xs:IDREFS, predefined
Use:
optional
Methodology and processing references that record the ID values of all elements within the study methodology and processing section of the Study Description that might apply to this element.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="methrefs" type="xs:IDREFS" use="optional"/>

otherType
Type:
xs:NMTOKEN, predefined
Use:
optional
Specifies the other type, if "type" is "other". It should take a value from a controlled vocabulary. This option should only be used when applying a controlled vocabulary to this attribute. Use the complex element controlledVocabUsed to identify the controlled vocabulary to which the selected term belongs.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="otherType" type="xs:NMTOKEN" use="optional"/>

sdatrefs
Type:
xs:IDREFS, predefined
Use:
optional
Summary data description references that record the ID values of all elements within the summary data description section of the Study Description that might apply to this element.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sdatrefs" type="xs:IDREFS" use="optional"/>

type
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Indicates the type of statistics presented - frequency, percent, or crosstabulation.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"freq", "percent", "crosstab", "other"
Default:
"freq"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"freq", "percent", "crosstab", "other"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="freq" name="type">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="freq"/>
<xs:enumeration value="percent"/>
<xs:enumeration value="crosstab"/>
<xs:enumeration value="other"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

URI
Type:
xs:string, predefined
Use:
optional
Refers to the external object containing the information.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="URI" type="xs:string" use="optional"/>

weight
Type:
xs:IDREFS, predefined
Use:
optional
The value of a standard weight.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="weight" type="xs:IDREFS" use="optional"/>

wgt-var
Type:
xs:IDREFS, predefined
Use:
optional
Reference to the variable(s) containing the weight used.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="wgt-var" type="xs:IDREFS" use="optional"/>

wgtd
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Type of statistic: weighted or not weighted.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"wgtd", "not-wgtd"
Default:
"not-wgtd"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"wgtd", "not-wgtd"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="not-wgtd" name="wgtd">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="wgtd"/>
<xs:enumeration value="not-wgtd"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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