<smartTagPr> (Smart Tag Properties)

This element specifies the set of properties which shall be applied to the parent smart tag.

example:
<w:smartTagPr>
  <w:attr w:name="date" w:val="01/01/2006"/>
  <w:attr w:name="status" w:val="draft"/>
</w:smartTagPr>

This smart tag specifies two properties: the presence of two smart tag properties via the <attr> element (§2.5.1.2). ]

Parent Elements

<smartTag>2.5.1.9)

Child Elements

Subclause

<attr> (Smart Tag Property)

§2.5.1.2

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

<complexType name="CT_SmartTagPr">
	<sequence>
	<element name="attr" type="CT_Attr" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>