complexType "MeasureType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
r:MeasureDefinitionReference+, r:Value
</...>
Content Model Elements (2):
r:MeasureDefinitionReference, r:Value
All Direct / Indirect Based Elements (1):
Measure
Known Usage Locations
Annotation
Identifies the specific measure of the cell by reference and the value for 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 MeasureReference 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:MeasureDefinitionReference"/>
<xs:element ref="r:Value"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
r:MeasureDefinitionReference
Type:
Reference to the MeasureDefinition in NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="r:MeasureDefinitionReference"/>

r:Value
Type:
r:ValueType, simple content
Value of the Measure.
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.8.7 using DocFlex/XML XSDDoc 2.7.0 template set