<docVars> (Document Variables)

This element specifies the presence of document variables in a WordprocessingML. A document variable is a storage location for arbitrary customer data in name/value pairs that will be persisted in a given WordprocessingML document.

Note:
<w:docVars>
  <w:docVar  />
  <w:docVar  />
  <w:docVar  />
</w:docVars>

The <docVars> element contains three child elements each defining a single document variable in this document. ]

Parent Elements

<settings>2.15.1.78)

Child Elements

Subclause

<docVar> (Single Document Variable)

§2.15.1.30

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

<complexType name="CT_DocVars">
	<sequence>
	<element name="docVar" type="CT_DocVar" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>