<glossProperty>

The <glossProperty> element is a specialization of the <data> element. You can use it to specify additional details about the preferred term or its subject, for example, the gender of a noun.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/data concept/data glossentry/glossProperty

Example

This section is non-normative.

<glossentry id="algorithm" xml:lang="es-es">
  <glossterm>El algoritmo</glossterm>
  <glossdef>Un algoritmo define un método de calcular un resultado.</glossdef>
  <glossBody>
    <glossPartOfSpeech value="noun"/>
    <glossProperty name="gender" value="masculine"/>
  </glossBody>
</glossentry>

Content model

(Text | <boolean> | <cite> | <keyword> | <ph> | <q> | <term> | <text> | <tm> | <xref> | <state> | <data> | <data-about> | <draft-comment> | <foreign> | <unknown> | <image> | <object> | <required-cleanup> | <title>)*

Contained by

<glossAlt>, <glossBody>

Zero or more of the following
  • Text
  • <boolean>
  • <cite>
  • <data>
  • <data-about>
  • <draft-comment>
  • <foreign>
  • <image>
  • <keyword>
  • <object>
  • <ph>
  • <q>
  • <required-cleanup>
  • <state>
  • <term>
  • <text>
  • <title>
  • <tm>
  • <unknown>
  • <xref>

Contained by

  • <glossAlt>
  • <glossBody>

Inheritance

- topic/data concept/data glossentry/glossProperty

The <glossProperty> element is specialized from <data>. It is defined in the glossentry module.

Attributes

The following attributes are available on this element: Data element attributes group, Link relationship attribute group, Universal attribute group, and outputclass.