<?xml version="1.0"?>
<!DOCTYPE TEI.2 SYSTEM "../shared/teilite/teixlite.dtd" [
  <!ENTITY copy "&#xa9;">
]>
<TEI.2> 
  <teiHeader> 
	 <fileDesc> 
		<titleStmt> 
		  <title>DAACS DTD documentation</title> 
		</titleStmt> 
		<publicationStmt> 
		  <publisher>DAACS, </publisher> 
		  <pubPlace>Charlottesville: </pubPlace> 
		  <date>2004</date> 
		</publicationStmt> 
  <notesStmt> 
	<note type="technology">Encoded in compliance with TEI Lite DTD (P4); XML 1.0 file.</note> 
  </notesStmt> 
		<sourceDesc> 
		  <p>original</p> 
		</sourceDesc> 
	 </fileDesc> 
	 <revisionDesc> 
		<change> 
		  <date>January 16, 2004</date> 
		  <respStmt> 
			 <name>Daniel Pitti and Sarah Wells</name> 
			 <resp></resp> 
		  </respStmt> 
		  <item>wrote document</item> 
		</change> 
		<change> 
		  <date>March 24, 2004</date> 
		  <respStmt> 
			 <name>Sarah Wells</name> 
			 <resp>technical writer</resp> 
		  </respStmt> 
		  <item>updated</item> 
		</change> 
	 </revisionDesc> 
  </teiHeader> 
  <text> 
	 <front> 
		<docAuthor>Sarah Wells and Daniel Pitti</docAuthor> 
		<docDate>March, 2004</docDate> 
		<docTitle> 
		  <titlePart>DAACS DTD documentation</titlePart> 
		</docTitle> 
	 </front> 
	 <body> 
		<div1> 
		  <head>Introduction</head> 
		  <p>The DAACS DTD is based on the TEI-Lite DTD and is TEI-compliant. All
			 of these elements are in TEI-Lite, although they are not all used in the same
			 way. The definitions here are intended for use in the DAACS DTD only.</p> 
		</div1> 
		<div1> 
		  <head>How to read the definitions</head> 
		  <p>Each element has a description of its function and any special usage
			 rules are explained. If other elements can be nested inside that element, they
			 are listed as sub-elements. The following symbols are used to define how those
			 nestable elements can be used: 
		  <table> 
			 <row> 
				<cell>+</cell> 
				<cell>You must use this element at least once.</cell> 
			 </row> 
			 <row> 
				<cell>?</cell> 
				<cell>You may use this element once, but it is not required.</cell>
				
			 </row> 
			 <row> 
				<cell>*</cell> 
				<cell>You may use this element as many times as you wish, but it is
				  not required.</cell> 
			 </row> 
			 <row> 
				<cell>A | B</cell> 
				<cell>You can use either element A or element B, but not
				  both.</cell> 
			 </row> 
		  </table> </p> 
		  <p>If none of these symbols appear, assume that the element is required
			 but cannot be repeated. The elements are placed inside sets of parentheses to
			 clarify which symbols apply to which elements. For example, suppose that
			 element &lt;hello&gt; can contain the following elements:</p> 
		  <p rend="indent"><hi rend="italics">sub-elements:</hi> (foo+, bar?, (foo2* |
			 bar2*))</p> 
		  <p>The only required sub-element is &lt;foo&gt;. It can also contain
			 one or zero &lt;bar&gt; elements, and zero or more &lt;foo2&gt; or &lt;bar2&gt;
			 elements (but not both). A proper usage might be: 
			 <eg>&lt;hello&gt;
  &lt;foo&gt; 
    &lt;bar2&gt;blah blah blah&lt;/bar2&gt;
    &lt;bar2&gt;yammer yammer&lt;/bar2&gt;
  &lt;/foo&gt;
