complexType "ScaleRepresentationBaseType"
Namespace:
Content:
complex, 3 attributes, 5 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
   
>
   
Content: 
</...>
Content Model Elements (5):
DimensionIntersect, DisplayLayout, GenericOutputFormat, RecommendedDataType, ScaleDimension
Known Direct Subtypes (1):
ScaleDomainType
All Direct / Indirect Based Elements (2):
ScaleDomain, ScaleRepresentation
Known Usage Locations
Annotation
A means of capturing the structure of Scale for use as a question response domain or variable value representation. In addition to the basic objects of the representation, the structure defines the dimensions of the scale, an intersect for a multi-dimensional scale, and display layout.
Type Definition Detail
Type Derivation Tree
RepresentationType (extension)
  ScaleRepresentationBaseType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="ScaleRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ScaleDimension"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DimensionIntersect"/>
<xs:element minOccurs="0" ref="DisplayLayout"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/5)
DimensionIntersect
Type:
DimensionIntersectType, complex content
Identifies the point at which the scales of a multidimensional scale intersect.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DimensionIntersect"/>

DisplayLayout
Type:
CodeValueType, simple content
Defines they layout such as containing a drawn scale line, a list of values only, an outline (the boundaries of the area defined by 2 or more intersecting scales such as a diamond of opposites), or some other layout design. Allows for the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DisplayLayout"/>

ScaleDimension
Type:
ScaleDimensionType, complex content
A description of a dimension of the scale. Note that most scales will have only one dimension.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ScaleDimension"/>

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