contractsponsor
contractsponsor — The sponsor of a contract.
Synopsis
contractsponsor ::=
- Zero or more of:
- text
replaceable
- Graphic inlines
- Indexing inlines
- Linking inlines
- Ubiquitous inlines
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
subscript
superscript
trademark
wordasword
xref
Attributes
Common attributes and common linking attributes.
No additional 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.
Attributes
Common attributes and common linking attributes.
- any attribute
Any attribute in any other explicit namespace
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
.
See Also
Related elements: confdates
, confgroup
, confnum
, confsponsor
, conftitle
, contractnum
.
Examples
1 |<article xmlns='http://docbook.org/ns/docbook'>
|<info>
|<title>Retrofitting Class A Widgets</title>
|<contractsponsor>Xyzzy Engineering Resources</contractsponsor>
5 |<contractnum>314-592-7</contractnum>
|<biblioid>XER-314-7A</biblioid>
|<author>
|<orgname>Technical Documentation Consultants, Inc.</orgname>
|</author>
10 |<collab>
|<personname>
|<firstname>John</firstname>
|<surname>Whorfin</surname>
|</personname>
15 |<affiliation><orgname>Yoyodyne Propulsion Systems</orgname></affiliation>
|</collab>
|</info>
||
<para>…</para>
20 ||
</article>