complexType "CategoryRepresentationBaseType"
Namespace:
Content:
complex, 3 attributes, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
   
>
   
Content: 
</...>
Content Model Elements (3):
CategorySchemeReference, GenericOutputFormat, RecommendedDataType
Known Direct Subtypes (1):
CategoryDomainType
All Direct / Indirect Based Elements (1):
CategoryDomain
Known Usage Locations
Annotation
Describes a representation based on categorization. The CategorySchemeReference allows for the exclusion of selected items from the use of the CategoryScheme as a representation.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  CategoryRepresentationBaseType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="CategoryRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element ref="CategorySchemeReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
CategorySchemeReference
Type:
SchemeReferenceType, complex content
A reference to a CategoryScheme containing the required categories using the SchemeReference structure. Use Exclude in the SchemeReference to designate any categories NOT to include in this representation.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CategorySchemeReference"/>

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