&lt;/hello&gt;</eg>In several cases, you will
			 see "#PCDATA" listed as a sub-element. This stands for "parsed character data,"
			 meaning text that is analyzed by the parser for entities and markup and then
			 processed. You can enter any string of characters, with the exception of the
			 "&amp;" and "&lt;" characters, which are used to indicate entity references and
			 the beginning of elements. You must use "&amp;amp;" and "&amp;lt;" instead. </p> 
		  <p>Note that some non-textual characters, such as a copyright symbol,
			 can be typed in as entities ("&amp;copy;").</p> 
		  <p>Attributes are listed as either required or implied (i.e.,
			 optional). In some cases, they have a limited range of possible values. These
			 values are listed in parenthesis. For example,</p> 
		  <p rend="indent"><hi rend="italics">implied attributes:</hi> id, type (foo | bar)</p>
		  
		  <p>This means that there are two optional attributes,
			 <hi rend="italics">id</hi> and <hi rend="italics">type</hi>. You can assign any
			 value to <hi rend="italics">id</hi> but <hi rend="italics">type</hi> can only
			 be set to "foo" or "bar". </p> 
		</div1> 
		<div1> 
		  <head>Types</head> 
		  <p>There are ten types of DAACS documents: 
			 <list type="label"> 
				<item> 
				  <label>background</label>Background documents are associated with
				  buildings and sites and contain information about the building's or site's
				  excavation history and summaries of the documentary and archeological evidence
				  and analyses. There is one background document for each site in the
				  Archive.</item> 
				<item> 
				  <label>bibliography</label> This document contains bibliographic
				  information for citations in the DAACS web site. There is only one bibliography
				  document for the Archive.</item> 
				<item> 
				  <label>chronology</label>A chronology of a building or site,
				  based on a DAACS-developed uniform set of methods to infer intra-site
				  chronologies. There is one chronology document for each site.</item> 
				<item> 
				  <label>features</label>An explanation of the feature numbers and
				  groups assigned to a site. There is one feature document for each site.</item> 
				<item> 
				  <label>glossary</label> A list of definitions and attributes of
				  terms used in the Archive documents. There is only one glossary
				  document.</item> 
				<item> 
				  <label>harrismatrix</label> A Harris Matrix for a site and an
				  explanation of the information contained in the Matrix. There is one Harris
				  Matrix document for each site.</item> 
				<item> 
				  <label>history</label> A brief history of a particular site or
				  area associated with sites in the Archive. There are currently three historical
				  documents, for the Mount Vernon and Rich Neck plantations and Mulberry
				  Row.</item> 
				<item> 
				  <label>home</label> The home page for a particular site. It
				  contains basic facts and figures relevant to the data about that building or
				  site. There is one home document for each site in the Archive.</item> 
				<item> 
				  <label>images</label> Contains locations and captions for images
				  associated with a particular site. There is one image document for each site in
				  the Archive.</item> 
				<item> 
				  <label>phase</label>A detailed phasing query for each site. There
				  is one phase document for each site in the Archive.</item> 
			 </list></p> 
		</div1> 
		<div1> 
		  <head>Elements</head> 
		  <div2> 
			 <head>author</head> 
			 <p> This element contains the name of the author of a bibliographic
				entry in the bibliography. The first author's name should be written last name
				first. If there are multiple authors, the remaining names should be written
				first name first. For example: 
				<eg>&lt;author&gt;Kennedy, John F.&lt;/author&gt;
&lt;author&gt;Lyndon Johnson&lt;/author&gt; 
&lt;author&gt;Gerald R. Ford&lt;/author&gt;</eg> It is used inside the &lt;bibl&gt;element. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>bibl</head> 
			 <p>Describes an item in the bibliography. It is nested in the
				&lt;listBibl&gt; element and contains the item's title and editor or
				author.</p> 
			 <p>Each &lt;bibl&gt; must have an <hi rend="italics">id</hi> attribute,
				which is a unique name for each work listed in the bibliography. Any references
				to a work will refer to it by this name. The id should use one of the following
				formats:</p> 
			 <p>If the entry has one or more authors, the id should consists of
				the primary author's last name plus the year of publication that is given in
				the &lt;date&gt; element. If there are several publications from the same year,
				the year should be followed by a letter. E.g., 
				<eg>&lt;bibl id="Jones1995a"&gt; ...&lt;/bibl&gt; 
&lt;bibl id="Jones1995b"&gt; ...&lt;/bibl&gt;</eg></p> 
			 <p>If there is no author or date, the <hi rend="italics">id</hi> should
				be the entry's title (or a reasonable abbreviation, if the title is long).
				E.g., 
				<eg>&lt;bibl id="LudwellPapers"&gt;</eg> </p> 
			 <p> Either way, every &lt;bibl&gt; must contain either a
				&lt;title&gt; or &lt;date&gt;. The &lt;date&gt; is the year of publication. If
				available, the name(s) of either the editor(s)or author(s) can be included.</p>
			 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> ((editor* | author*),(date |
				title)+, note, term*) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> id </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>biblFull</head> 
			 <p>This is bibliographic information about the source of the current
				XML file and is found inside the &lt;sourceDesc&gt; element in the
				&lt;teiHeader&gt;. It contains the file's title, its publication history, and
				how it was created.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (titleStmt, publicationStmt,
				notesStmt) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>body</head> 
			 <p>A standard TEI element that contains the body of an XML document.
				It is used in conjunction with the &lt;front&gt; element, which contains
				preliminary descriptive information. The division is similar to the division in
				a book between front matter, such as a table of contents, epigraph, and
				forward, and the main body of the text. It appears inside the &lt;text&gt;
				element. </p> 
			 <p>The &lt;body&gt; must include text inside a &lt;p&gt;,
				&lt;listBibl&gt;, or &lt;list&gt;; or a &lt;div1&gt;. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (head?, ((p | listBibl |
				list)*, div1*) +)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>cell</head> 
			 <p>This is used for data that will appear in a table cell. It is
				placed inside a &lt;row&gt; element. It can contain either text (i.e., PCDATA)
				or an &lt;xref&gt; (a cross-reference).</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (xref)*</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>creation</head> 
			 <p>This element is found inside the &lt;profileDesc&gt; element and
				contains a statement about how the content was converted from its previous form
				to XML and who was responsible for the conversion. For example,
				<eg>&lt;creation&gt;Manually converted from Microsoft Word 2000 file to TEI Lite (P4) 
