Changes between Version 14 and Version 15 of schema


Ignore:
Timestamp:
Mar 2, 2011, 6:20:29 PM (13 years ago)
Author:
jwillenborg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • schema

    v14 v15  
    139139A TEI document (element „TEI“ with namespace „TEI“) consists of a metadata part (element „teiHeader“) which contains the metadata of the document and a fulltext part (element „text“) which contains the content of the document.
    140140
    141 The following list of supported elements and attributes is only a first draft and will be finalized in the near future.
    142 
    143141Global attributes (usable in all elements):
    144142* xlink:href ^an extension of TEI Lite^
    145143
    146144Metadata elements:
    147 * fileDesc, titleStmt, author, name, title, publicationStmt, date, sourceDesc, bibl
     145* fileDesc, titleStmt, author, name, title, publicationStmt, date, idno, availability, sourceDesc, bibl
    148146* profileDesc, langUsage, language
    149147* ...
    150148
    151149Fulltext elements (with attributes in paranthesis):
    152 * text elements: div, gap (extent), head, lb, lg, p, pb (xlink:href), s, seg
     150* text elements: div, gap (extent), head, lb, lg, l, p, pb (xlink:href), s, seg
    153151* figure elements: figure
    154 * note elements: note
     152* note elements: note (place)
    155153* quotation elements: q, quote
    156154* translation elements: foreign (xml:lang), reg
     155* terminology elements: term
     156* name elements: name (type="place"), (type="person"), name (type="organization")
     157* time elements: date
    157158* mathematical elements: num, mml:*
    158 * time elements: date
    159159* xhtml elements: xhtml:* : e.g. table, ul
    160 * other elements: expan, emph, ref (target), anchor (xml:id)
    161 * ...
     160* other elements: hi (rend), expan, emph, choice, orig, abbr, sic, corr, ref (target), anchor (xml:id)
    162161
    163162=== Example ===
     
    166165{{{
    167166<?xml version="1.0" encoding="UTF-8"?>
    168 <TEI xmlns="http://www.tei-c.org/ns/1.0">
     167<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xlink="http://www.w3.org/1999/xlink">
    169168  <teiHeader>
    170169    <fileDesc>
     
    175174      <publicationStmt>
    176175        <date>1789</date>
     176        <idno>/experimental/yourDirectory</idno>
     177        <availability status="free">
     178          <p>This text is available under Creative Commons license CC-BY</p>
     179        </availability>
    177180      </publicationStmt>
    178181      <sourceDesc>
     
    191194      <pb xlink:href="0001.jpg"/>
    192195      <p>
    193         <s>This is the first sentence of the first paragraph.</s>
     196        <s>This is the first sentence of the first paragraph. And <seg xlink:href="http://slime.de">here</seg> is a link.</s>
    194197        <s>This is the second sentence of the first paragraph.</s>
    195198        <s>This is the third sentence of the first paragraph.</s>