bibliomset

bibliomset — A cooked container for related bibliographic information.

Synopsis

bibliomset ::= [-]

Attributes

Common attributes.

Additional attributes:

  • relation

Description

A bibliomset is a “cooked” wrapper for a collection of bibliographic information.

The purpose of this wrapper is to assert the relationship that binds the collection. For example, in a bibliomixed entry for an article in a journal, you might use two bibliomsets to wrap the fields related to the article and the fields related to the journal.

Processing expectations

Formatted as a displayed block.

A bibliomset is “cooked.” In addition to named fields, it can contain interspersed text to provide punctuation and other formatting information.

The processing system is generally expected to present each and every element in the set, all interspersed #PCDATA, in the order in which it occurs.

Attributes

Common attributes.

relation

Identifies the relationship between the bibliographic elemnts

Parents [+]

This element occurs in 11 elements.

Children [+]

This element contains 93 elements.

Examples

<bibliography xmlns='http://docbook.org/ns/docbook'>
<title>Example bibliomset</title>

<bibliomixed>
  <bibliomset relation='article'>Walsh, Norman.
    <title role='article'>Introduction to Cascading Style Sheets</title>.
  </bibliomset>
  <bibliomset relation='journal'>
    <title>The World Wide Web Journal</title> 
    <volumenum>2</volumenum><issuenum>1</issuenum>.
    <publishername>O'Reilly &amp; Associates, Inc.</publishername> and
    The World Wide Web Consortium. Winter, 1996.
  </bibliomset>
</bibliomixed>

</bibliography>
Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)