17.12.9 gallery

This element specifies the predefined gallery into which the current glossary document part shall be classified. This classification, although its enumeration values can be interpreted to imply semantics around the contents of the parent glossary document entry, shall only be used to classify and sort this entry (via an application or a user interface).

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

<w:docPartPr>
  <w:category>
    <w:name w:val="Internal Memo Covers" />
    <w:gallery w:val="coverPg" />
  </w:category>
</w:docPartPr>

The gallery element with a value of coverPg specifies that the gallery categorization applied to the current entry, for the purposes of classification or user interface sorting, puts this entry into the Cover Pages classification. end example]

Attributes

val

(Gallery Value)

Specifies the classification of gallery which shall be associated with the parent glossary document entry.

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

Attributes

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

Last updated on