| 138 | |
| 139 | === Elements === |
| 140 | A 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. |
| 141 | |
| 142 | The following list is only a first draft and will be finalized in the near future. |
| 143 | |
| 144 | Metadata elements: |
| 145 | * fileDesc, titleStmt, author, name, title, publicationStmt, date |
| 146 | * profileDesc, langUsage, language |
| 147 | * ... |
| 148 | |
| 149 | Fulltext elements (with attributes in paranthesis): |
| 150 | * text flow elements: head, div, seg, p, lb, lg, gap (extent) |
| 151 | * text structure elements: pb (facs), s |
| 152 | * figure elements: figure |
| 153 | * note elements: note |
| 154 | * quotation elements: q, quote |
| 155 | * translation elements: foreign (lang, xml:lang), reg |
| 156 | * mathematical elements: num, mml:* |
| 157 | * time elements: date |
| 158 | * xhtml elements: xhtml:* : e.g. table, ul |
| 159 | * other elements: expan, emph, ref (target), anchor (xml:id) |
| 160 | * ... |