simpleType "HierarchyCodeType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Regular"
 - 
A hierarchy where each section has the same number of nested levels, i.e., the lowest level represents the most discrete values.
"Irregular"
 - 
A hierarchy where each section can vary in the number of nested levels it contains. The most discrete objects in an irregular hierarchy must be individually identified.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines the type of hierarchical structure as Regular or Irregular.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  HierarchyCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Regular"
 - 
A hierarchy where each section has the same number of nested levels, i.e., the lowest level represents the most discrete values.
"Irregular"
 - 
A hierarchy where each section can vary in the number of nested levels it contains. The most discrete objects in an irregular hierarchy must be individually identified.
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="HierarchyCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Regular"/>
<xs:enumeration value="Irregular"/>
</xs:restriction>
</xs:simpleType>

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