<q>

<q> (quoted) 周りのテキストとは(表面上)異なっているようにマークアップされている部 分を示す。例えば、直接話法や思考、技術用語や専門語、著者による区別、 引用、言及されているが使われていない一節など。 [3.3.3 Quotation]
モジュール core — Elements Available in All TEI Documents
属性
type⚓︎ (type) 当該部分が、発話されたものか、思考されたものかを示すため、または より詳細に性質を示すために使われるかもしれない。
状態 任意
データ型 teidata.enumerated
提案する値は以下の通り:
spoken
(spoken) 発話。
thought
(thought) 思考。例えば、内的独白。
written
(written) 書かれた資料の引用。
soCalled
(so called) 著者による区別。
foreign
(foreign) foreign words
distinct
(distinct) linguistically distinct
term
technical term
emph
(emph) rhetorically emphasized
mentioned
(mentioned) 一般的な指示対象ではないもの。
クラブのメンバー
上位
analysis: cl m phr s span w
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
下位
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
character data
解説

ある一節が、引用符などで周りのテキストから区別されていることを示す ために使われるかもしれない。この場合、要素qは、引用を示 す属性rendを伴う要素hiの糖衣構文になる。

It is spelled <q>Tübingen</q> — to enter the
letter <q>u</q> with an umlaut hold down the <q>option</q> key and press
<q>0 0 f c</q>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
宣言
<rng:element name="q">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.ascribed.directed.attributes"/>
 <rng:ref name="att.ascribed.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>spoken</rng:value>
    <rng:value>thought</rng:value>
    <rng:value>written</rng:value>
    <rng:value>soCalled</rng:value>
    <rng:value>foreign</rng:value>
    <rng:value>distinct</rng:value>
    <rng:value>term</rng:value>
    <rng:value>emph</rng:value>
    <rng:value>mentioned</rng:value>
    <rng:ref name="teidata.enumerated"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element q
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.ascribed.directed.attributes,
   att.ascribed.attributes,
   attribute type
   {
      "spoken"
    | "thought"
    | "written"
    | "soCalled"
    | "foreign"
    | "distinct"
    | "term"
    | "emph"
    | "mentioned"
    | teidata.enumerated
   }?,
   macro.specialPara
}