17.18.54 ST_MailMergeDocType

This simple types specifies the possible types for a given WordprocessingML source document.

[Example: Consider the WordprocessingML below:

<w:mailMerge>
  <w:mainDocumentType w:val="formLetters" />
</w:mailMerge>

In this example, the source document is of the formLetters type, as specified by the mainDocumentType element’s val attribute being equal to formLetters. 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 source document is of the catalog type.

Specifies that the mail merge source document is of the e-mail message type.

Specifies that the mail merge source document is of the envelope type.

Specifies that the mail merge source document is of the fax type.

Specifies that the mail merge source document is of the form letter type.

Specifies that the mail merge source document is of the mailing label type.

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

Last updated on