<profileDesc>
<profileDesc> 書誌情報的ではない詳細な解説を示す.例えば,言語や特殊言語,生成され たときの状況,参加者など. [2.4 The Profile Description 2.1.1 The TEI Header and its Components] | |
モジュール | header — 2 The TEI Header |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) |
当該モジュールを使用するもの | |
上位 | header: teiHeader |
下位 | corpus: particDesc settingDesc textDesc header: calendarDesc creation langUsage textClass transcr: handNotes listTranspose |
宣言 |
element profileDesc { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( model.profileDescPart* ) } |
例 | <profileDesc> <langUsage> <language ident="fr">French</language> </langUsage> <textDesc n="novel"> <channel mode="w">print; part issues</channel> <constitution type="single"/> <derivation type="original"/> <domain type="art"/> <factuality type="fiction"/> <interaction type="none"/> <preparedness type="prepared"/> <purpose type="entertain" degree="high"/> <purpose type="inform" degree="medium"/> </textDesc> <settingDesc> <setting> <name>Paris, France</name> <time>Late 19th century</time> </setting> </settingDesc> </profileDesc> |