complexType "catgryGrpType"
Namespace:
Content:
complex, 16 attributes, 3 elements
Defined:
globally in codebook.xsd; see XML source
Includes:
definitions of 8 attributes, 3 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:IDREFS
 = 
xs:IDREFS
 = 
xs:string
 = 
xs:string
 = 
("true" | "false") : "true"
 = 
("true" | "false") : "true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
baseElementType (extension)
  catgryGrpType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="catgryGrpType">
<xs:complexContent>
<xs:extension base="baseElementType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="labl"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catStat"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="txt"/>
</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="catgry" type="xs:IDREFS" use="optional"/>
<xs:attribute name="catGrp" type="xs:IDREFS" use="optional"/>
<xs:attribute name="levelno" type="xs:string" use="optional"/>
<xs:attribute name="levelnm" type="xs:string" use="optional"/>
<xs:attribute default="true" name="compl">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<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:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 8/16)
catGrp
Type:
xs:IDREFS, predefined
Use:
optional
Indicates all the subsidiary category groups which nest underneath the current category group. This allows for the encoding of a hierarchical structure of category groups.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="catGrp" type="xs:IDREFS" use="optional"/>

catgry
Type:
xs:IDREFS, predefined
Use:
optional
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="catgry" type="xs:IDREFS" use="optional"/>

compl
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Completeness, should be set to "false" if the category group is incomplete (not a complete aggregate of all sub-nodes or children).
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="compl">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

excls
Type:
anonymous simpleType (restriction of xs:NMTOKEN)
Use:
optional
Exclusiveness, should be set to "false" if the category group 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>

levelnm
Type:
xs:string, predefined
Use:
optional
Specifies a level name to the category group
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="levelnm" type="xs:string" use="optional"/>

levelno
Type:
xs:string, predefined
Use:
optional
Adds a level number
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="levelno" type="xs:string" 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
Specifies the 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"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
catStat
Type:
catStatType, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="catStat"/>

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

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