17.18.43 ST_InfoTextType

This simple type specifies the possible values for the type of help or status text which can be associated with a form field.

[Example: Consider the following WordprocessingML fragment for a form field:

<w:ffData>
  <w:helpText w:type="text" w:val="Example help text." />
</w:ffData>

The type attribute has a value of text, which specifies that the text in the val attribute is the literal help text for this form 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 value specified by the parent XML element’s val attribute shall be interpreted as the name of a glossary document entry whose contents contain the help or status text.

Specifies that the value specified by the parent XML element’s val attribute shall be interpreted as the literal text for the help or status text.

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

Last updated on