citetitle
citetitle — The title of a cited work.
Synopsis
citetitle ::=
- Zero or more of:
- text
html:button
html:fieldset
html:input
html:label
html:select
html:textarea
- Bibliography inlines
- Computer-output inlines
- Graphic inlines
- Linking inlines
- Markup inlines
- Operating system inlines
- Product inlines
- Publishing inlines
- Technical inlines
- Ubiquitous inlines
- User-input inlines
Attributes
Common attributes and common linking attributes.
Additional attributes:
- At most one of:
- pubwork (enumeration)
- “article”
- “bbs”
- “book”
- “cdrom”
- “chapter”
- “dvd”
- “emailmessage”
- “gopher”
- “journal”
- “manuscript”
- “newsposting”
- “part”
- “refentry”
- “section”
- “series”
- “set”
- “webpage”
- “wiki”
- “other”
- All or none of:
- pubwork (enumeration)
- “other”
- otherpubwork (NMTOKEN)
- pubwork (enumeration)
- pubwork (enumeration)
Description
A citetitle
provides inline markup for the title of a
cited work.
Processing expectations
Formatted inline. Often italicized for books and quoted for articles.
Attributes
Common attributes and common linking attributes.
- otherpubwork
Identifies the nature of some other kind of publication being cited
- pubwork
Identifies the nature of the publication being cited
Enumerated values: “article” An article
“bbs” A bulletin board system
“book” A book
“cdrom” A CD-ROM
“chapter” A chapter (as of a book)
“dvd” A DVD
“emailmessage” An email message
“gopher” A gopher page
“journal” A journal
“manuscript” A manuscript
“newsposting” A posting to a newsgroup
“part” A part (as of a book)
“refentry” A reference entry
“section” A section (as of a book or article)
“series” A series
“set” A set (as of books)
“webpage” A web page
“wiki” A wiki page
“other” Some other kind of work
Parents
These elements contain citetitle
: attribution
, bibliomixed
, bibliomset
, caption
(db.html.caption), citetitle
, emphasis
, entry
, html:button
, html:label
, html:legend
, link
(db.link), literallayout
, para
, phrase
(db.phrase), programlisting
, quote
, rddl:resource
, subtitle
, summary
, td
, term
, th
, title
, titleabbrev
.
Children
The following elements occur in citetitle
: text, abbrev
, acronym
, author
, citetitle
, command
, computeroutput
, editor
, email
, emphasis
, filename
, footnote
, footnoteref
, html:button
, html:fieldset
, html:input
, html:label
, html:select
, html:textarea
, inlinemediaobject
, link
(db.link), literal
, option
, orgname
, personname
, phrase
(db.phrase), quote
, rddl:resource
, replaceable
, subscript
, superscript
, systemitem
, trademark
, userinput
, xref
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<title>Example citetitle</title>
||
<para>For a complete methodology for DTD creation, see
5 |<citetitle pubwork="book">Developing SGML DTDs: From Text to Model
|to Markup</citetitle> by Eve Maler and Jeanne El Andaloussi.
|</para>
||
</article>
For a complete methodology for DTD creation, see Developing SGML DTDs: From Text to Model to Markup by Eve Maler and Jeanne El Andaloussi.