<serverFormats>
(Server Formats)
Represents the collection of numeric and currency formats specified by the OLAP server for a tuple
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>