confgroup
confgroup — A wrapper for document meta-information about a conference.
Synopsis
confgroup ::=
- Zero or more of:
Attributes
Common attributes and common linking attributes.
No additional attributes.
Description
If a document—for example, an article
—is
written in connection with a conference, the elements in this wrapper
are used to hold information about the conference: titles, sponsors,
addresses, dates, etc.
Processing expectations
May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
Parents
These elements contain confgroup
: 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 confgroup
: address
, confdates
, confnum
, confsponsor
, conftitle
.
See Also
Related elements: confdates
, confnum
, confsponsor
, conftitle
, contractnum
, contractsponsor
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<info>
|<title>Example confgroup</title>
|<confgroup>
5 |<confdates>April, 1998</confdates>
|<conftitle>The World Wide Web Conference</conftitle>
|<confnum>7</confnum>
|<address>Brisbane, Australia</address>
|<confsponsor>World Wide Web Conference Committee (W3C3)</confsponsor>
10 |</confgroup>
|</info>
||
<para>…</para>
|15 |
</article>