complexType "SubCategoryReferenceType"
Namespace:
Content:
complex, 8 attributes, 6 elements
Defined:
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:anyURI
 = 
"true"
 = 
xs:boolean : "false"
 = 
xs:string
 = 
list of xs:language
 = 
xs:anyURI
 = 
("specialization" | "isPartOf")
   
>
   
Content: 
</...>
Content Model Elements (6):
r:Agency, r:ID, r:MaintainableObject, r:TypeOfObject, r:URN, r:Version
All Direct / Indirect Based Elements (1):
SubCategoryReference
Known Usage Locations
Annotation
Reference to one or more categories for which the current category is a broader definition. Allows for a reference to the narrower category and the ability to define the relationship as a specialization or part. TypeOfObject should be set to Category.
Type Definition Detail
Type Derivation Tree
r:ReferenceType (extension)
  SubCategoryReferenceType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="SubCategoryReferenceType">
<xs:complexContent>
<xs:extension base="r:ReferenceType">
<xs:attribute name="typeOfSubCategory" type="SubCategoryType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
typeOfSubCategory
Type:
Use:
optional
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 .
Attribute Value
enumeration of xs:NMTOKEN
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 (1); see within schema source)
<xs:attribute name="typeOfSubCategory" type="SubCategoryType"/>

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