complexType "ScaleDimensionType"
Namespace:
Content:
complex, 6 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...>
   
Content: 
Label*, (NumberRange | Range)?, Anchor*, MarkedIncrement?, ValueIncrement?
</...>
Content Model Elements (6):
Anchor, Label, MarkedIncrement, NumberRange, Range, ValueIncrement
All Direct / Indirect Based Elements (1):
ScaleDimension
Known Usage Locations
Annotation
Defines a dimension of a scale providing it with a label, a numeric or character based range, the attachment of a category label at one or more of the scale values, the frequency of increment markers, and the frequency of value labels on marked or unmarked increments.
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="ScaleDimensionType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:choice minOccurs="0">
<xs:element ref="NumberRange"/>
<xs:element ref="Range"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Anchor"/>
<xs:element minOccurs="0" ref="MarkedIncrement"/>
<xs:element minOccurs="0" ref="ValueIncrement"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 6/6)
Anchor
Type:
AnchorType, complex content
Allows for the attachment of a category label at any anchor point.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Anchor"/>

Label
Type:
LabelType, complex content
A display label for the scale. May be expressed in multiple languages. 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"/>

MarkedIncrement
Type:
BasicIncrementType, empty content
Identifies the frequency for increment markers (with or without value attachments).
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="MarkedIncrement"/>

NumberRange
Type:
NumberRangeType, complex content
Indicates the high and low values (endpoints) of a numeric scale.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="NumberRange"/>

Range
Type:
RangeType, complex content
Indicates the high and low values (endpoints) of a non-numeric scale.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Range"/>

ValueIncrement
Type:
BasicIncrementType, empty content
Identifies the frequency for value labels on marked or unmarked increments.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ValueIncrement"/>

XML schema documentation generated with DocFlex/XML RE 1.8.6 using DocFlex/XML XSDDoc 2.6.0 template set