<namespace>

<namespace> fornisce il nome formale del namespace a cui appartengono gli elementi documentati dai suoi figli. [2.3.4 The Tagging Declaration]
Moduloheader — The TEI Header
Attributiatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp))
namel'intero nome formale del namespace in questione.
Stato Richiesto
Tipo di dati

<rng:ref name="data.namespace"/>
data.namespace
Contenuto in
header: tagsDecl
Può contenere
header: tagUsage
Dichiarazione

<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: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,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   attribute name { data.namespace },
   tagUsage+
}
Esempio
<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"
  render="#it">
Used only to mark English words
   italicized in the copy text </tagUsage>
</namespace>