[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

serverFormat (Server Format)

Represents the numeric format specified by the OLAP server for a tuple.

Parent Elements

serverFormats3.10.1.87)

 

Attributes

Description

culture (Culture)

Specifies a language used to determine the currency symbol to display for currency values. For example, if the culture is "en-us", the values in the application will format the values with a dollar sign. If the culture is "fr-fr" the application will format the values with a euro sign.

 

This value conforms to the language tagging conventions of RFC 3066 and later. The pattern <language>-<REGION> is used, e.g., "en-us" or "fr-fr".

 

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

format (Format)

Specifies the format string to use for all other numeric values. This string is supplied by the OLAP server. Therefore, the syntax for reading the format string depends on the server implementation.

 

The possible values for this attribute are defined by the ST_Xstring simple type (§3.18.96).

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

<complexType name="CT_ServerFormat">

   <attribute name="culture" use="optional" type="ST_Xstring"/>

   <attribute name="format" use="optional" type="ST_Xstring"/>

</complexType>