<cellSmartTagPr> (Smart Tag Properties)

Represents a single property of a smart tag in a cell; contains a key-value pair.

Parent Elements

<cellSmartTag>3.3.1.4)

Attributes

Description

<key> (Key Name)

Key name of a single property of a smart tag in a cell.

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

<val> (Value)

String value of a single property of a smart tag in a cell.

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_CellSmartTagPr">
	<attribute name="key" type="ST_Xstring" use="required"/>
	<attribute name="val" type="ST_Xstring" use="required"/>
</complexType>