DocBook 5.1: The Definitive Guide  (Version 1.5.3 for DocBook 5.1)

contractsponsor

contractsponsor — The sponsor of a contract.

Synopsis

contractsponsor ::= [-]

Description

The contractsponsor element that occurs in bibliographic metadata contains information about the sponser of a contract under which a document was written.

Processing expectations

May be formatted inline or as a displayed block, depending on context. Sometimes suppressed.

Parents

These elements contain contractsponsor: 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 contractsponsor: text, 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, replaceable, subscript, superscript, trademark, wordasword, xref.

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<info>
  <title>Retrofitting Class A Widgets</title>
  <contractsponsor>Xyzzy Engineering Resources</contractsponsor>
  <contractnum>314-592-7</contractnum>
  <biblioid>XER-314-7A</biblioid>
  <author>
    <orgname>Technical Documentation Consultants, Inc.</orgname>
  </author>
  <collab>
    <personname>
      <firstname>John</firstname>
      <surname>Whorfin</surname>
    </personname>
    <affiliation><orgname>Yoyodyne Propulsion Systems</orgname></affiliation>
  </collab>
</info>

<para>…</para>

</article>