[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
recipients (Inclusion/Exclusion Data for Data Source)
This element specifies all of the inclusion/exclusion data for the contents of the specified mail merge data source. It is the root element for the Mail Merge Recipient Data part.
[Example: Consider a document which is the source document for a mail merge operation. If two records of the three specified by the data source were excluded from the mail merge, the resulting recipient data part would appear as follows:
<w:recipients>
<w:recipientData>
<w:active w:val="false"/>
…
</w:recipientData>
<w:recipientData>
<w:active w:val="false"/>
…
</w:recipientData>
<w:recipientData>
…
</w:recipientData>
</w:recipients>
The recipients element contains all of the recipient inclusion/exclusion data for this mail merge document. end example]
Child Elements |
Subclause |
recipientData (Data About Single Data Source Record) |
§2.14.28 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Recipients">
<sequence>
<element name="recipientData" type="CT_RecipientData" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
</complexType>