co
co — The location of a callout embedded in text.
Synopsis
- empty
Attributes
Common attributes (ID required).
Additional attributes:
- label
Required attributes are shown in bold.
Description
A co
identifies (by its location) a point of
reference for a callout. See callout
.
Processing expectations
Formatted inline.
Attributes
Common attributes (ID required).
- label
Specifies an identifying string for presentation purposes
This element occurs in 12 elements.
See Also
areaspec
, calloutlist
, coref
, imageobjectco
, programlistingco
, screenco
Examples
1 <article xmlns='http://docbook.org/ns/docbook' version="5.0"> 2 <title>Example co</title> 4 <informalexample> <screen> Volume in drive C is SYSTEM Serial number is 2350:717C 6 Directory of C:\ 8 10/17/97 9:04 <DIR> bin 10/16/97 14:11 <DIR> DOS <co xml:id="co.dos"/> 10 10/16/97 14:40 <DIR> Program Files 10/16/97 14:46 <DIR> TEMP 12 10/17/97 9:04 <DIR> tmp 10/16/97 14:37 <DIR> WINNT 14 10/16/97 14:25 119 AUTOEXEC.BAT <co xml:id="co.autoexec.bat"/> 2/13/94 6:21 54,619 COMMAND.COM <co xml:id="co.command.com"/> 16 10/16/97 14:25 115 CONFIG.SYS <co xml:id="co.config.sys"/> 11/16/97 17:17 61,865,984 pagefile.sys 18 2/13/94 6:21 9,349 WINA20.386 <co xml:id="co.wina20.386"/></screen> <calloutlist> 20 <callout arearefs="co.dos"> <para>This directory holds <trademark>MS-DOS</trademark>, the 22 operating system that was installed before <trademark>Windows NT</trademark>. 24 </para> </callout> 26 <callout arearefs="co.autoexec.bat co.command.com co.config.sys"> 28 <para>System startup code for DOS. </para> 30 </callout> 32 <callout arearefs="co.wina20.386"> <para>Some sort of <trademark>Windows 3.1</trademark> hack for some 34 386 processors, as I recall. </para> 36 </callout> </calloutlist> 38 </informalexample> 40 </article>
1 Volume in drive C is SYSTEM Serial number is 2350:717C 2 Directory of C:\ 4 10/17/97 9:04 <DIR> bin 10/16/97 14:11 <DIR> DOS 6 10/16/97 14:40 <DIR> Program Files 10/16/97 14:46 <DIR> TEMP 8 10/17/97 9:04 <DIR> tmp 10/16/97 14:37 <DIR> WINNT 10 10/16/97 14:25 119 AUTOEXEC.BAT 2/13/94 6:21 54,619 COMMAND.COM 12 10/16/97 14:25 115 CONFIG.SYS 11/16/97 17:17 61,865,984 pagefile.sys 14 2/13/94 6:21 9,349 WINA20.386
Compare this example with the example for
screenco
.