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 provides information on the storage location of the value for the measure. When individual measures are stored in separately identifiable locations repeat Measure to define each measure and storage location. When multiple measures are stored as an ordered array in a single location list each 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 minOccurs="0" ref="PhysicalTableLocation"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
PhysicalTableLocation
Type:
PhysicalTableLocationType, complex content
Description of the physical location of the measure value(s) in the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="PhysicalTableLocation"/>

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"/>

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