complexType "ScaleDimensionType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:nonNegativeInteger : "1" |
|
= |
xs:integer : "0" |
|
|
> |
|
|
</...> |
All Direct / Indirect Based Elements (1):
-
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:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:choice minOccurs="0">
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Anchor"/>
</xs:sequence>
<xs:attribute default="1" name="dimensionNumber" type="xs:nonNegativeInteger"/>
</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
XML Source (w/o annotations (1); see within schema source)
dimensionNumber
-
Type: |
xs:nonNegativeInteger, 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
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="1" name="dimensionNumber" type="xs:nonNegativeInteger"/>
|
Content Element Detail (all declarations; defined within this component only; 6/6)
-
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"/>
|
-
A display label for the scale. 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"/>
|
-
Identifies the frequency for increment markers (with or without value attachments).
XML Source (w/o annotations (1); see within schema source)
-
Indicates the high and low values (endpoints) of a numeric scale.
XML Source (w/o annotations (1); see within schema source)
-
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"/>
|
-
Identifies the frequency for value labels on marked or unmarked increments.
XML Source (w/o annotations (1); see within schema source)