complexType "MeasureType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Identifies the specific measure of the cell designating the order value of the Measure within the MeasureDimension and the value of the measure. It is recommended to repeat Measure to define each measure definition and value separately. When Value contains multiple measures expressed as an ordered array list each measure in the array as a MeasureDimensionValue with its specified arrayOrder within a single Measure definition.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="MeasureType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="r:MeasureDimensionValue"/>
<xs:element ref="r:Value"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:MeasureDimensionValue
Type:
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 (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="r:MeasureDimensionValue"/>

r:Value
Type:
r:ValueType, simple content
Value of the Measure expressed as a single value or ordered array.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:Value"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set