[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

serverFormats (Server Formats)

Represents the collection of numeric and currency formats specified by the OLAP server for a tuple

Parent Elements

tupleCache3.10.1.94)

 

Child Elements

Subclause

serverFormat (Server Format)

§3.10.1.86

 

Attributes

Description

count (Format Count)

Specifies the number of formats in the collection.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_ServerFormats">

   <sequence>

   <element name="serverFormat" type="CT_ServerFormat" minOccurs="0" maxOccurs="unbounded"/>

   </sequence>

   <attribute name="count" type="xsd:unsignedInt"/>

</complexType>