complexType "ScaleDimensionType"
Namespace:
Content:
complex, 2 attributes, 6 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes, 6 elements
Used:
XML Representation Summary
<...
   
 = 
xs:integer : "1"
 = 
xs:integer : "0"
   
>
   
Content: 
</...>
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 (9); 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:attribute default="1" name="dimensionNumber" type="xs:integer"/>
<xs:attribute default="0" name="degreeSlopeFromHorizontal" type="xs:integer"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
degreeSlopeFromHorizontal
Type:
xs:integer, predefined
Use:
optional
A horizontal line is described as a 0 (zero) slope. Expressed as the number of degrees positive (right end angle above the horizontal line) or degrees positive (right end descending below the horizontal line).
Attribute Value
Default:
"0"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="0" name="degreeSlopeFromHorizontal" type="xs:integer"/>

dimensionNumber
Type:
xs:integer, predefined
Use:
optional
A number used to identify this dimension when describing its intersect point with one or more dimensions in the same scale representation. The dimension is denoted with a 1-based indexing. Dimension in the scale are numbered (1,2,n).
Attribute Value
Default:
"1"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="dimensionNumber" type="xs:integer"/>
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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set