<namespace>

<namespace> (namespace) 提供其子元素所描述的元素所屬的名稱空間之正式名稱。 [2.3.4 The Tagging Declaration]
組件 header — The TEI Header
屬性
name⚓︎ 名稱空間的正式完整名稱。
狀態 必備的
資料類型 0–1 次可出現: teidata.namespace 以空白鍵隔開
可包含在於
header: tagsDecl
可包含
header: tagUsage
例子
<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"> 僅用於標示副本上的斜體英文字</tagUsage>
</namespace>
Content model
<content>
 <elementRef key="tagUsageminOccurs="1"
  maxOccurs="unbounded"/>

</content>
宣告
<rng:element name="namespace">
 <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:attribute name="name">
  <rng:optional>
   <rng:ref name="teidata.namespace"/>
  </rng:optional>
 </rng:attribute>
 <rng:oneOrMore>
  <rng:ref name="tagUsage"/>
 </rng:oneOrMore>
</rng:element>
element namespace
{
   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,
   attribute name { teidata.namespace? },
   tagUsage+
}