<tag>

<tag> 包含具有完整開始標籤與結束標籤的文字,可能包括屬性說明,但不包含開頭及結尾標記定義符號。 [22 Documentation Elements]
組件tagdocs — Documentation Elements
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
type
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
合法的值是:
start
end
empty
pi
comment
ms
scheme提供該標準之識別符碼,此名稱定義於該標準中。 實例值包含: 1] TEI; 2] DBK; 3] XX; 4] Schematron; 5] HTML
狀態 非必備的
資料類型

<rng:ref name="data.enumerated"/>
data.enumerated
實例值包含:
TEI
此標籤為TEI標準的一部份。 [預設值]
DBK
此標籤為Dockbook標準的一部份。
XX
Schematron
HTML
俱乐部会员
可包含在於
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
可包含僅文字符號資料
宣告

<rng:element name="tag">
 <rng:ref name="att.global.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:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>start</rng:value>
    <rng:value>end</rng:value>
    <rng:value>empty</rng:value>
    <rng:value>pi</rng:value>
    <rng:value>comment</rng:value>
    <rng:value>ms</rng:value>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="schemea:defaultValue="TEI">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element tag
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute type { "start" | "end" | "empty" | "pi" | "comment" | "ms" }?,
   attribute scheme { data.enumerated }?,
   text
}
例子
於所有斜體字的前頭以<tag>hi rend="it"</tag>
標籤,並以<tag>/hi</tag>標籤結尾。