<q>

<q> (引用的言詞、思想、或文字) 包含標記為 (看似) 引用自他處的內容;在敘述文中,此元素用來標記直接或間接敘述;在字典中,用來標記實例或編者設計的範例;在寫本描述或其他上層資訊中,用來標記由來源文本中所摘錄的引文。 [3.3.3 Quotation]
組件 core — Elements Available in All TEI Documents
屬性
type⚓︎ (type) 可用來指出引文內容為言詞或思想,或者做更詳細的引文描述。
狀態 非必備的
資料類型 teidata.enumerated
被推薦的值包含:
spoken
(spoken) 表示直接敘述,通常會標上引號。
thought
(thought) 表示思考內容,例如內心獨白。
written
(written) 引用自一份書面來源文件。
soCalled
(so called) authorial distance
foreign
(foreign) foreign words
distinct
(distinct) linguistically distinct
term
technical term
emph
(emph) rhetorically emphasized
mentioned
(mentioned) refering to itself, not its normal referent
俱乐部会员
可包含在於
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

May be used to indicate that a passage is distinguished from the surrounding text for reasons concerning which no claim is made. When used in this manner, q may be thought of as syntactic sugar for hi with a value of rend that indicates the use of such mechanisms as quotation marks.

例子
三個魚字疊作 <q></q>, — 欲拼出此<q></q>字,可以<q>漢語拼音</q>
輸入<q>xin</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
}