17.18.17 ST_DocPartType

This simple type specifies the possible entry types which can be applied to the properties of a single glossary document entry (17.12.5). Each of these entry types can, based on their values, influence the visibility and behavior of the parent glossary document entry.

[Example: Consider the following WordprocessingML fragment for the properties of a single glossary document entry:

<w:docPartPr>
  <w:types>
    <w:type w:val="bbPlcHdr" />
  </w:types>
</w:docPartPr>

The type element with a value of bbPlcHdr specifies that the parent glossary document entry must be treated as if it was the placeholder text for one or more structured document tags in the document. 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 type of the current glossary document entry shall allow the entry to be automatically inserted into the document whenever its name is entered into an application.

Specifies that the type of the current glossary document entry shall be structured document tag placeholder text.

Specifies that the type of the current glossary document entry shall be form field help text.

Specifies no type information for the current glossary document entry.

Specifies that the type of the current glossary document entry shall be normal (i.e. a regular glossary document entry).

Specifies that the type of the current glossary document entry shall be associated with the spelling and grammar tools.

Specifies that the type of the current glossary document entry shall be associated with a special grouping of entries associated with a single piece of user interface.

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

Last updated on