<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
data.namespace
Used bytagsDecl
May contain
header: tagUsage
Declaration
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>