item

TEI guidelines element item

Schema specification

Content

Please use your editor to see what elements, attributes and in what order they are allowed.

See: macro.specialPara

See: att.global.attribute.xmlid

See: att.global.attribute.n

See: att.global.attribute.xmllang

See: att.global.attribute.xmlbase

See: att.global.attribute.xmlspace

See: att.global.rendition.attribute.style

See: att.global.rendition.attribute.rendition

See: att.global.linking.attribute.corresp

See: att.global.linking.attribute.synch

See: att.global.linking.attribute.sameAs

See: att.global.linking.attribute.copyOf

See: att.global.linking.attribute.next

See: att.global.linking.attribute.prev

See: att.global.linking.attribute.exclude

See: att.global.linking.attribute.select

See: att.global.analytic.attribute.ana

See: att.global.facs.attribute.facs

See: att.global.change.attribute.change

See: att.global.responsibility.attribute.cert

See: att.global.responsibility.attribute.resp

See: att.global.source.attribute.source

See: att.sortable.attributes

Optional: attribute @rend

Schema specification

The generic element is used with specific meaning in <list> inside <collation> and <additions> with the additional use of a semantic value for the xml:id some special values for the type are provided to be used only when the ancestor is <collation>. Beta maṣāḥǝft Guidelines

context rule report
tei:item[ancestor::tei:collation] not(@xml:id)
items in collation must have an @xml:id
tei:item[ancestor::tei:collation] not(matches(@xml:id,'q\d+'))
Items in Collation must have ids starting with the letter 'q' followed by a progressive number, e.g. q1, q2, q3
tei:item[ancestor::tei:collation] not(child::tei:dim)
child::tei:dim[not(matches(.,'\d+'))]
Please always add a dim element inside your quire descriptions
Dimensions of quire should be given as integers.
tei:item[ancestor::tei:additions] not(@xml:id)
items in additions must have an @xml:id
tei:item[ancestor::tei:additions] not(matches(@xml:id,'a\d+') or matches(@xml:id,'e\d+'))
Additions must have ids starting with the letter 'a' followed by a progressive number, e.g. a1, a2, a3. In case of other contents (varia) use an id starting with 'e.
tei:item[ancestor::tei:additions] tei:desc/tei:locus[@facs]
The locus of the addition should be child of the item, not of desc. Please move it outside of the desc element, just before it for example.

Attibutes list

attribute rend

This attribute can have a maximum of unbounded values separated by a space.

This is a semi list of allowed values

value definition
marginal
guardLeaf
Example 1

Example from EMIP00155


                            <item xml:id="q5" n="5">
                                <dim unit="leaf">8</dim>
                                <locus from="35" to="42"></locus>
                                Quire 5
                            </item>
                        
Example 2

Example from BAVet1


                            <item xml:id="a1">
                                <desc type="Supplication"></desc>
                                <q xml:lang="ar">
                                    اذكر يا رب عبدك الخاطي المسكين قسيس غبريال المصري قاصد البطرك الاسكندراني وراهب دير العذرى مريم جبل الطير واذكر يا رب كاللذين يذكرنا من الابهات الحبش
                                </q>
                                <q xml:lang="en">
                                    Remember, o my Lord, your servant, the poor sinner priest Ġabriyāl the Egyptian, delegate of the Alexandrine patriarch and monk of the Monastery of the Virgin Mary of Ǧabal al-Ṭayr; and remember, o Lord, those who will commemorate us amongst the Ethiopian fathers
                                </q>
                                <note>
                                    The note is written in Arabic on the front board on its inner side. It was drawn up by the Egyptian priest
                                    <persName ref="PRS10777Gabriyal">Ġabriyāl</persName>
                                    .
                                </note>
                            </item>
                        

Revisions of this page

  • Pietro Maria Liuzzo on 2018-04-24: stub of page