by Jillian Galle, Department of Archaeology, Thomas Jefferson Foundation.&lt;/creation&gt;</eg><hi rend="italics">sub-elements:</hi> (#PCDATA)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>date</head> 
			 <p>This can be found inside the &lt;bibl&gt; and
				&lt;publicationStmt&gt; elements. It contains a publication date. </p> 
			 <p>When used inside &lt;bibl&gt;, it indicates what year the work was
				published. E.g., 
				<eg>&lt;date&gt;1997&lt;/date&gt;</eg></p> 
			 <p>This date is used to assign the work a unique id, so it should
				correspond to the &lt;bibl&gt; <hi rend="italics">id</hi> (please see the
				&lt;bibl&gt; element definition for more information). If an author published
				more than one work in one year, the publication year should be followed by a
				letter. For example, 
				<eg>&lt;date&gt;1986a&lt;/date&gt;</eg> </p> 
			 <p>When used inside the &lt;publicationStmt&gt;, the date is the year
				that the XML document was published. To make the final HTML documents readable,
				the date should be followed by a period. E.g., 
				<eg>&lt;date&gt;2003.&lt;/date&gt;</eg> </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>div1</head> 
			 <p>This is a standard TEI element used to mark a high-level section
				of a document. In the DAACS DTD, it is used inside the &lt;front&gt; and
				&lt;body&gt; elements. </p> 
			 <p>It can have an <hi rend="italics">id</hi> or a <hi
				rend="italics">type</hi> attribute. The <hi rend="italics">id</hi> is used in
				the history documents to identify sections of information. For example, 
				<eg>&lt;div1 id="stuff"&gt;</eg>
				The <hi rend="italics">type</hi> attribute can only be set to
				"site".</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (head?, ((list | p)*, div2*)
				+)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> id, type (site)</p> 
		  </div2> 
		  <div2> 
			 <head>div2</head> 
			 <p>A standard TEI element used to mark a second-level section of a
				document. It can only be used in a &lt;div1&gt; element. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (head?, ((list | p)*,
				div3*)+) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2 TEIform="div3"> 
			 <head>div3</head> 
			 <p>A standard TEI element used to mark a third-level section of a
				document. It can only be used in a &lt;div2&gt; element. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (head?, (list | p)+) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>edition</head> 
			 <p>This element appears inside &lt;editionStmt&gt; and describes
				which edition of the document is contained inside the current XML file. The
				documents in this site are all electronic editions and should therefore be
				identified thus: 
				<eg>&lt;edition&gt;Electronic Edition.&lt;/edition&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2 TEIform="editionStmt"> 
			 <head>editionStmt</head> 
			 <p>This element appears inside &lt;fileDesc&gt; and contains
				information in the current XML file. It must contain the &lt;edition&gt;
				element. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (edition)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2 TEIform="editor"> 
			 <head>editor</head> 
			 <p> This element contains the name of the editor of a bibliographic
				entry in the bibliography. The first editor's name should be written last name
				first. If there are multiple editors, the remaining names should be have the first
				name first. For example: 
				<eg>&lt;editor&gt;Shaun, William&lt;/editor&gt;
&lt;editor&gt;Harold Ross&lt;/editor&gt; 
&lt;editor&gt;David Remnick&lt;/editor&gt;</eg> It is used inside the &lt;bibl&gt;element. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>figDesc</head> 
			 <p>This element is used in the images documents. It is nested inside
				a &lt;figure&gt; and provides a textual description of the image and/or an
				&lt;xptr&gt; to a full-size version of the image. For example: 
				<eg>&lt;figDesc&gt;Overview of completed Building l excavations
   &lt;xptr n="75K" type="jpg" doc="overview2.full"/&gt;
&lt;/figDesc&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | xptr)* </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>figure</head> 
			 <p>Contains information about an image. It is used only in an images
				documents and is nested inside an &lt;item&gt; in a list of images. It contains
				a &lt;figDesc&gt; to describe the image.</p> 
			 <p>It must have an <hi rend="italics">entity</hi> attribute, which
				corresponds to an entity declaration at the top of the file. The entity
				declaration, in turn, translates into a the location of the image file. For
				example: 
				<eg>&lt;!ENTITY overview03.full SYSTEM "bldg_s_overview3.jpg" NDATA jpeg&gt;
