<fileDesc>
<fileDesc> 電子ファイルに関する完全な書誌情報を示す. 2.2 The File Description 2.1.1 The TEI Header and its Components | |
モジュール | header — 2 The TEI Header |
当該モジュールを使用するもの | |
下位 | |
宣言 |
element fileDesc { att.global.attributes, ( ( titleStmt, editionStmt?, extent?, publicationStmt, seriesStmt?, notesStmt? ), sourceDesc+ ) } |
例 |
<fileDesc>
<titleStmt> <title>The shortest possible TEI document</title> </titleStmt> <publicationStmt> <p>Distributed as part of TEI P5</p> </publicationStmt> <sourceDesc> <p>No print source exists: this is an original digital text</p> </sourceDesc> </fileDesc> |
解説 |
電子ファイルの書誌項目または書誌引用を示す中心となるもの. タイトル,当該ファイルの出版や頒布に関連する責任表示,他には記述さ
れいない書誌情報に関する詳細な事項を含む.また,当該電子ファイルの 元になった,元資料に関する完全な書誌情報も示す.
|