[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

xmlCellPr (Cell Properties)

This element stores the XML properties for the cell of a single cell xml table.

Parent Elements

singleXmlCell3.5.2.1)

 

Child Elements

Subclause

extLst (Future Feature Data Storage Area)

§3.2.10

xmlPr (Column XML Properties)

§3.5.2.4

 

Attributes

Description

id (Table Field Id)

The unique identifier of the XML properties for the cell.

 

This should always be set to the value of 1 since this id is always meant to be for a single cell xml table.

 

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

uniqueName (Unique Table Name)

An optional string representing the unique name of the table column. By default this is the same as the name of the column.

 

This should hold the name of the element or attribute that this cell is referring to in the XML.

 

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_XmlCellPr">

   <sequence>

   <element name="xmlPr" type="CT_XmlPr" minOccurs="1" maxOccurs="1"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute name="id" type="xsd:unsignedInt" use="required"/>

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

</complexType>