...
&lt;item&gt; &lt;figure entity="overview03.ref"&gt; 
   &lt;figDesc&gt;...&lt;/figDesc&gt; 
&lt;/figure&gt;&lt;/item&gt; </eg>The entity
				"overview03.ref", up at the top of the XML document, contains a URL for the
				image. It is refered in the &lt;figure&gt; element with the <hi
				rend="italics">entity</hi> attribute.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (figDesc) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> entity </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>fileDesc</head> 
			 <p>This element contains file description information and is the
				first element inside the &lt;teiHeader&gt;. It holds bibliographic information
				about the XML file, including information about the origins and publication
				history of the file's content. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (titleStmt, editionStmt, publicationStmt, notesStmt,
				sourceDesc) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>front</head> 
			 <p>Like &lt;body&gt;, this is a standard TEI element. It is used in
				conjunction with the &lt;body&gt; element, and contains preliminary descriptive
				information. In DAACS documents, it contains pointers to other XML documents
				and images which appear in the backgroup or in side panels. The division is
				similar to the division in a book between front matter, such as a table of
				contents, epigraph, and forward, and the main body of the text. It appears
				inside the &lt;text&gt; element.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (div1) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>head</head> 
			 <p>This is a heading for a &lt;body&gt;, &lt;div1&gt;, &lt;div2&gt;,
				&lt;div3&gt;, or &lt;list&gt;. Use the &lt;hi&gt; element to render parts of a
				heading in a specific style. For example,
				<eg>&lt;head&gt;Building &lt;hi rend="font-style:italic"&gt;l&lt;/hi&gt; Chronology&lt;/head&gt;</eg></p> 
			 <p>Use the &lt;xref&gt; and &lt;name&gt; elements here as in another
				element.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | hi | name |
				xref)*</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>hi</head> 
			 <p>Identifies a portion of text that needs to be formatted in a
				specific manner. It can only be used inside the &lt;head&gt;, &lt;item&gt;,
				&lt;name&gt;, &lt;p&gt;, &lt;title&gt;, and &lt;xref&gt; elements. </p> 
			 <p>It must have a <hi rend="italics">rend</hi> attribute, which describes
				how the text should be rendered. The description can be one or more options
				from a controlled list. Currently, the possible text renderings are: 
				<list> 
				  <item>font-style:italic </item> 
				  <item>font-weight:bold </item> 
				  <item>vertical-align:text-top</item> 
				  <item>font-size:xx-small </item> 
				</list> To use more than one rendering option, separate them with a
				semicolon. Use the vertical-align and font-size options to render the text as
				superscript:
				<eg>&lt;hi rend="vertical-align:text-top;font-size:xx-small"&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> rend </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>item</head> 
			 <p>Marks an item in a &lt;list&gt;. It can contain text, figures, and
				cross-references to other files. Note that you can start a secondary
				&lt;list&gt; inside the current list: 
				<eg>&lt;list&gt;&lt;item&gt;
   &lt;list&gt;....&lt;/list&gt;
&lt;/item&gt;...&lt;/list&gt;</eg></p>
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | hi | list | p |
				xref | figure | table)* </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>label</head> 
			 <p>Contains the title of an item in a &lt;list&gt;. It is nested
				inside the &lt;list&gt; element and before the &lt;item&gt; tag. For example,
				<eg>&lt;list&gt;
   &lt;label&gt;Topic A:&lt;/label&gt;&lt;item&gt;...&lt;/item&gt;
   &lt;label&gt;Topic B:&lt;/label&gt;&lt;item&gt;...&lt;/item&gt;
