17.18.29 ST_FldCharType

This simple type specifies the possible values for the type of a single complex field character in the document.

[Example: Consider the following WordprocessingML for a complex field character:

<w:fldChar w:fldCharType="separate" />

The type attribute value of separate specifies that this is a complex field separator character; therefore it is being used to separate the field codes from the field contents in a complex field. 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 character is a start character, which defines the start of a complex field.

Enumeration Value

Description

Specifies that the character is an end character, which defines the end of a complex field.

Specifies that the character is a separator character, which defines the end of the field codes and the start of the field result for a complex field.

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

Last updated on