<tag>

<tag> 完全な開始タグ,終了タグのテキストを示す.属性規定はとることも可能だ が,タグ開始区切子,タグ終了区切子は含まない. 22 Documentation Elements
モジュールtagdocs — 22 Documentation Elements
属性
scheme 当該タグ名が定義されているスキームの名前を示す.
状態 任意
正当な値:
TEI
(text encoding initiative) 当該タグは,TEIスキームに属する. [初期値]
DBK
(docbook) 当該タグは,DOcbookスキームに属する.
XX
(unknown) 当該タグは,不明スキームに属する.
当該モジュールを使用するもの model.phrase.xml
下位文字データのみ
宣言
element tag
{
   att.global.attributes,
   attribute scheme { "TEI" | "DBK" | "XX" }?,
   text
}
Mark the start of each italicised phrase with a <tag>hi rend="it"</tag>
tag, and its end with a <tag>/hi</tag> tag.