&lt;/list&gt;</eg></p> 
			 <p> Be sure to be consistent about labeling items: do not label some but not others. </p>
			 <p>The <hi rend="italics">id</hi> attribute is not required, although it
				is used in the glossary to assign a unique id to every glossary entry. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none]</p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> id </p> 
		  </div2> 
		  <div2> 
			 <head>list</head> 
			 <p>Contains a list. It can be placed inside the &lt;body&gt;,
				&lt;div1&gt;, &lt;div2&gt;, or &lt;div3&gt; tags. It may contain a &lt;head&gt;
				and one or more &lt;item&gt; or &lt;label&gt; elements. </p> 
			 <p>It may have a <hi rend="italics">type</hi> attribute, which identifies
				what kind of list it is. Currently, the possible types are: 
				<list type="bulleted"> 
				  <item>colophon</item> 
				  <item>glossary</item> 
				  <item>images</item> 
				  <item>label</item> 
				</list> A colophon list is used in the background file for each
				site and contain information about the source of the text. The glossary and
				images lists are used only in the glossary and images files, respectively.
				Label lists are used in site home files to organize data about the site.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (head?, (item | label)*)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> type </p> 
		  </div2> 
		  <div2> 
			 <head>listBibl</head> 
			 <p>This is a list for the bibliography. It holds a list of
				&lt;bibl&gt; elements, which in turn contain information about the works.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (bibl)+ </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>name</head> 
			 <p>This is currently used to identify a building mentioned in a
				background file. E.g., 
				<eg>&lt;p&gt;Blah blah &lt;name&gt;Building &lt;hi rend="font-style:italic"&gt;l&lt;/hi&gt;&lt;/name&gt; blah blah.&lt;/p&gt;</eg></p> 
			 <p>It can be found in &lt;p&gt;, &lt;q&gt;, and &lt;head&gt;
				elements.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | hi)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none]</p> 
		  </div2> 
		  <div2> 
			 <head>note</head> 
			 <p>Contains a note about a bibliographic entry or about the file. It
				can appear in the &lt;teiHeader&gt; in the &lt;notesStmt&gt; element or in the
				&lt;body&gt; in the &lt;bibl&gt; element. It must use a <hi	rend="italics">type</hi> attribute to define the information as "technology" or
				"bibliographic." When it is used in a &lt;notesStmt&gt;, it is technology. For
				example, 
				<eg>&lt;notesStmt&gt;
   &lt;note type="technology"&gt;Microsoft Word 2000.&lt;/note&gt;
&lt;/notesStmt&gt;</eg></p> 
			 <p>When used in a &lt;bibl&gt; it is bibliographic. If it is a
				bibliographic note, it can contain one or more &lt;title&gt; elements.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | title)* </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> type (bibliographic |
				technology)</p> 
		  </div2> 
		  <div2> 
			 <head>notesStmt</head> 
			 <p>This element contains notes about the XML file. It appears twice
				in the &lt;teiHeader&gt;, in the &lt;fileDesc&gt;, where it holds technical
				information about the file's encoding, and &lt;biblFull&gt;, where it describes
				what technology was used to encode the original content. In both cases, the
				information is in a nested &lt;note type="technology"&gt; element.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (note)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>num</head> 
			 <p>This is found inside the &lt;title&gt; element and is used to
				specify the volume number of a work. 
				<eg>&lt;title&gt;Cabbages and Kings, 1066-1914, &lt;num&gt;Volume III.&lt;/num&gt;&lt;/title&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>p</head> 
			 <p>This is a standard TEI element. It can be used in several elements
				and is always used to mark the beginning and end of a paragraph of
				information.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | hi | name | term
				| xptr | xref | q | table)* </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>profileDesc</head> 
			 <p>Contains information about how the XML file was created. It is
				located in the &lt;teiHeader&gt; element and contains a &lt;creation&gt;
				element.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (creation) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>publicationStmt</head> 
			 <p>Contains information about where and when the file was published
				and who published it. It is found inside the &lt;biblFull&gt; and
				&lt;fileDesc&gt; elements and should look something like this:				
				<eg>&lt;publicationStmt&gt;
   &lt;pubPlace&gt;Charlottesville: &lt;/pubPlace&gt;
   &lt;publisher&gt;DAACS, &lt;/publisher&gt;
   &lt;date&gt;2003.&lt;/date&gt;
