complexType "MeasureDimensionValueType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:nonNegativeInteger |
|
= |
xs:nonNegativeInteger : "0" |
|
/> |
All Direct / Indirect Based Elements (1):
-
Annotation
Specifies the orderValue of the Measure in the MeasureDimension described in the NCubeInstance along with its arrayOrder if multiple measures are provided as an array in a single storage location.
XML Source (w/o annotations (3); see within schema source)
<xs:attribute name="dimensionValue" type="xs:nonNegativeInteger"/>
<xs:attribute default="0" name="arrayOrder" type="xs:nonNegativeInteger"/>
</xs:complexType>
|
Attribute Detail (all declarations; defined within this component only; 2/2)
arrayOrder
-
Type: |
xs:nonNegativeInteger, predefined |
Use: |
optional |
Oder within the array. Note that this attribute assumes an array base of 0. The array order assumes that the measures will always be displayed in the same order and that sparse content (a missing value in the array) will be clear between two delimiters in this array. (For example 1,1,1 or 1,,1)
Attribute Value
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="0" name="arrayOrder" type="xs:nonNegativeInteger"/>
|
dimensionValue
-
Type: |
xs:nonNegativeInteger, predefined |
Use: |
optional |
The value of the dimension used to determine the cell address.
XML Source (w/o annotations (1); see within schema source)