The software DTD can be used either in one language or in several languages by means of a configuration file. The multiple language feature has not been introduced for all elements with PCDATA content. Elements that are used for referencing must however be unambiguous beyond all language barriers. Example <short-name>. An example for the multiple language feature is the <long-name>, refer to the following diagram and the following example.
Figure 32: example long-name
<sw-variable>
<long-name>
<l-5 l="german">Motortemperatur</l-5>
<l-5 l="english">engine temperature</l-5></long-name>
<short-name>tmot</short-name>
. . .
</sw-variable>
|