2.2.4.1.1.2.1.2.3 TuplesNormType Complex Type

The TuplesNormType type<41> is a collection of simple elements.

 <xsd:complexType name="TuplesNormType">
   <xsd:sequence>
     <xsd:element name="TupleCount" type="xsd:integer" minOccurs="1" maxOccurs="1" />
     <xsd:element name="Data" type="xsd:base64Binary" minOccurs="1" maxOccurs="1" />
   </xsd:sequence>
 </xsd:complexType>

Element

Description

TupleCount

Indicates the count of tuples in the result.

Data

The tuples of the result set that are represented in a condensed binary format. Each tuple is represented by an offset of 4 bytes and by DisplayInfo of 4 bytes. The total size of the content within the Data element is equal to 8 bytes (4 bytes offset plus 4 bytes DisplayInfo) multiplied by the number of hierarchies that form the tuple (as identified in the metadata set) multiplied by the tuple count. The offset indicates the position. Once the client is able to form the UniqueName for each hierarchy member, the offset helps to identify the correct member in the hierarchy that forms the tuple.