&lt;/publicationStmt&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (p | (pubPlace, publisher,
				date)) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>publisher</head> 
			 <p>The name of the publisher of the XML document. It is found in the &lt;publicationStmt&gt; element. To make the final HTML documents readable, the publisher	name should be followed by a comma and space. E.g., 
				<eg>&lt;publisher&gt;DAACS, &lt;/publisher&gt;</eg> </p> 
			 <p>In all cases, the	publisher is DAACS.</p>
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>pubPlace</head> 
			 <p>The place where theXML document was published. It is found in the &lt;publicationStmt&gt; element. To make the final HTML documents
				readable, this place name should be followed by a colon and space. E.g., 
				<eg>&lt;pubPlace&gt;Charlottesville: &lt;/pubPlace&gt;</eg> </p> 
			 <p>Currently, all documents are published in Charlottesville. </p>
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>q</head> 
			 <p>This marks a quotation and is only used inside the &lt;p&gt;
				element. It can include an &lt;xref&gt; for citations.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | name | xref)*</p>
			 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>row</head> 
			 <p>Marks a row inside a &lt;table&gt;. It must contain one or more
				&lt;cell&gt; elements (be sure that each row in the table has the same number
				of cells). You may use the <hi rend="italics">role</hi> attribute to mark the top
				row of a table (e.g., &lt;row role="head"&gt;).</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (cell)+ </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> role </p> 
		  </div2> 
		  <div2> 
			 <head>sourceDesc</head> 
			 <p>Describes the source of the document contained in the current XML
				file. It can be found in the &lt;fileDesc&gt; element and can contain either a
				&lt;p&gt; or &lt;biblFull&gt;. If the content is being encoded for the first
				time, use &lt;p&gt; and the word "Original." If the source of the content is
				another document (such as a Microsoft Word file), use &lt;biblFull&gt;. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (p | biblFull) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>table</head> 
			 <p>This marks a table of data in the text. It can only be found in
				&lt;p&gt; and &lt;item&gt; elements and must contain one or more &lt;row&gt; elements.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (row)+ </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>TEI.2</head> 
			 <p>This is the root element of a TEI-conformant file. It is used here
				because the XML markup we are using is essentially TEI. The root element is the
				first element in an XML file: all other elements in the file are nested inside.
				It comes after the XML and general entity declarations and must contain a
				&lt;teiHeader&gt; and &lt;text&gt; element.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (teiHeader, text) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>teiHeader</head> 
			 <p>This contains header information about the XML file and is a
				required element in all TEI-based texts. It contains descriptive and
				bibliographic information about the file and is the first element in the
				&lt;TEI.2&gt; root element. It must contain a &lt;fileDesc&gt; and
				&lt;profileDesc&gt;. </p> 
			 <p>It must include an <hi rend="italics">type</hi> and a <hi
				rend="italics">n</hi> attribute. The <hi rend="italics">type</hi> attribute indicates
				what type of document the file. As discussed above, there are currently ten
				types of DAACS documents, listed again here, and you must choose one of these
				types.
				<list type="bulleted"> 
				  <item>background </item> 
				  <item>bibliography </item> 
				  <item>chronology </item> 
				  <item>features </item> 
				  <item>glossary </item> 
				  <item>harrismatrix </item> 
				  <item>history </item> 
				  <item>home </item> 
				  <item>images </item> 
				  <item>phase</item> 
				</list></p>
			 <p></p>
			 <p>The <hi rend="italics">n</hi> attribute associates the file with a
				given site or given type of information. XML attributes are case sensitive, so
				it is important it be spelled consistently. Currently, the following values are
				used:
				<list type="bulleted"> 
				  <item>Biblio</item>
				  <item>glossary</item>
				  <item>BuildingL </item> 
				  <item>BuildingO </item> 
				  <item>BuildingR </item> 
				  <item>BuildingS </item> 
				  <item>BuildingT </item> 
				  <item>HouseforFamilies </item> 
				  <item>JC298 </item> 
				  <item>PalaceLandsQuarter </item> 
				  <item>RichneckQuarter </item> 
				  <item>ST116 </item> 
				  <item>Mulberry </item>
				  <item>mountvernon</item>
				  <item>richneck</item> 
				</list> The first two are for the bibliography and glossary
				documents. The last three should be used in history documents.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (fileDesc, profileDesc) </p>
			 <p rend="indent"><hi rend="italics">required attributes:</hi> n, type (background |
				bibliography | chronology | features | glossary | harrismatrix | history | home
				| images | phase)</p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>term</head> 
			 <p>This is used in the bibliography to associate a work with one or
				more sites. It can be used in the &lt;bibl&gt; and &lt;p&gt; elements. The
				<hi rend="italics">type</hi> attribute must be used and must have the value of
				“sitename." The site name used should be drawn from the same list used by the
				&lt;teiHeader&gt; <hi rend="italics">n</hi> attribute:
				<eg>&lt;term type="sitename"&gt;BuildingL&lt;/term&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA)</p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> type (sitename) </p> 
		  </div2> 
		  <div2> 
			 <head>text</head> 
			 <p>This is a standard TEI element and indicates the content of an XML
				file. It follows the &lt;teiHeader&gt; and can hold &lt;front&gt; and
				&lt;body&gt; elements.</p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (front?, body) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>title</head> 
			 <p>Contains the title of a bibliographic element, note, or the
				document. It can occur in the &lt;bibl&gt;, &lt;note&gt;, and &lt;titlestmt&gt;
				elements. When used in the &lt;bibl&gt; and &lt;note&gt; elements, it must use
				the <hi rend="italics">level</hi> attribute. This attribute indicates what type of
				resource the bibliographic work is. </p>
			 <p>There are five possible values for the <hi
				rend="italics">level</hi> attribute: a, meaning an article (i.e., something that was published as part of a larger work); m, meaning a book,
				manuscript, or other kind of monographic title (including single volumes of multi-volume works); j, meaning a journal; s, meaning a series; and u, meaning an
				unpublished paper or poster (including theses and dissertations unless published by a commercial press). An article title should include the title of the
				journal, book, or series in which it was published, in the &lt;note&gt;
				element. For example,
				<eg>&lt;bibl&gt;
