Whole document tree
    

Whole document tree

DocInfo

DocInfo

Name

DocInfo -- Metainformation for a book component

Description

Metainformation for a book component, in which it may appear. Only Title and AuthorGroup are required. DocInfo may contain, in order: the required Title, optional TitleAbbrev and SubTitle, followed by one or more AuthorGroups, any number of Abstracts, an optional RevHistory, and any number of LegalNotices. DocInfo has common attributes.

Parents

These elements contain DocInfo: Appendix, Bibliography, Chapter, Glossary, Index, LoT, Part, Preface, RefEntry, Reference, SetIndex, ToC.

Children

DocInfo contains these elements: Abbrev, Abstract, Address, Affiliation, ArtPageNums, Author, AuthorBlurb, AuthorGroup, AuthorInitials, BiblioMisc, BiblioSet, Collab, ConfGroup, ContractNum, ContractSponsor, Contrib, Copyright, CorpAuthor, CorpName, Date, Edition, Editor, FirstName, Graphic, Honorific, ISBN, ISSN, ITermSet, InvPartNumber, IssueNum, KeywordSet, LegalNotice, Lineage, ModeSpec, OrgName, OtherCredit, OtherName, PageNums, PrintHistory, ProductName, ProductNumber, PubDate, Publisher, PublisherName, PubsNumber, ReleaseInfo, RevHistory, SeriesVolNums, SubjectSet, Subtitle, Surname, Title, TitleAbbrev, VolumeNum.

In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.

Examples

<DOCINFO>
<TITLE>Prolegomenon to Any Future GML</TITLE>
<SUBTITLE>An Inquiry into Tag Abuse
</SUBTITLE>

<SUBJECTSET SCHEME=LCSH>
<SUBJECT WEIGHT=5>
<SUBJECTTERM>Electronic publishing
</SUBJECTTERM>
<SUBJECTTERM>Computer program languages
</SUBJECTTERM>
</SUBJECT>
<SUBJECT WEIGHT=8>
<SUBJECTTERM>SGML
</SUBJECTTERM>
</SUBJECT>
</SUBJECTSET>
<SUBJECTSET SCHEME=LOCAL>
<SUBJECT WEIGHT=4>
<SUBJECTTERM>GML
</SUBJECTTERM>
</SUBJECT>
<SUBJECT WEIGHT=9>
<SUBJECTTERM>Tag Abuse
</SUBJECTTERM>
</SUBJECT>
<SUBJECT WEIGHT=3>
<SUBJECTTERM>Standards Revision
</SUBJECTTERM>
<SUBJECTTERM>Biting Critique
</SUBJECTTERM>
</SUBJECT>
</SUBJECTSET>


<KEYWORDSET LANG=EN>
<KEYWORD>SGML
</KEYWORD>
<KEYWORD>revision
</KEYWORD>
</KEYWORDSET>
<KEYWORDSET LANG=Klingon>
<KEYWORD>$*#@!
</KEYWORD>
<KEYWORD>MMMMMM!
</KEYWORD>
</KEYWORDSET>

<AUTHORGROUP>
<AUTHOR>
<HONORIFIC>Dr.
</HONORIFIC>
<FIRSTNAME>John
</FIRSTNAME>
<OTHERNAME>&ldquo;Jack&rdquo;
</OTHERNAME>
<SURNAME>Farquhar
</SURNAME>
<LINEAGE>Jr.
</LINEAGE>
<AUTHORBLURB>
<PARA>Jack is always the first to abuse a tag.</PARA>
</AUTHORBLURB>
<AFFILIATION>
<SHORTAFFIL>Prof
</SHORTAFFIL>
<JOBTITLE>Abject Professor of Markup
</JOBTITLE>
<ORGNAME>Technical University of Michigan
</ORGNAME>
<ORGDIV>School of Deadwood
</ORGDIV>
</AFFILIATION>
</AUTHOR>
</AUTHORGROUP>
<AUTHORGROUP>
<EDITOR>
<FIRSTNAME>Earl
</FIRSTNAME>
<OTHERNAME>Lee
</OTHERNAME>
<SURNAME>Reiser
</SURNAME>
</EDITOR>
</AUTHORGROUP>
<AUTHORGROUP>
<OTHERCREDIT>
<FIRSTNAME>A
</FIRSTNAME>
<SURNAME>Goodlistener
</SURNAME>
<CONTRIB>as told to
</CONTRIB>
</OTHERCREDIT>
</AUTHORGROUP>
<ABSTRACT>
<PARA>Rips the veil from the face of SGML's dirtiest secret:
the tags don't always mean what they're supposed to!
</PARA>
</ABSTRACT>
<REVHISTORY>
<REVISION>
<REVNUMBER>1.1
</REVNUMBER>
<DATE>3.4.1996
</DATE>
<AUTHORINITIALS>F.B.
</AUTHORINITIALS>
<REVREMARK>Cleaned up a few typos.
</REVREMARK>
</REVISION>
</REVHISTORY>
<LEGALNOTICE>
<PARA>All words are property of the English language.
</PARA>
</LEGALNOTICE>
</DOCINFO>