From 020cd1b4cfd7cc1bbd8861f0abe616f27418f610 Mon Sep 17 00:00:00 2001 From: Robert D Anderson Date: Thu, 29 Feb 2024 17:13:11 -0600 Subject: [PATCH] Remove glossProperty element oasis-tcs/dita#914 --- doctypes/dtd/technicalContent/glossentry.mod | 16 ----- .../rng/technicalContent/glossentryMod.rng | 36 ----------- .../langRef/glosssary-elements.ditamap | 1 - ...key-definitions-glosssary-elements.ditamap | 1 - .../technicalContent-elements-a-to-z.dita | 1 - .../technicalContent/glossProperty.dita | 63 ------------------- .../non-normative/elementsMerged.dita | 8 --- 7 files changed, 126 deletions(-) delete mode 100644 specification/langRef/technicalContent/glossProperty.dita diff --git a/doctypes/dtd/technicalContent/glossentry.mod b/doctypes/dtd/technicalContent/glossentry.mod index 2efc0923..07c6c8b9 100644 --- a/doctypes/dtd/technicalContent/glossentry.mod +++ b/doctypes/dtd/technicalContent/glossentry.mod @@ -45,8 +45,6 @@ - @@ -127,7 +125,6 @@ - - - - - - - @@ -396,7 +381,6 @@ - diff --git a/doctypes/rng/technicalContent/glossentryMod.rng b/doctypes/rng/technicalContent/glossentryMod.rng index 493127cc..5017fb1b 100644 --- a/doctypes/rng/technicalContent/glossentryMod.rng +++ b/doctypes/rng/technicalContent/glossentryMod.rng @@ -67,9 +67,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Glossary Entry//EN" - - - @@ -212,9 +209,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Glossary Entry//EN" - - - @@ -389,28 +383,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Glossary Entry//EN" - -
- LONG NAME: Glossary Status - - - - - - - - - - - The <glossProperty> element is an extension point which allows additional details about the preferred term or its subject. - - - - - - - -
LONG NAME: Glossary Surface Form @@ -625,9 +597,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Glossary Entry//EN" - - - @@ -690,11 +659,6 @@ PUBLIC "-//OASIS//ELEMENTS DITA 2.0 Glossary Entry//EN" - - - - - diff --git a/specification/langRef/glosssary-elements.ditamap b/specification/langRef/glosssary-elements.ditamap index 0b5489a9..57076a01 100644 --- a/specification/langRef/glosssary-elements.ditamap +++ b/specification/langRef/glosssary-elements.ditamap @@ -8,7 +8,6 @@ - diff --git a/specification/langRef/key-definitions-glosssary-elements.ditamap b/specification/langRef/key-definitions-glosssary-elements.ditamap index 675c3161..56c14598 100644 --- a/specification/langRef/key-definitions-glosssary-elements.ditamap +++ b/specification/langRef/key-definitions-glosssary-elements.ditamap @@ -8,7 +8,6 @@ - diff --git a/specification/langRef/quick-reference/technicalContent-elements-a-to-z.dita b/specification/langRef/quick-reference/technicalContent-elements-a-to-z.dita index b76aea6e..f503711e 100644 --- a/specification/langRef/quick-reference/technicalContent-elements-a-to-z.dita +++ b/specification/langRef/quick-reference/technicalContent-elements-a-to-z.dita @@ -91,7 +91,6 @@ - diff --git a/specification/langRef/technicalContent/glossProperty.dita b/specification/langRef/technicalContent/glossProperty.dita deleted file mode 100644 index fcb34ea2..00000000 --- a/specification/langRef/technicalContent/glossProperty.dita +++ /dev/null @@ -1,63 +0,0 @@ - - - -<xmlelement>glossProperty</xmlelement> -The glossProperty element specifies additional details about the - term specified in the topic's glossterm element. For example, this - element might be specified to specify the gender of a term in languages that have such a - distinction or it might provide the term's etymological origins. - - - glossariesextension points - glossentry - elementsglossPropertyglossProperty - - -
- Usage information -

The specific type of detail being defined is specified in the name - attribute and its corresponding value in the value attribute. Because any - number of properties can therefore be defined, implementers may want to control these values - using subject scheme maps to bind values to these attributes within - glossProperty.

-
-
- Specialization hierarchy -

The glossProperty element is specialized from - data. It is defined in the glossary entry module.

-
-
- Attributes -

-

- - Example -

The following code sample shows how the glossProperty element can - be used to provide information about the gender of a term:

- <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> -

The following code sample shows how the glossProperty element can - be used to capture the part number and OEM for equipment or parts defined in a glossary - term:

- <glossentry id="anvil"> - <glossterm>anvil</glossterm> - <glossdef>A heavy steel or iron block with a flat top, concave sides, and pointed end, on which - metal can be hammered and shaped. Handy for dropping on roadrunners.</glossdef> - <glossBody> - <glossProperty name="part_number" value="123456"/> - <glossProperty name="eom" value="Acme Company"/> - </glossBody> -</glossentry> -
- -
-
diff --git a/specification/non-normative/elementsMerged.dita b/specification/non-normative/elementsMerged.dita index 0c456621..48cde04a 100644 --- a/specification/non-normative/elementsMerged.dita +++ b/specification/non-normative/elementsMerged.dita @@ -604,14 +604,6 @@ yes - - glossProperty - data - yes - block - no - - glossScopeNote note