<TEI>
<TEI> (documento TEI) contiene un único documento TEI-conforme, que comprende un encabezado y un texto, sea este aislado o parte de un elemento teiCorpus 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
Módulo | textstructure — 4 Default Text Structure | ||||||||
Además de los atributos globales |
|
||||||||
Usado por | |||||||||
Puede contener | |||||||||
Declaración |
element TEI { att.global.attributes, attribute version { xsd:decimal }?, ( teiHeader, ( ( model.resourceLike+, text? ) | text ) ) } |
||||||||
<s:ns prefix="tei" uri="http://www.tei-c.org/ns/1.0"/> |
|||||||||
<s:ns prefix="rng" uri="http://relaxng.org/ns/structure/1.0"/> |
|||||||||
Ejemplo |
<TEI>
<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> |