element <catLevel> (global)
Namespace:
Type:
Content:
empty, 10 attributes
Defined:
globally in codebook.xsd; see XML source
Used:
XML Representation Summary
<catLevel
   
 = 
xs:ID
 = 
xs:NMTOKEN
 = 
xs:language
 = 
("archive" | "producer") : "producer"
 = 
xs:string
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear)
 = 
xs:anyURI
 = 
xs:anyURI
 = 
xs:string
 = 
xs:IDREFS
/>
Included in content model of elements (1):
Known Usage Locations
Annotation

Category Level

Description

Used to describe the levels of the category hierarchy. Note that we do not indicate nesting levels or roll-up structures here. This is done to be able to support ragged hierarchies. The attribute "levelnm" provides the levelname. A category level may be linked to one or more maps of the variable content using "geoMap". This is done by referencing the IDs of the appropriate geoMap elements in the attribute "geoMap".

Example

<catLevel ID="Level1" levelnm="Broader sectors"/> <catLevel ID="Level2" levelnm="Narrower sectors"/> <catLevel ID="Level3" levelnm="Occupations" geoMap="GEO_1 GEO_2"/>
XML Source (w/o annotations (1); see within schema source)
<xs:element name="catLevel" type="catLevelType"/>

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