...
   &lt;title level="a"&gt;Slave Diet at Monticello.&lt;/title&gt; 
   &lt;note type="bibliographic"&gt;&lt;title level="j"&gt;American Antiquity&lt;/title&gt; 55(4): 690-717.&lt;/note&gt;
...
&lt;/bibl&gt;</eg></p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | hi | name)* </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> level (a | m | j | s | u) </p> 
		  </div2> 
		  <div2> 
			 <head>titleStmt</head> 
			 <p>A standard TEI element that contains information about the title
				of the XML document. It is used inside the &lt;fileDesc&gt; and
				&lt;biblFull&gt; elements and contains a &lt;title&gt; element. </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (title) </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> [none] </p> 
		  </div2> 
		  <div2> 
			 <head>xptr</head> 
			 <p>This is an empty element, meaning that it does not contain text or
				any nested elements and has a single tage marked with an "/" at the end. It is a pointer to another, internal, location in the
				current document or to an external document. It can be used in the
				&lt;figDesc&gt;, &lt;item&gt;, and &lt;p&gt; elements.</p> 
			 <p>It must include the <hi rend="italics">doc</hi> and <hi
				rend="italics">type</hi> attributes. The <hi rend="italics">doc</hi> attribute
				specifies an entity reference listed at the top of the document and the
				<hi rend="italics">type</hi> attribute specifies what kind of data the entity
				reference will resolve to. For example, a pointer to a .gif file of an full
				image of Building S might look like this: 
				<eg>&lt;xptr type="gif" doc="bldg_s.full.img"/&gt;</eg> </p> 
			 <p>When the file is processed by the style sheet, the reference will
				be resolved and the path of the .gif file will be inserted into the HTML. The
				<hi rend="italics">type</hi> must be one of the choices listed below. Pointers to
				XML files can be used to associate the content of other files with the current
				file.
				<table>
				  <row><cell>backgroundtoc</cell><cell>This is used in background documents and
					 refers to an image that appears next to a table of contents at the top of the
					 page. You can use the <hi rend="italics">n</hi> attribute to further clarify the
					 image. For example, if there are two images that show two different buildings
					 at the same site, you might want to clarify which building is in which image:
					 <eg>&lt;xptr n="68AL" type="backgroundtoc" doc="background.AL"/&gt; 
