<namespace>

<namespace> proporciona el nombre formal del namespace al cual pertenecen los elementos documentados por sus hijos. 2.3.4 The Tagging Declaration
Módulo header — 2 The TEI Header
Además de los atributos globales
name el nombre formal completo del namespace concerniente.
Estado Necesario
Tipo de datos

<rng:ref name="data.namespace"/>
data.namespace
Usado por
Puede contener
header: tagUsage
Declaración

<rng:element name="namespace">
 <rng:ref name="att.global.attributes"/>
 <rng:attribute name="name">
  <rng:ref name="data.namespace"/>
 </rng:attribute>
 <rng:oneOrMore>
  <rng:ref name="tagUsage"/>
 </rng:oneOrMore>
</rng:element>
element namespace
{
   att.global.attributes,
   attribute name { data.namespace },
   tagUsage+
}
Ejemplo
<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>