<smartTagTypes> (Smart Tag Types)

This element defines the collection of smart tag types in the workbook. Smart tags represent data that is recognized and labeled as a particular type. For example, a person's name or address can be recognized and labeled with a smart tag.

example:
<smartTagTypes>
  <smartTagType namespaceUri="urn:schemas-openxmlformats-org:office:smarttags"
    name="date"/>
</smartTagTypes>

Parent Elements

<workbook>3.2.27)

Child Elements

Subclause

<smartTagType> (Smart Tag Type)

§3.2.22

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

<complexType name="CT_SmartTagTypes">
	<sequence>
	<element name="smartTagType" type="CT_SmartTagType" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>