&lt;xptr n="68AP" type="backgroundtoc" doc="background.AP"/&gt;</eg></cell></row>
				  <row><cell>biblhistory</cell><cell>This is used in the bibliography and helps
					 associate works with specific sites.</cell></row>
				  <row><cell>dxf</cell><cell>Used in image documents to refer to .dxf files
					 (AutoCAD site plans are stored in .dxf format).</cell></row>
				  <row><cell>embedtableright</cell><cell>Used to specify that a table should be
					 embedded in the text and displayed on the right. Currently, this is only used
					 in the glossary to display a formula.</cell></row>
				  <row><cell>gif</cell><cell>Used in the image documents to refer to .gif
					 files.</cell></row>
				  <row><cell>harris</cell><cell>Used in the harrismatrix documents. It refers to an
					 image of the Harris Matrix of the site.</cell></row>
				  <row><cell>history</cell><cell>Used in the home, background, images,
					 harrismatrix, features, and chronology documents to create a link to the
					 history document for the site. Used in the history documents to indicate which
					 sites are associated with that document.</cell></row>
				  <row><cell>jpg</cell><cell>Used in the image documents to refer to .jpg files.
					 </cell></row>
				  <row><cell>pdf</cell><cell>Used in the image documents to refer to .pdf files.
					 </cell></row>
				  <row><cell>siteplan</cell><cell>Used in the home documents. It refers to an image
					 of the site's plan.</cell></row>
				</table></p> 
			 <p>The <hi rend="italics">n</hi> attribute can be used in conjunction
				with <hi rend="italics">dxf</hi>, <hi rend="italics">gif</hi>, and
				<hi rend="italics">jpg</hi> to specify the size of the referenced file. It
				should be in kilobytes and should include the abbreviation “K". E.g., 
				<eg>&lt;xptr type="gif" n="37K" doc="bldg_s.full.img"/&gt;</eg>
				</p>
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> [none] </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> doc, type
				(backgroundtoc | biblhistory | dxf | embedtableright | gif | harris | history |
				jpg | pdf | siteplan)</p> 
			 <p rend="indent"><hi rend="italics">implied attribute:</hi> from, n </p> 
		  </div2> 
		  <div2> 
			 <head>xref</head> 
			 <p>This element is very similar to the &lt;xptr&gt; element. It is not an empty tag, though, and contains text. It is generally used to mark a portion of text, such as a
				cross-reference, and can be used in the &lt;cell&gt;, &lt;head&gt;,
				&lt;item&gt;, &lt;p&gt;, and &lt;q&gt; elements. It can also contain nested
				&lt;xref&gt; elements. There are no required attributes.</p> 
			 <p>The <hi rend="italics">doc</hi> attribute can be used to provide an
				entity reference or to specify that the text is a cross-reference to the
				bibliography or glossary. </p> 
			 <p>The <hi rend="italics">from</hi> attribute is used in cross-references
				and should correspond to either a &lt;bibl&gt; id in the bibliography or a
				&lt;label&gt; id in the glossary. </p> 
			 <p>The <hi rend="italics">type</hi> attribute indicate what kind of data
				the reference is pointing to. Currently, possible values are: 
			 <table> 
				<row> 
				  <cell>citation </cell> 
				  <cell>Creates a cross-reference to a work in the bibliography.
					 Citations should use the <hi rend="italics">from</hi> and <hi
					 rend="italics">doc</hi> attributes. Put the appropriate id for the work that is
					 referenced in <hi rend="italics">from</hi> (this must correspond to the
					 &lt;bibl&gt; <hi rend="italics">id</hi> in the bibliography) and the entity
					 reference for the biblipgraphy document in <hi rend="italics">doc</hi> (it
					 should be "bibliography"). For example, a reference to the 1997 work published
					 by Anna Agbe-Davies would look like this:
					 <eg>&lt;xref type="citation" from="Agbe-Davies1997" doc="bibliography"&gt;</eg></cell> 
				</row> 
				<row> 
				  <cell>embedtableleft </cell> 
				  <cell>When the file is run through the stylesheets, the data
					 referenced in the &lt;xref&gt; element will be placed inside an embedded table
					 along the left margin of the page. It should use include the <hi
					 rend="italics">doc</hi> attribute, giving an entity reference for the desired
					 data.</cell> 
				</row> 
				<row>
				  <cell>embedtableright </cell> 
				  <cell>When the file is run through the stylesheets, the data
					 referenced in the &lt;xref&gt; element will be placed inside an embedded table
					 along the right margin of the page. It should use include the
					 <hi rend="italics">doc</hi> attribute, giving an entity reference for the
					 desired data.</cell> 
				</row> 
				<row> 
				  <cell>glossary </cell> 
				  <cell>Creates a cross-reference to an entry in the glossary.
					 Glossary references should use the <hi rend="italics">from</hi> and
					 <hi rend="italics">doc</hi> attributes. Put the word that will be
					 cross-referenced in <hi rend="italics">from</hi> and the entity reference for
					 the glossary document in <hi rend="italics">doc</hi> (it should be "glossary").
					 For example, a cross-reference to the word "foo" would look like this:
					 <eg>&lt;xref type="glossary" from="foo" doc="glossary"&gt;</eg></cell> 
				</row> 
				<row> 
				  <cell>pdf </cell> 
				  <cell>For a reference to a PDF file. It should use the
					 <hi rend="italics">doc</hi> attribute to refer to an entity reference and the
					 <hi rend="italics">from</hi> attribute to give a file path. 
					 <eg>&lt;xref type="pdf" doc="entity1"&gt; 
&lt;xref type="pdf" from="bldg_r_HarrisMatrix.pdf"&gt;</eg></cell> 
				</row> 
			 </table> </p> 
			 <p rend="indent"><hi rend="italics">sub-elements:</hi> (#PCDATA | hi | xref)* </p> 
			 <p rend="indent"><hi rend="italics">required attributes:</hi> [none]</p> 
			 <p rend="indent"><hi rend="italics">implied attributes:</hi> doc, from, type
				(citation | embedtableleft | embedtableright | glossary | pdf) </p> 
		  </div2> 
		</div1> 
	 </body> 
  </text>
</TEI.2>

