att.global

att.global 提供一組屬性,通用於TEI編碼標準中的所有元素。 1.3.1.1 Global Attributes
組件tei — 1 The TEI Infrastructure
會員
屬性 att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select) att.global.analytic (@ana) att.global.facs (@facs)
xml:id (identifier) 提供一個獨特識別符碼,識別帶有該屬性的元素。
狀態 非必備的
資料類型

<rng:data type="ID"/>
xsd:ID
any valid XML identifier.
n (number) 將元素標上一個數字 (或其他標號),該標號在文件中未必是獨特的。
狀態 非必備的
資料類型 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
以空白鍵隔開
any string of characters; often, but not necessarily, numeric.
xml:lang (language) 使用RFC3066的代碼,指出該元素內容的使用語言
狀態 非必備的
資料類型

<rng:ref name="data.language"/>
data.language
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.
rend (rendition) 指出該元素如何呈現於來源文件中
狀態 非必備的
資料類型 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
以空白鍵隔開
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>
renditionpoints to a description of the rendering or presentation used for this element in the source text.
狀態 非必備的
資料類型 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
以空白鍵隔開
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>
<!-- elsewhere... -->
<rendition xml:id="scscheme="css">font-variant: smallcaps</rendition>
<rendition xml:id="noscheme="css">font-variant: normal</rendition>
<rendition xml:id="acscheme="css">text-align: center</rendition>
xml:base提供一個基礎統一資源識別符 (URI) 參照,可將相對統一資源識別符參照轉變為絕對統一資源識別符參照。
狀態 非必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
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>