simpleType "SubCategoryType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"specialization"
 - 
Defines the relationship of the sub-category as being generic in nature, i.e. that the sub-category is a "specialization" of the category which references it.
"isPartOf"
 - 
Defines the relationship of the sub-category as being partitive in nature, i.e. that the sub-category is a "isPartOf" of the category which references it.

All Direct / Indirect Based Attributes (1):
SubCategoryReferenceType/@typeOfSubCategory
Known Usage Locations
Annotation
Defines the sub-category in terms being generic or partitive in nature. For example, a radial tire is a type of tire (generic) while a tire is a part of a car (partitive). The value refers to the role of the SubCategory within the broader category .
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  SubCategoryType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"specialization"
 - 
Defines the relationship of the sub-category as being generic in nature, i.e. that the sub-category is a "specialization" of the category which references it.
"isPartOf"
 - 
Defines the relationship of the sub-category as being partitive in nature, i.e. that the sub-category is a "isPartOf" of the category which references it.
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="SubCategoryType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="specialization"/>
<xs:enumeration value="isPartOf"/>
</xs:restriction>
</xs:simpleType>

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