<?tei:SOF p2copa.odd ?>
<!-- $Id: p2copa.odd,v 1.3 1994/03/27 21:45:15 msmcq Exp $ -->
<!-- $Log: p2copa.odd,v $
# Revision 1.3  1994/03/27  21:45:15  msmcq
# Correction of typos from DB, JL, HG, and WWP
# -->
<!-- P2COpa : Paragraphs                                      -->
<!-- Revisions:                                               -->
<!-- 94-03-26 : MSM : corrections, changes from WWP team      -->
<!-- 94-03-25 : MSM : corrections from John Lavagnino         -->
<!-- 94-03-24 : MSM : disambiguation of term, q (null)        -->
<!-- 92-12-09 : MSM : cosmetic copy editing                   -->
<!-- 92-12-09 : MSM : add space after some end-tags           -->
<!-- 92-12-06 : MSM : revisions for publication               -->
<!-- 92-11-09 : MSM : suppress leading blanks in some elements -->
<!-- 17 oct 92 : LB  revised initial discussion               -->
<!-- 2 oct 92  : LB checked; revised order slightly           -->
<!-- 21 Apr 92 : CMSMcQ : retag for TEI P2, add tag docs.     -->
<!-- 16 Oct 90 : CMSMcQ : TEI P1 version 1.1                  -->
<!-- 17 Jul 90 : CMSMcQ : TEI P1 version 1.0                  -->
 
<div2 name=section id=COPA><head>Paragraphs</head>
 
<p>The paragraph is the fundamental organizational unit for all prose
texts, being the smallest regular unit into which prose can be divided.
Prose can appear in all TEI texts, not simply in those using the prose
base (section <xref target=PR>); the paragraph is therefore described
here, as an element which can appear in any kind of text.
 
<p>Paragraphs can contain any of the other elements described within
this chapter, as well as some other elements which are specific to
individual text types.  We distinguish <term>phrase-level</term>
elements, which must be entirely contained within a paragraph and cannot
appear except within one, from <term>chunks</term>, which can appear
between, but not within, paragraphs, and from <term>inter-level</term>
elements, which can appear either within a single paragraph or between
paragraphs.  The class of phrases includes emphasized or quoted phrases,
names, dates, etc.  The class of inter-level elements includes
bibliographic citations, notes, lists, etc.  The class of chunks
includes the paragraph itself.
 
<p>Because paragraphs may appear in different base or additional tag
sets, their possible contents may differ in different kinds of
documents.  In particular, additional elements not listed in this
chapter may appear in paragraphs in certain kinds of text.  However, the
elements described in this chapter are always by default available in
all kinds of text.
 
<p>The paragraph is marked using the <gi>p</gi> element:
 
<tagList>
<tagDesc tagDoc=P>
</tagList>
 
<p>If a consistent internal subdivision of paragraphs is desired, the
<gi>s</gi> or <gi>seg</gi> (<soCalled>segment</soCalled>) elements may
be used, as discussed in chapters <xref target=SA> and <xref target=AI>
respectively.  More usually, however, paragraphs have no firm internal
structure, but contain prose encoded as a mix of characters, entity
references, phrases marked as described in the rest of this chapter, and
embedded elements like lists, figures, or tables.
 
<p>Since paragraphs are usually explicitly marked in Western texts,
typically by indentation,  the application of the <gi>p</gi> tag
usually presents few problems.
 
<p>In some cases, the body of a text may comprise but a single
paragraph:
 
<eg>
<![ CDATA [
<body>
<p>I fully appreciate Gen. Pope's splendid achievements with their
invaluable results; but you must know that Major Generalships in the
Regular Army, are not as plenty as blackberries.
</body>
]]>
</eg>
 
<!-- A. Lincoln to Richard Yates and William Butler, 10 Apr 1862, -->
<!-- Library of America, Lincoln, v. 2 p. 315.                -- >
 
<p>This news story shows typically short journalistic paragraphs:
 
<eg>
<![ CDATA [
<head>SARAJEVO, Bosnia and Herzegovina, April 19</head>
<p>Serbs seized more territory in this struggling new
country today as the United States Air Force ended a
two-day airlift of humanitarian aid into the capital,
Sarajevo.
<p>International relief workers called on European
Community nations to step up their humanitarian aid to
the former Yugoslav republic, in conjunction with new
American aid flights if necessary.
<p>A special envoy from the European Community, Colin
Doyle, harshly condemned the decision by Serbs to shell
Sarajevo on Saturday night during a visit to the Bosnian
capital by a senior American official, Deputy Assistant
Secretary of State Ralph R. Johnson.
<p>...
]]>
</eg>
 
<p>The following extract from a Russian fairy tale demonstrates
how other phrase level elements (in this case <gi>q</gi> elements
representing direct speech; see section <xref target=COHQQ>)
may be nested within, but not across, paragraphs:
 
<!-- < citation>< title>Russian Fairy Tales,< /title>         -->
<!-- translated by Norbert Guterman from the collections of   -->
<!-- Aleksandr Afanas'ev, illustrations by Alexander          -->
<!-- Alexeieff, folkloristic commentary by Roman Jakobson     -->
<!-- (New York:  Pantheon Books, 1947, rpt.  [n.d.]).< />     -->
<!-- opening paragraphs of < title.p>The Castle of the        -->
<!-- Fly< /title.p>, p. 25                                    -->
 
<!-- WWP proofer objects to the fact that "I, the             -->
<!-- Languishing Fly, and I the Crawling Louse" makes only    -->
<!-- one Q element instead of two.  Though not perfectly      -->
<!-- logical, this is the structure indicated by the          -->
<!-- punctuation of the source text, so the example was not   -->
<!-- changed.  (msm)                                          -->
 
<eg>
<![ CDATA [
<p>A fly built a castle, a tall and mighty castle.
There came to the castle the Crawling Louse.  <q>Who,
who's in the castle?  Who, who's in your house?</q>
said the Crawling Louse.  <q>I, I, the Languishing Fly.
And who art thou?</q> <q>I'm the Crawling Louse.</q>
 
<p>Then came to the castle the Leaping Flea.  <q>Who,
who's in the castle?</q> said the Leaping Flea.  <q>I,
I, the Languishing Fly, and I, the Crawling Louse.  And
who art thou?</q> <q>I'm the Leaping Flea.</q>
 
<p>Then came to the castle the Mischievous Mosquito.
<q>Who, who's in the castle?</q> said the Mischievous
Mosquito.  <q>I, I, the Languishing Fly, and I, the
Crawling Louse, and I, the Leaping Flea.  And who art
thou?</q> <q>I'm the Mischievous Mosquito.</q>
]]>
</eg>
 
<p>The <gi>p</gi> element is formally declared as follows:
<dtdFrag id=DCOPA n=Paragraph>
<tagDecl tagDoc=P>
</dtdFrag>
 
<?tei:EOF p2copa.odd ?>
