complexType "MeasureDimensionValueType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:integer
 = 
xs:integer : "0"
/>
All Direct / Indirect Based Elements (1):
MeasureDimensionValue
Known Usage Locations
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:complexType name="MeasureDimensionValueType">
<xs:attribute name="dimensionValue" type="xs:integer"/>
<xs:attribute default="0" name="arrayOrder" type="xs:integer"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
arrayOrder
Type:
xs:integer, 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
Default:
"0"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="0" name="arrayOrder" type="xs:integer"/>

dimensionValue
Type:
xs:integer, predefined
Use:
optional
The value of the dimension used to determine the cell address.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="dimensionValue" type="xs:integer"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set