<TEI>
<TEI> (TEI 문서) TEI 헤더와 텍스트로 구성된 단일 TEI 구조 문서를 포함한다. 독립 요소 또는 teiCorpus 요소의 부분. 4 Default Text Structure 15.1 Varieties of Composite Text | |||||||||
모듈 | textstructure — 4 Default Text Structure | ||||||||
전체 속성에 부가 |
|
||||||||
에 의해 사용된 | |||||||||
포함할 수 있다 | |||||||||
선언 |
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"/> |
|||||||||
예 |
<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> |