属性 att.global.linking (@corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) att.global.analytic (@ana ) att.global.facs (@facs ) xml:id (identifier)
当該要素にユニークな識別子を示す.
状態 任意 データ型 XML表記 簡易表記 <rng: data type ="ID "/>
xsd:ID 値 any valid XML identifier. 解説
n (number)
要素に数値やラベルを与える.これは当該文書中でユニークである必要
はない.
状態 任意 データ型 1–∞ occurrences of 空白文字で区切られる 値 any string of characters; often, but not necessarily,
numeric. 解説
当該属性n は,章・節・リスト項目などの番号を特定する
ために使われる.これは,テキストを指示する標準参照システムにお
いも採用されている.
xml:lang (language)
当該要素の内容で使用されている言語を,
BCP 47
に準拠して作られた‘タグ’で示す.
状態 任意 データ型 値 The value must conform to BCP 47. If the value is a
private use code (i.e., starts with x- or contains
-x- ) it should, and if not it may, match the value
of an ident attribute of a language element
supplied in the TEI Header of the current document. 解説
当該属性
xml:lang に値がない場合には,親要素にある属
性値を継承する.従って,一番外側の要素(すなわち
TEI )の
属性値は常に継承されることになる.
rend (rendition)
当該要素が,元資料でどのように表示されていたかを示す.
状態 任意 データ型 1–∞ occurrences of 空白文字で区切られる 値 any string of characters; if the typographic rendition
of a text is to be systematically recorded, a systematic set of
values for the rend attribute should be
defined. <head rend ="align(center) case(allcaps) "> <lb /> To The<lb /> Duchesse<lb /> of<lb /> Newcastle,<lb /> On Her<lb /> <hi rend ="case(mixed) "> New Blazing-World</hi > .</head >
解説
本ガイドラインでは,当該属性rend の値として推奨するも
のはない.活字表現の特徴は様々であり,それらのどれを採用するかは
プロジェクトごとで異なるからである.当ガイドラインでは,有用な記
述法があれば,その都度示すことになっている.
rendition
当該要素が示す表現が現れている,元資料のテキスト部分を示す.
状態 任意 データ型 1–∞ occurrences of 空白文字で区切られる 値 one or more URIs, separated by whitespace. <head rendition ="#ac #sc "> <lb /> To The<lb /> Duchesse<lb /> of<lb /> Newcastle,<lb /> On Her<lb /> <hi rendition ="#no "> New Blazing-World</hi > .</head > <rendition xml:id ="sc " scheme ="css "> font-variant: smallcaps</rendition > <rendition xml:id ="no " scheme ="css "> font-variant: normal</rendition > <rendition xml:id ="ac " scheme ="css "> text-align: center</rendition >
解説
属性rendition は,XHTMLの属性class と大変
似たように使用される.但し,重要な違いとして,当該属性は,元資
料の表現を記述するものであり,スクリーン上または紙上でどう表示
されているかを示すものではない.
属性rendition と属性rend の両方が使用され
ている場合,後者の値が前者の値を上書きする,または補うと判断さ
れる.
当該属性値となるURIは,属性
scheme で提示されているス
タイル言語により,当該表現を定義する要素
rendition を示
すべきである.
xml:base
相対URIから絶対URIを構成する際に必要なベースURIを示す.
状態 任意 データ型 値 any syntactically valid URI reference. <div type ="bibl "> <head > Bibliography</head > <listBibl xml:base ="http://www.lib.ucdavis.edu/BWRP/Works/ "> <bibl n ="1 "> <author > <name > Landon, Letitia Elizabeth</name > </author > <ref target ="LandLVowOf.sgm "> <title > The Vow of the Peacock</title > </ref > </bibl > <bibl n ="2 "> <author > <name > Compton, Margaret Clephane</name > </author > <ref target ="NortMIrene.sgm "> <title > Irene, a Poem in Six Cantos</title > </ref > </bibl > <bibl n ="3 "> <author > <name > Taylor, Jane</name > </author > <ref target ="TaylJEssay.sgm "> <title > Essays in Rhyme on Morals and Manners</title > </ref > </bibl > </listBibl > </div >