citetitle

$Revision: 1.4 $

$Date: 2002/06/12 11:18:04 $

citetitle — The title of a cited work

Synopsis

Mixed Content Model

citetitle ::=
(#PCDATA|footnoteref|xref|abbrev|acronym|citetitle|emphasis|
 footnote|phrase|quote|trademark|link|ulink|command|
 computeroutput|email|filename|literal|option|replaceable|
 systemitem|userinput|inlinemediaobject)*

Attributes

Common attributes

Name

Type

Default

pubwork

Enumeration:

article
book
chapter
journal
manuscript
part
refentry
section
series
set
None

Description

CiteTitle provides inline markup for the title of a cited work.

Processing expectations

Formatted inline. Often italicized for Books and quoted for Articles.

Attributes

pubwork

Pubwork identifies the genre of the cited publication.

See Also

???, ???, ???.

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
For a complete methodology for DTD creation, see
<citetitle pubwork="book">Developing SGML DTDs: From Text to Model
to Markup</citetitle> by Eve Maler and Jeanne El Andaloussi.
</para>

For a complete methodology for DTD creation, see Developing SGML DTDs: From Text to Model to Markup by Eve Maler and Jeanne El Andaloussi.

For additional examples, see also emphasis, footnote, literallayout, ulink.