<singleXmlCell> (Table Properties)

This element represents the table properties for a single cell XML table.

Parent Elements

<singleXmlCells>3.5.2.2)

Child Elements

Subclause

<extLst> (Future Feature Data Storage Area)

§3.2.10

<xmlCellPr> (Cell Properties)

§3.5.2.3

Attributes

Description

<connectionId> (Connection ID)

An integer representing an ID to indicate which connection from the connections collection is used by this table.

This is only used for tables that are based off of xml maps

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

<id> (Table Id)

An integer representing the unique identifier of the table.

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

<r> (Reference)

An A1 cell style reference to the cell that the single cell xml table occupies.

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

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

<complexType name="CT_SingleXmlCell">
	<sequence>
	<element name="xmlCellPr" type="CT_XmlCellPr" 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="r" type="ST_CellRef" use="required"/>
	<attribute name="connectionId" type="xsd:unsignedInt" use="required"/>
</complexType>