msPart

TEI guidelines element msPart

Schema specification

Content

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

Group

See: element msIdentifier

Zero or more:

See: model.headLike

Choice between

One or more:

See: model.pLike

Group

Optional:

See: element msContents

Optional:

See: element physDesc

Optional:

See: element history

Optional:

See: element additional

Zero or more:

See: element msPart

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.rend

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.typed.attributes

Schema specification

Beta maṣāḥǝft Guidelines

context rule report
tei:msPart not(matches(@xml:id,'p\d+'))
matches(@xml:id,'(_.*){2}')
Manuscript parts ids must start with the letter 'p' followed by a progressive number, e.g. p1, p1.3, p1.1_i1.1
The Underscore is used in ids to mark a nesting of different ids, especially items in parts. there should thus be only one of them as a maximum. If you have parts into parts or items into items, please use a full stop. p1.2_i3.4 is e.g. the subitem 4 of item 3 in subpart 2 of part 1.

Attibutes list

attribute xml:id

Example 1

Example from ONBAeth4


                            <msPart xml:id="p1">
                                <msIdentifier>
                                    <idno></idno>
                                </msIdentifier>
                                <msContents> ... </msContents>
                                <physDesc> ... </physDesc>
                                <history>
                                    <origin>
                                        <origDate notBefore="1700" notAfter="1862"></origDate>
                                    </origin>
                                </history> </msPart>
                        

Revisions of this page

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