<namespace>

<namespace> fornisce il nome formale del namespace a cui appartengono gli elementi documentati dai suoi figli. 2.3.4 The Tagging Declaration
Modulo header — 2 The TEI Header
Oltre agli attributi globali
name l'intero nome formale del namespace in questione.
Stato Richiesto
Tipo di dati

<rng:ref name="data.namespace"/>
data.namespace
Usato da
Può contenere
header: tagUsage
Dichiarazione

<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+
}
Esempio
<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>