<namespace>

<namespace> supplies the formal name of the namespace to which the elements documented by its children belong. 2.3.4 The Tagging Declaration
Moduleheader — 2 The TEI Header
AttributesIn addition to global attributes
namethe full formal name of the namespace concerned.
Status Required
Datatype

<rng:ref name="data.namespace"/>
data.namespace
Used by
May contain
header: tagUsage
Declaration

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