V5.2meta (db.meta.content)
meta — A generic metadata element.
Synopsis
meta (db.meta.content) ::=
- Zero or more of:
- text
- text
*:*
bridgehead
formalgroup
revhistory
- Bibliography inlines
- Error inlines
- Graphic inlines
- GUI inlines
- Indexing inlines
- Keyboard inlines
- Linking inlines
- Markup inlines
- Math inlines
- Object-oriented programming inlines
- Operating system inlines
- Product inlines
- Programming inlines
- Publishing inlines
abbrev
acronym
coref
date
emphasis
(db.emphasis)firstterm
(db._firstterm)firstterm
(db.firstterm)footnote
footnoteref
foreignphrase
(db.foreignphrase)glossterm
(db._glossterm)glossterm
(db.glossterm)phrase
(db.phrase)quote
(db.quote)revnumber
subscript
superscript
wordasword
- Technical inlines
- Ubiquitous inlines
abbrev
acronym
alt
anchor
annotation
biblioref
coref
date
emphasis
(db._emphasis)firstterm
(db._firstterm)footnote
footnoteref
foreignphrase
(db._foreignphrase)glossterm
(db._glossterm)indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
phrase
(db._phrase)quote
(db._quote)remark
subscript
superscript
trademark
wordasword
xref
- Admonition elements
- Formal elements
- Graphic elements
- Informal elements
informalequation
informalexample
informalfigure
informaltable
(db.cals.informaltable)informaltable
(db.html.informaltable)
- List elements
- Paragraph elements
- Publishing elements
- Synopsis elements
- Technical elements
- Verbatim elements
Attributes
Common attributes and common linking attributes.
Additional attributes:
- name
Description
The meta
element can be used to add arbitrary metadata
to the info
section of an element. DocBook makes no assertions about
the semantics of these elements.
If the meta
tag does not have a content
attribute, then the content of the element is taken to be the metadata value.
Processing expectations
Suppressed. The meta
information may be used
in presentation, but it is not generally formatted directly.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
- name
A name for the metadata element
Parents
These elements contain meta
: biblioentry
, bibliomixed
, bibliomset
, biblioset
, info
(db.info), info
(db.titleforbidden.info), info
(db.titleonly.info), info
(db.titleonlyreq.info), info
(db.titlereq.info), merge
.
Children
The following elements occur in meta
: text, *:*
, abbrev
, accel
, acronym
, address
, alt
, anchor
, annotation
, application
, author
, bibliolist
, biblioref
, blockquote
, bridgehead
, buildtarget
, calloutlist
, caution
, citation
, citebiblioid
, citerefentry
, citetitle
, classname
, classsynopsis
, cmdsynopsis
, code
, command
, computeroutput
, constant
, constraintdef
, constructorsynopsis
, coref
, danger
, database
, date
, destructorsynopsis
, editor
, email
, emphasis
(db._emphasis), emphasis
(db.emphasis), enumidentifier
, enumname
, enumsynopsis
, enumvalue
, envar
, epigraph
, equation
, errorcode
, errorname
, errortext
, errortype
, example
, exceptionname
, fieldsynopsis
, figure
, filename
, firstterm
(db._firstterm), firstterm
(db.firstterm), footnote
, footnoteref
, foreignphrase
(db._foreignphrase), foreignphrase
(db.foreignphrase), formalgroup
, formalpara
, funcsynopsis
, function
, glosslist
, glossterm
(db._glossterm), glossterm
(db.glossterm), guibutton
, guiicon
, guilabel
, guimenu
, guimenuitem
, guisubmenu
, hardware
, important
, indexterm
(db.indexterm.endofrange), indexterm
(db.indexterm.singular), indexterm
(db.indexterm.startofrange), informalequation
, informalexample
, informalfigure
, informaltable
(db.cals.informaltable), informaltable
(db.html.informaltable), initializer
, inlineequation
, inlinemediaobject
, interfacename
, itemizedlist
, jobtitle
, keycap
, keycode
, keycombo
, keysym
, link
, literal
, literallayout
, macroname
, macrosynopsis
, markup
, mediaobject
, menuchoice
, methodname
, methodsynopsis
, modifier
, mousebutton
, msgset
, nonterminal
, note
, olink
, ooclass
, ooexception
, oointerface
, option
, optional
, orderedlist
, org
, orgname
, package
, packagesynopsis
, para
, parameter
, person
, personname
, phrase
(db._phrase), phrase
(db.phrase), procedure
, productionset
, productname
, productnumber
, programlisting
, programlistingco
, prompt
, property
, qandaset
, quote
(db._quote), quote
(db.quote), remark
, replaceable
, returnvalue
, revhistory
, revnumber
, screen
, screenco
, screenshot
, segmentedlist
, shortcut
, sidebar
, simpara
, simplelist
, subscript
, superscript
, symbol
, synopsis
, systemitem
, table
(db.cals.table), table
(db.html.table), tag
, task
, templatename
, termdef
, tip
, token
, trademark
, type
, typedefname
, typedefsynopsis
, unionname
, unionsynopsis
, uri
, userinput
, variablelist
, varname
, warning
, wordasword
, xref
.
See Also
Related elements: meta
(db.meta.empty).
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<info>
|<title>Example with meta elements</title>
|<meta name="widget-color" content="blue"/>
5 |<meta name="widget-text">
|<emphasis>W</emphasis>idget
|</meta>
|</info>
|<para>This example article has two
10 |<tag>meta</tag> elements in its
|<tag>info</tag>.</para>
|</article>
This example article has two
meta
elements in its
info
.