complexType "ManagedScaleRepresentationType"
Namespace:
Content:
complex, 8 attributes, 20 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 1 attribute, 8 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A means of capturing a managed representation of a Scale for use by a Response Domain Reference or Value Representation Reference. In addition to the name, label, and description 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
  AbstractVersionableType (extension)
      VersionableType (extension)
          ManagedRepresentationType (extension)
              ManagedScaleRepresentationType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="ManagedScaleRepresentationType">
<xs:complexContent>
<xs:extension base="ManagedRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedScaleRepresentationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element minOccurs="0" ref="Description"/>
<xs:element minOccurs="0" ref="RecommendedDataType"/>
<xs:element minOccurs="0" ref="GenericOutputFormat"/>
<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:attribute name="classificationLevel" type="CategoryRelationCodeType" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
classificationLevel
Type:
Use:
optional
Indicates the type of relationship, nominal, ordinal, interval, ratio, or continuous. Use where appropriate for the representation type.
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"Nominal"
 - 
A relationship of less than, or greater than, cannot be established among the included categories. This type of relationship is also called categorical or discrete.
"Ordinal"
 - 
The categories in the domain have a rank order.
"Interval"
 - 
The categories in the domain are in rank order and have a consistent interval between each category so that differences between arbitrary pairs of measurements can be meaningfully compared.
"Ratio"
 - 
The categories have all the features of interval measurement and also have meaningful ratios between arbitrary pairs of numbers.
"Continuous"
 - 
May be used to identify both interval and ratio classification levels, when more precise information is not available.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="classificationLevel" type="CategoryRelationCodeType" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 8/20)
Description
Type:
StructuredStringType, complex content
A description of the content and purpose of the ManagedScaleRepresentation. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Description"/>

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"/>

GenericOutputFormat
Type:
CodeValueType, simple content
This field provides a recommended generic treatment of the data for display by an application. The value should come from a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GenericOutputFormat"/>

Label
Type:
LabelType, complex content
A display label for the ManagedScaleRepresentation. Supports multiple language versions of the same content as well as optional formatting of the content. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

ManagedScaleRepresentationName
Type:
NameType, complex content
A name for the ManagedScaleRepresentation. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ManagedScaleRepresentationName"/>

RecommendedDataType
Type:
CodeValueType, simple content
This field provides the recommended treatment of the data within an application. The value should come from a controlled vocabulary - recommended values include the set found in W3C XML Schema Part 2, but excluding string sub-types, QNAME, and NOTATION. The DDI Alliance has provided a controlled vocabulary (DataType) to support this element at http://www.ddialliance.org/controlled-vocabularies.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RecommendedDataType"/>

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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set