complexType "MeasureType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
p:PhysicalLocation, r:MeasureDefinitionReference
All Direct / Indirect Based Elements (1):
Measure
Known Usage Locations
Annotation
Identifies the specific measure of the cell by reference 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 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 minOccurs="0" ref="p:PhysicalLocation"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
p:PhysicalLocation
Type:
p:PhysicalLocationType, complex content
Description of the physical location of the measure value in the data file.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="p:PhysicalLocation"/>

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

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