[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

smartTagPr (Smart Tag Properties)

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

[Example: Consider a smart tag with the following properties specified:

<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). end example]

Parent Elements

smartTag2.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>