ConfGroup

Name

ConfGroup -- A wrapper for document meta-information about a conference

Synopsis

Content Model

ConfGroup ::=
((ConfDates|ConfTitle|ConfNum|Address|ConfSponsor)*)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%bibliocomponent.mix;

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.

Parents

These elements contain ConfGroup: ArtHeader, BiblioEntry, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio, BookInfo, DocInfo, ObjectInfo, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, SeriesInfo, SetInfo.

Children

The following elements occur in ConfGroup: Address, ConfDates, ConfNum, ConfSponsor, ConfTitle.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

ConfDates, ConfNum, ConfSponsor, ConfTitle, ContractNum, ContractSponsor

Examples

<!DOCTYPE confgroup PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<confgroup>
<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>
</confgroup>

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.