17.14.33 type
This element specifies if a given mail merge field has been mapped to a column in the given external data source or not.
If this element is omitted, then the field mapping shall be considered to be of type null (i.e. not mapped).
[Example: Consider the WordprocessingML for a single field mapping within a mail merge source document:
<w:odso>
…
<w:fieldMapData>
<w:type w:val="dbColumn" />
<w:name w:val="Country" />
<w:mappedName w:val="Country or Region" />
<w:column w:val="9" />
…
</w:fieldMapData>
</w:odso>
In this example, the country column within the given external data source must be mapped to the mail merge field Country or Region, as specified by the type element’s val attribute being equal to dbColumn. end example]
Attributes
val (Merge Field Mapping Type)
Specifies if the given mail merge field has been mapped to a column in the given external data source (i.e. if the merge field mapping is active or not).
[Example: Consider the following WordprocessingML fragment for a mail merge source or merged document:
<w:type w:val="null" />
In this example, the given mail merge field must not be mapped to a column in the given external data source, as specified by the type element’s val attribute being equal to
The possible values for this attribute are defined by the ST_MailMergeOdsoFMDFieldType simple type (17.18.55).
[Note: The W3C XML Schema definition of this element’s content model (CT_MailMergeOdsoFMDFieldType) is located in A.1. end note]