ContractSponsor

Name

ContractSponsor -- The sponsor of a contract

Synopsis

Mixed Content Model

ContractSponsor ::=
((#PCDATA|Link|OLink|ULink|Emphasis|Trademark|Replaceable|Comment|
  Subscript|Superscript|InlineGraphic|InlineMediaObject|IndexTerm)+)

Attributes

Common attributes

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

%bibliocomponent.mix;

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: ArtHeader, BiblioEntry, BiblioMixed, BiblioMSet, BiblioSet, BookBiblio, BookInfo, DocInfo, ObjectInfo, RefSect1Info, RefSect2Info, RefSect3Info, RefSynopsisDivInfo, Sect1Info, Sect2Info, Sect3Info, Sect4Info, Sect5Info, SectionInfo, SeriesInfo, SetInfo.

Children

The following elements occur in ContractSponsor: Comment, Emphasis, IndexTerm, InlineGraphic, InlineMediaObject, Link, OLink, Replaceable, Subscript, Superscript, Trademark, ULink.

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

In some contexts, the following elements are excluded: IndexTerm.

See Also

ConfDates, ConfGroup, ConfNum, ConfSponsor, ConfTitle, ContractNum

Examples

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<article>
<artheader>
  <title>Retrofitting Class A Widgets</title>
  <contractsponsor>Xyzzy Engineering Resources</contractsponsor>
  <contractnum>314-592-7</contractnum>
  <pubsnumber>XER-314-7A</pubsnumber>
  <corpauthor>Technical Documentation Consultants, Inc.</corpauthor>
  <collab><collabname>John Whorfin</collabname>
    <affiliation><orgname>Yoyodyne Propulsion Systems</orgname></affiliation>
  </collab>
</artheader>
<para>&hellip;</para>
</article>

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.