complexType "DataItemType"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
xs:language
   
>
   
Content: 
</...>
Content Model Elements (3):
AttachedAttribute, Measure, r:DimensionRankValue
All Direct / Indirect Based Elements (1):
DataItem
Known Usage Locations
Annotation
Describes a single data item or cell within an NCube Instance. It defines its location within the NCube by its coordinate (matrix) address which is its intersect point on each dimension. Allows for the specification of data item specific attributes, and identifies the physical location of each measure for the data item. May optionally indicate the language of the data contents.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="DataItemType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="r:DimensionRankValue"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AttachedAttribute"/>
<xs:element maxOccurs="unbounded" ref="Measure"/>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
xml:lang
Type:
xs:language, predefined
Use:
optional
Use to indicate the language of the data item in the file.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
AttachedAttribute
Type:
AttachedAttributeType, complex content
This is an attribute attached to the specified Data Item. The content of the attribute can be provided as a single value or reference a location in the data store where the attribute value will be found. This may be in addition to attribute information described in the logical structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AttachedAttribute"/>

Measure
Type:
MeasureType, complex content
Identifies the specific measure of the cell by noting the order value of the measure within the MeasureDimension and provides information on the storage location of the cell value for the measure.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Measure"/>

r:DimensionRankValue
Type:
r:DimensionRankValueType, complex content
A dimension describes the rank or order of the dimension within the NCube structure and provides the specific coordinate value of the dimension for the data item.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="r:DimensionRankValue"/>

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