Search the Catalog
DocBook: The Definitive Guide

DocBook: The Definitive Guide

By Norman Walsh & Leonard Muellner
1st Edition October 1999
1-56592-580-7, Order Number: 5807
652 pages, $36.95 , Includes CD-ROM

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.

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>

Back to: DocBook: The Definitive Guide


oreilly.com Home | O'Reilly Bookstores | How to Order | O'Reilly Contacts
International | About O'Reilly | Affiliated Companies | Privacy Policy

© 2001, O'Reilly & Associates, Inc.