complexType "catgryType"
Namespace:
Content:
complex, 16 attributes, 5 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 8 attributes, 5 elements
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
 = 
("Y" | "N") : "N"
 = 
xs:string
 = 
xs:string
 = 
xs:IDREFS
 = 
xs:IDREFS
 = 
("true" | "false") : "true"
 = 
xs:IDREFS
 = 
xs:IDREF
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  catgryType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="catgryType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element minOccurs="0" ref="catValu"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catStat"/>
<xs:element minOccurs="0" ref="mrow"/>
</xs:sequence>
<xs:attribute default="N" name="missing">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="missType" type="xs:string" use="optional"/>
<xs:attribute name="country" type="xs:string" use="optional"/>
<xs:attribute name="sdatrefs" type="xs:IDREFS" use="optional"/>
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>
<xs:attribute default="true" name="excls">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="catgry" type="xs:IDREFS" use="optional"/>
<xs:attribute name="level" type="xs:IDREF" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 8/16)
access
Type:
xs:IDREFS, predefined
Use:
optional
ID values of all elements within the Data Access and etadata Access sections description that apply to this element.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="access" type="xs:IDREFS" use="optional"/>

catgry
Type:
xs:IDREFS, predefined
Use:
optional
References any child categories of this category element. Used to capture nested hierarchies of categories.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="catgry" type="xs:IDREFS" use="optional"/>

country
Type:
xs:string, predefined
Use:
optional
Allows for the denotation of country-specific category values
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="country" type="xs:string" use="optional"/>

excls
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Exclusiveness, should be set to "false" if the category can appear in more than one place in the classification hierarchy.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"true", "false"
Default:
"true"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"true", "false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="excls">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

level
Type:
xs:IDREF, predefined
Use:
optional
Reference to the catLevel ID in which this category exists.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="level" type="xs:IDREF" use="optional"/>

missing
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Indicates whether this category group contains missing data or not.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"Y", "N"
Default:
"N"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Y", "N"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="N" name="missing">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

missType
Type:
xs:string, predefined
Use:
optional
Type of missing data, e.g., inap., don't know, no answer, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="missType" type="xs:string" use="optional"/>

sdatrefs
Type:
xs:IDREFS, predefined
Use:
optional
Records the ID values of all elements within the summary data description that apply to this element.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="sdatrefs" type="xs:IDREFS" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
catStat
Type:
catStatType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catStat"/>

catValu
Type:
simpleTextType, mixed content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="catValu"/>

labl
Type:
lablType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>

mrow
Type:
mrowType, complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="mrow"/>

txt
Type:
txtType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>

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