<term>

<term> 技術用語とされる単一語,複数語,記号表示を示す. 3.3.4 Terms, Glosses, Equivalents, and Descriptions
モジュールcore — 3 Elements Available in All TEI Documents
属性 att.declaring (@decls) att.typed (@type, @subtype)
targetidentifies the associated gloss element by an absolute or relative URI reference
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
should be a valid URI reference that resolves to a gloss element
cRefidentifies the associated gloss element using a canonical reference from a scheme defined in a refsDecl element in the TEI header
状態 任意
データ型

<rng:ref name="data.pointer"/>
data.pointer
the result of applying the algorithm for the resolution of canonical references (described in section 16.2.5 Canonical References) should be a valid URI reference that resolves to a gloss element
sortKey 索引中にある当該要素の並び替えで使われるキーを示す.
状態 任意
データ型

<rng:ref name="data.word"/>
data.word
any string of Unicode characters.
David's other principal backer, Josiah ha-Kohen
<index indexName="NAMES">
 <term sortKey="Azarya_Josiah_Kohen">Josiah ha-Kohen b. Azarya</term>
</index> b. Azarya, son of one of the last gaons of Sura
was David's own first cousin.
解説
当該属性は,索引中の項目の一連やグループを決めるために使用され る.当該属性がない場合,当該要素の内容が,並び替えのために使用 される.
当該モジュールを使用するもの
下位
宣言

<rng:element name="term">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declaring.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:choice>
 <rng:optional>
  <rng:attribute name="target">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="cRef">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
</rng:choice>
<rng:optional>
 <rng:attribute name="sortKey">
  <rng:ref name="data.word"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element term
{
   att.global.attributes,
   att.declaring.attributes,
   att.typed.attributes,
   ( attribute target { data.pointer }? | attribute cRef { data.pointer }? ),
   attribute sortKey { data.word }?,
   macro.phraseSeq
}
A computational device that infers structure from grammatical
strings of words is known as a <term>parser</term>, and much
of the history of NLP over the last 20 years has been occupied
with the design of parsers.
We may define <term xml:id="TDPVrend="sc">discoursal point of view</term>
as
<gloss target="#TDPV">the relationship, expressed through discourse
structure, between the implied author or some other addresser,
and the fiction.</gloss>
解説
当該要素は,索引項目が,親要素index中でどのような形である かを示すために使われる.
当該要素は原子的なものか,または語彙項目や記号表示,語法上の単位を 複数とるものか,という論議はある.当該要素termは,これら を示すために使われるかもしれない. 当該要素がどのようなものに使われるものかという,哲学的な決まりはな い.定義が緩やかになれば,それだけ要素termはより使われる ことになる.
属性targetcRefは,排他的に使用される.