<namespace>

<namespace> 提供其子元素所描述的元素所屬的名稱空間的正式名稱。 2.3.4 The Tagging Declaration
組件header — 2 The TEI Header
屬性
name名稱空間的正式全名。
狀態 必備的
資料類型
data.namespace
屬於tagsDecl
可包含
header: tagUsage
宣告
element namespace
{
   att.global.attributes,
   attribute name { data.namespace },
   tagUsage+
}
例子
<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage
   gi="hi"
   occurs="28"
   withId="2"
   render="#it">
Used only to mark English words italicised in the copy text
 </tagUsage>
</namespace>