<namespace>

<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
Attributes
namespecifies the full formal name of the namespace concerned.
Status Required
Datatype 0–1 occurrences of teidata.namespace separated by whitespace
Contained by
header: tagsDecl
May contain
header: tagUsage
Example
<namespace name="http://www.tei-c.org/ns/1.0">
 <tagUsage gi="hioccurs="28withId="2"> Used only to mark English words
   italicized in the copy text </tagUsage>
</namespace>
Content model
<content>
 <elementRef key="tagUsageminOccurs="1"
  maxOccurs="unbounded"/>

</content>
Schema Declaration
element namespace
{
   tei_att.global.attributes,
   attribute name { teidata.namespace? },
   tei_tagUsage+
}