Version 1.1 (5 May 2004)
These changes are done according to the TEI P4, ch. 29: "Modifying and Customizing the TEI DTD". |
|
|
|
Changes in element classes |
|
metrical |
Defines a set of attributes which certain elements may use to represent metrical information. Changes in Menota: Declaration: <!ENTITY % a.metrical ' |
ass |
New attribute added by Menota. Indicates assonance in the stanzaic text. Example: |
all |
New attribute added by Menota. Indicates alliteration in the stanzaic text. Example: |
|
See further: |
New attributes in elements which are not changed otherwise |
|
<term> |
Contains a single-word, multi-word or symbolic designation which is regarded as a technical term. |
reg |
New attribute added by Menota. Indicates regularised text. Used in chapter
10.5 of the Menota
handbook. The use of the TEI element |
|
Declaration: <!ATTLIST See further: |
New elements |
|
|
The following elements (<dipl>, <facs>
and <norm>) are all made to be used in the elements
<w> |
<dipl> |
Contains the diplomatic form of a reading. The element is based on the element <orig> in TEI, but with some changes: <note> and m.fragmentary are added to the content model, and a.seg is added to the attribute list. The attributes below come in addition to global attributes and those inherited from a.seg. |
reg |
Gives a regularised (normalised) form of the text. This is like the same attribute in <orig>. Datatype: Values: Default: |
resp |
Identifies the individual responsible for the regularisation of the word or phrase. This is like the same attribute in <orig>. Datatype: Values: Default: |
|
Example: <dipl>g<expan>ro</expan><lb></lb>fo<expan>m</expan></dipl> Data Description: May contain: May occur within: Declaration: <!ELEMENT dipl %om.RR; (%phrase; | note | %m.fragmentary;)*>
<!ATTLIST dipl See further: |
<facs> |
Contains the facsimile form of a reading. The element is based on the element <orig> in TEI, but with some changes: <note> and m.fragmentary are added to the content model, and a.seg is added to the attribute list. The attributes below come in addition to global attributes and those inherited from a.seg. |
reg |
Gives a regularised (normalised) form of the text. This is like the same attribute in <orig>. Datatype: Values: Default: |
resp |
Identifies the individual responsible for the regularisation of the word or phrase. This is like the same attribute in <orig>. Datatype: Values: Default: |
|
Example: <facs>g&osup;<lb></lb>fo&bar;</facs> Data Description: May contain: May occur within: Declaration: <!ELEMENT facs %om.RR; (%phrase; | note | %m.fragmentary;)*>
<!ATTLIST facs See further: |
<norm> |
Contains the normalised form of a reading. The element is based on the element <reg> in TEI, but with some changes: <note> and m.fragmentary are added to the content model, and a.seg is added to the attribute list. The attributes below come in addition to global attributes and those inherited from a.seg. |
orig |
Gives the original (i.e. unregularised) form of the text as found in the source copy. This is like the same attribute in <reg>. Datatype: Values: Default: |
resp |
Identifies the individual responsible for the regularisation of the word or phrase. This is like the same attribute in <reg>. Datatype: Values: Default: |
|
Example: <w> Data Description: May contain: May occur within: Declaration: <!ELEMENT norm %om.RR; (%phrase; | note | %m.fragmentary;)*>
<!ATTLIST norm See further: |
Changes to elements in TEI P4 |
|
<supplied> |
Signifies text supplied by the transcriber or editor in place of text which cannot be read, either because of physical damage or loss in the original or because it is illegible for any reason. Changes in Menota: |
type |
Indicates the type of the supplied text. Datatype: Values: Default: |
|
Example: <facs> Declaration: <!ELEMENT supplied %om.RO; (#PCDATA | facs | dipl | norm | %m.phrase; | %m.inter; | %m.Incl; | %m.fragmentary;)* > <!ATTLIST supplied See further: |
<w> |
Represents a grammatical (not necessarily orthographic) word. Changes in Menota: |
pos |
With the attribute pos we can add information about the morphosyntactic form of the individual representation of a lemma, i.e. the form provided in the element <facs> is described morphosyntactically. To be able to make this analysis, it is necessary to create a model for the encoding that describes all the possible morphological forms of each lemma. Datatype: Values: Default: Example: <w lemma="sjaundi" pos="NUOFSN#">sjaunda</w> |
reg |
The diplomatic level can be supplied by the attribute rend and the normalised form by the attribute reg. Since elements are not allowed in attributes, the function of the <expan> element is taken over by curly brackets, e.g. "han{n}" for "han<expan>n</expan>". Datatype: Values: Default: Example: <w rend="c{ri}sz" reg="Krists">c&isup;&slong;z</w> |
|
Example: <w> Declaration: <!ELEMENT w %om.RR; (#PCDATA | seg | m | c | facs | dipl | norm | add | del | unclear | supplied | foreign | hi | sic| %m.fragmentary;| %m.Incl;)* > <!ATTLIST w See further: |
Version 1.1 published 5 May 2004. |