17.18.55 ST_MailMergeOdsoFMDFieldType

This simple types specifies the possible types used to indicate if a given mail merge field has been mapped to a column in the given external data source.

[Example: Consider the WordprocessingML below:

<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]

This simple type’s contents are a restriction of the W3C XML Schema string datatype.

This simple type is restricted to the values

listed in the following table:

Enumeration Value

Description

Specifies that the mail merge field has been mapped to a column in the given external data source.

Specifies that the mail merge field has not been mapped to a column in the given external data source.

[Note: The W3C XML Schema definition of this simple type’s content model (ST_MailMergeOdsoFMDFieldType) is located in A.1. end note]

Last updated on