<smartTagType> (Smart Tag Type)

This element represents a smart tag in the workbook.

Parent Elements

<smartTagTypes>3.2.23)

Attributes

Description

<name> (Name)

Specifies the element name used for a smart tag that is used by the application.

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

<namespaceUri> (SmartTag Namespace URI)

Specifies the namespace Uniform Resource Identifier (URI) for a smart tag used by the application.

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

<url> (Smart Tag URL)

Specifies the URL for a smart tag provided by the smart tag provider in the application.

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_SmartTagType">
	<attribute name="namespaceUri" type="ST_Xstring" use="optional"/>
	<attribute name="name" type="ST_Xstring" use="optional"/>
	<attribute name="url" type="ST_Xstring" use="optional"/>
</complexType>