<TEI>
<TEI> (documento TEI) contiene un documento TEI-conforme, comprendente un'intestazione e un testo, sia esso isolato o parte di un elemento teiCorpus 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
Modulo | textstructure — 4 Default Text Structure | ||||||||
Oltre agli attributi globali |
|
||||||||
Usato da | |||||||||
Può contenere | |||||||||
Dichiarazione |
element TEI { att.global.attributes, attribute version { data.version }?, ( teiHeader, ( ( model.resourceLike+, text? ) | text ) ) } |
||||||||
Schematron |
<s:ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/> |
||||||||
Schematron |
<s:ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/> |
||||||||
Esempio |
<TEI version="1.2.0">
<teiHeader> <fileDesc> <titleStmt> <title>The shortest TEI Document Imaginable</title> </titleStmt> <publicationStmt> <p>First published as part of TEI P2.</p> </publicationStmt> <sourceDesc> <p>No source: this is an original work.</p> </sourceDesc> </fileDesc> </teiHeader> <text> <body> <p>This is about the shortest TEI document imaginable.</p> </body> </text> </TEI> |