-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathglossSurfaceForm.dita
More file actions
55 lines (55 loc) · 2.75 KB
/
Copy pathglossSurfaceForm.dita
File metadata and controls
55 lines (55 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN"
"reference.dtd">
<reference id="glossSurfaceForm" xml:lang="en-us">
<title><xmlelement>glossSurfaceForm</xmlelement></title>
<shortdesc>The glossary surface form provides an unambiguous presentation of the <xmlelement>glossterm</xmlelement> that might combine multiple forms. The surface form is suitable to introduce the term in new contexts.</shortdesc>
<prolog>
<metadata>
<keywords>
<indexterm>glossaries<indexterm>surface forms</indexterm></indexterm>
<indexterm>glossentry
elements<indexterm><xmlelement>glossSurfaceForm</xmlelement></indexterm></indexterm>
<indexterm><xmlelement>glossSurfaceForm</xmlelement></indexterm>
</keywords>
</metadata>
</prolog>
<refbody>
<section id="usage-information">
<title>Usage information</title>
<p>The <xmlelement>glossSurfaceForm</xmlelement> element is most often used for terms that
also specify the <xmlelement>glossAcronym</xmlelement> element. In that context, the
<xmlelement>glossSurfaceForm</xmlelement> element contains the term in a manner that
introduces both the term and the acronym, so that later references to the term can be
replaced with the acronym alone. See the <xref href="abbreviated-form.dita"
><xmlelement>abbreviated-form</xmlelement></xref> element for a full description of how
the surface form is used together with acronyms.</p>
</section>
<section id="specialization-hierarchy">
<title>Specialization hierarchy</title>
<p>The <xmlelement>glossSurfaceForm</xmlelement> element is specialized from
<xmlelement>p</xmlelement>. It is defined in the glossary entry module.</p>
</section>
<section id="attributes">
<title>Attributes</title>
<p conkeyref="reuse-attributes/only-universal"/>
</section>
<example id="example" otherprops="examples">
<title>Example</title>
<p>The following topic defines the term "Anti-lock Braking System". Within the topic, the
<xmlelement>glossSurfaceForm</xmlelement> element provides a version of the term that
combines both the primary term and the acronym. This allows references to the topic from
<xmlelement>abbreviated-form</xmlelement> to different versions of the term in different
contexts.</p>
<codeblock><glossentry id="abs">
<glossterm>Anti-lock Braking System</glossterm>
<glossBody>
<b><glossSurfaceForm>Anti-lock Braking System (ABS)</glossSurfaceForm></b>
<glossAlt>
<glossAcronym>ABS</glossAcronym>
</glossAlt>
</glossBody>
</glossentry></codeblock>
</example>
</refbody>
</reference>