contractsponsor
contractsponsor — The sponsor of a contract.
Synopsis
- Zero or more of:
- text
phrase
(db._phrase)replaceable
- Graphic inlines
- Indexing inlines
- Linking inlines
- Ubiquitous inlines
alt
anchor
annotation
biblioref
indexterm
(db.indexterm.endofrange)indexterm
(db.indexterm.singular)indexterm
(db.indexterm.startofrange)inlinemediaobject
link
olink
remark
subscript
superscript
xref
Attributes
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).
This element contains 16 elements.
See Also
confdates
, confgroup
, confnum
, confsponsor
, conftitle
, contractnum
Examples
1 <article xmlns='http://docbook.org/ns/docbook'> 2 <info> <title>Retrofitting Class A Widgets</title> 4 <contractsponsor>Xyzzy Engineering Resources</contractsponsor> <contractnum>314-592-7</contractnum> 6 <biblioid>XER-314-7A</biblioid> <author> 8 <orgname>Technical Documentation Consultants, Inc.</orgname> </author> 10 <collab> <personname> 12 <firstname>John</firstname> <surname>Whorfin</surname> 14 </personname> <affiliation><orgname>Yoyodyne Propulsion Systems</orgname></affiliation> 16 </collab> </info> 18 <para>…</para> 20 </article>