<textLang> |
describes the languages and writing systems used by a
manuscript (as opposed to its description, which is described in the <langUsage> element) |
Attributes |
langKey |
supplies a pre-defined identifier for the chief language used in the manuscript. |
|
Datatype: IDREF |
a code identifying a
<language> element in the header
|
Default: #IMPLIED |
otherLangs |
one or more codes identifying any other languages used in the manuscript. |
|
Datatype: IDREFS |
a list of SGML identifiers, each of which identifies a
<language> element in the header
|
Default: #IMPLIED |
|
Example |
<textLang langKey="ENG" otherlangs="LAT">
Predominantly in English with Latin glosses</textLang>
|
Declaration |
<!ELEMENT textLang-- (%phrase.seq)>
<!ATTLIST textLang
%a.global;
langKey IDREF #IMPLIED
otherLangs IDREFS #IMPLIED>
|
See further |
2.4.1 Languages and scripts |