<namespace>

<namespace> (namespace) 当該要素が属する名前空間の形式名を示す。 [2.3.4 The Tagging Declaration]
モジュール header — The TEI Header
属性
name⚓︎ 名前空間の全形式名。
状態 必須
データ型 0–1 occurrences of teidata.namespace 空白文字で区切られる
上位
header: tagsDecl
下位
header: tagUsage
<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"> Used only to mark English words
   italicized in the copy text </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+
}