The token files described here serve as a shadow of other digital files that more thoroughly describe the texts documented there. This relieves the token files from the burden to describe the physical appearence, structure and transmission of the text. This information is available at any time by following the links back to these other files. The purpose of the token files is to provide a minimal description, containing only the characters of the text in a form that allows easy comparison and alignment of multiple versions. The function is similar to a concordance in that it provides access to the whole text, but without much of what a reader would expect to make reading (or editing) convenient, or even feasible. On the other hand, enough information should be retained to reconstruct a very basic version of the text.
The main elements under the root element tlistare::
The tg element holds the t elements, which have the character content of the text, one token per t. The purpose of the tg element is to group related t elements. tg can nest, and provide thus for a rudimentary structure in the token files.
<lb> This element marks the beginning of a new line or line-like section on the text-bearing surface. | |||||||||||||||||||
Module | derived-module-KRXToken | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Contained by | KRXToken: tg | ||||||||||||||||||
May contain | Empty element | ||||||||||||||||||
Content model | <content> | ||||||||||||||||||
Schema Declaration | element lb { attribute ed { string }?, attribute n { string }?, attribute xml:id { ID }?, empty } |
<pb> This element marks the beginning of a new page or page-like section on the text-bearing surface. | |||||||||||||||||||
Module | derived-module-KRXToken | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Contained by | KRXToken: tg | ||||||||||||||||||
May contain | Empty element | ||||||||||||||||||
Content model | <content> | ||||||||||||||||||
Schema Declaration | element pb { attribute ed { string }?, attribute n { string }?, attribute xml:id { ID }?, empty } |
<t> A token. | |||||||||||||||||||||||||||||||||||||
Module | KRXToken | ||||||||||||||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||||||||||||||
Contained by | KRXToken: tg | ||||||||||||||||||||||||||||||||||||
May contain | Character data only | ||||||||||||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||||||||||||
Schema Declaration | element t { attribute role { "h" | "p" | "s" | "n" | "q" | "v" | "o" }, attribute pos { xsd:nonNegativeInteger }?, attribute tp { xsd:nonNegativeInteger }, attribute f { string }?, attribute p { string }?, attribute n { string }, text } |
<tg> A group of tokens. | |||||||||||||||||||
Module | KRXToken | ||||||||||||||||||
Attributes |
| ||||||||||||||||||
Contained by | |||||||||||||||||||
May contain | |||||||||||||||||||
Content model | <content> | ||||||||||||||||||
Schema Declaration | element tg { attribute xml:id { xsd:ID }?, attribute n { string }?, attribute role { "h" | "p" | "s" | "n" | "q" | "v" | "o" }?, ( tx_tg* | tx_t* | tx_pb* | tx_lb* )* } |
<tlist> Root for token that may contain one or more tg elements. | |||||||||||||||||||||||||
Module | KRXToken | ||||||||||||||||||||||||
Attributes |
| ||||||||||||||||||||||||
Contained by | — | ||||||||||||||||||||||||
May contain | KRXToken: tg | ||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||
Schema Declaration | element tlist { attribute xml:id { ID }?, attribute ed { string }, attribute n { string }?, attribute fileseq { xsd:nonNegativeInteger }?, tx_tg+ } |