<namespace>

<namespace> (espace de noms) fournit le nom formel de l'espace de noms auquel appartiennent les éléments documentés par ses éléments fils. [2.3.4 The Tagging Declaration]
Moduleheader — The TEI Header
Attributsatt.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)) (att.global.source (@source))
namele nom formel complet de l'espace de noms concerné.
Statut Requis
Type de données teidata.namespace
Contenu dans
header: tagsDecl
Peut contenir
header: tagUsage
Exemple
<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="foreign">Employé pour marquer des mots non-français dans le
   texte.</tagUsage>
</namespace>
Modèle de contenu
<content>
 <elementRef key="tagUsageminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schéma Declaration
<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:ref name="teidata.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,
   att.global.source.attributes,
   attribute name { teidata.namespace },
   tagUsage+
}