◇◆
<info> Info
Metadata for the paper, including information that may be exposed to or through
other systems.
Usage/Remarks
Authoring Note
The child elements <confgroup> and <legalnotice> are not available in the authoring model. They are available only in the production
model and will be added to papers published in conference proceedings during editing.
The authoring model’s expanded content model for <info> is:
(abstract, author+, keywordset?)
Models and Context
May be contained in
Description
The following, in order:
- <confgroup> Conference Group (production DTD only)
- <abstract> Abstract
- <author> Author, one or more
- <legalnotice> Legal Notice, zero or one (production DTD only)
- <keywordset> Keyword Set, zero or more
Expanded Content Model
(confgroup, abstract, author+, legalnotice?, keywordset*)
Tagged Sample
With abstract, author information, and keywords
<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0-subset Balisage-1.5" xml:id="HR-23632987-8973">
<title>Raleigh’s Discoveries in the New World</title>
<subtitle>New Insight into the Roanoke Colony</subtitle>
<info>
<abstract>
<para>In 1584, Queen Elizabeth I charged Sir Walter Raleigh to discover and colonize lands
...</para>
</abstract>
<author>
<personname>
<firstname>Tonia</firstname>
<othername>Renae</othername>
<surname>Gaillard</surname>
</personname>
<personblurb>
<para>A native of Eleajora, Dr. Gaillard completed her post-graduate studies in Colonial
American History in 2033 ...</para>
...
</personblurb>
<affiliation>
<jobtitle>Department Chair</jobtitle>
<orgname>Quetrane University</orgname>
</affiliation>
<email>tgaillard@quetrane.hist.edu</email>
<link>https://www.quetrane.edu/gail283</link>
</author>
<keywordset role="author">
<keyword>New World discoveries</keyword>
<keyword>American colonial history</keyword>
<keyword>English 16th century history</keyword>
</keywordset>
</info>
<section xml:id="mul1">
...
</section>
...
</article>