complexType "ExternalCategoryRepresentationBaseType"
Namespace:
Content:
complex, 3 attributes, 4 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
   
>
   
Content: 
</...>
Content Model Elements (4):
ExternalCategoryReference, GenericOutputFormat, RecommendedDataType, UsageDescription
All Direct / Indirect Based Elements (1):
ExternalCategoryRepresentation
Known Usage Locations
Annotation
Structures a response domain based on categorization that is described in an external non-DDI structure. Includes a UsageDescription that should provide information on how the external source is to be used.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  ExternalCategoryRepresentationBaseType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="ExternalCategoryRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element name="ExternalCategoryReference" type="xs:anyURI"/>
<xs:element minOccurs="0" ref="UsageDescription"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/4)
ExternalCategoryReference
Type:
xs:anyURI, predefined, simple content
References an external, non DDI category. This is the element to use if the Code Scheme being used is not in DDI and cannot be used directly. It provides for both the reference and an explanation of how to use the information accurately within a DDI context.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ExternalCategoryReference" type="xs:anyURI"/>

UsageDescription
Type:
StructuredStringType, complex content
A description of the use of the external category file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="UsageDescription"/>

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