simpleType "CategoryRelationCodeType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Nominal"
 - 
A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete.
"Ordinal"
 - 
The categories in the domain have a rank order.
"Interval"
 - 
The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared.
"Ratio"
 - 
The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers.
"Continuous"
 - 
May be used to identify both interval and ratio classification levels, when more precise information is not available.

All Direct / Indirect Based Elements (1):
CategoryRelationship
All Direct / Indirect Based Attributes (5):
ManagedDateTimeRepresentationType/@classificationLevel,
ManagedNumericRepresentationType/@classificationLevel,
ManagedScaleRepresentationType/@classificationLevel,
ManagedTextRepresentationType/@classificationLevel,
RepresentationType/@classificationLevel
Known Usage Locations
Annotation
Describes the relationship between the categories in terms of the significance of order and the distance between categories.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  CategoryRelationCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Nominal"
 - 
A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete.
"Ordinal"
 - 
The categories in the domain have a rank order.
"Interval"
 - 
The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared.
"Ratio"
 - 
The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers.
"Continuous"
 - 
May be used to identify both interval and ratio classification levels, when more precise information is not available.
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="CategoryRelationCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Nominal"/>
<xs:enumeration value="Ordinal"/>
<xs:enumeration value="Interval"/>
<xs:enumeration value="Ratio"/>
<xs:enumeration value="Continuous"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set