Compartilhar via


2.2.4.1.1.1.3 xmla-ds:CellInfo Complex Type

The CellInfo complex type describes the properties of a data cell that will appear in the CellData section of a specific mddataset return result.

   <xsd:complexType name="CellInfo">
       <xsd:sequence>
         <xsd:any namespace="##targetNamespace" minOccurs="0"
                  maxOccurs="unbounded" processContents="skip" />
       </xsd:sequence>
   </xsd:complexType>

Element

Description

xsd:any

This complex type is a variable number of elements of type xsd:any. There will be one element for each property that is returned in the CellData section of this mddataset result. The number of elements present depends upon the number of properties that were requested in the query that was executed.

The elements returned also have the following XML attributes, with the following interpretations.

Attribute

Description

Name

The Name of the property on the server. This name cannot be the same as the element name.

Type

The type that the element in the CellData section of the mddataset result will have.