<cellSmartTag> (Cell Smart Tag)

Single smart tag associated with a cell. There can be more than one cellSmartTag for a cell.

Parent Elements

<cellSmartTags>3.3.1.6)

Child Elements

Subclause

<cellSmartTagPr> (Smart Tag Properties)

§3.3.1.5

Attributes

Description

<deleted> (Deleted)

Boolean flag indicating that the application shouldn't display a particular smart tag in the cell, for example when the user has chosen to explicitly remove the Smart Tag by interacting with the application's user interface.

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

<type> (Smart Tag Type Index)

Book-level zero-based index of the smart tag type. This index references a <smartTagType> element in the <smartTagTypes> collection in the workbook start part.

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

<xmlBased> (XML Based)

Boolean flag indicating the Smart Tag recognition is triggered because the cell is associated with an XML map (schema-based semantic recognition), as contrasted with the more usual cell-content-based recognition type of smart tags.

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

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

<complexType name="CT_CellSmartTag">
	<sequence>
	<element name="cellSmartTagPr" minOccurs="0" maxOccurs="unbounded" type="CT_CellSmartTagPr"/>
	</sequence>
	<attribute name="type" type="xsd:unsignedInt" use="required"/>
	<attribute name="deleted" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="xmlBased" type="xsd:boolean" use="optional" default="false"/>
</complexType>