<term-display-string> Term-display String

Container element for narrative material to appear inside <term-display> but outside, or between, the element content of <term-display>.

Usage/Remarks

The element <term-display> is a container element for other elements such as <part-of-speech> and <pronunciation>. When there is text for <term-display> that does not fit into one of the included elements, <term-display-string>, should be used to hold that text.
A <term-display-string> element is a bucket of text, in which other Term Display elements (such as Part of Speech) can be embedded. The idea is to use <term-display-string> to hold additional editorial text or other content that might have been generated, but has been placed explicitly in the XML instead. This allows a way to use, but constrain, text placed inside a <term-display> element.
Attributes

Base Attributes

xml:lang (default = en)
Models and Context
May be contained in
Description
Content Model
<!ELEMENT  term-display-string
                        (#PCDATA %term-display-string-elements;)*    >
Expanded Content Model

(#PCDATA | break | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | chem-struct | inline-formula | inline-graphic | private-char | inline-code | inline-media | tex-math | mml:math | named-content | styled-content | sub | sup | part-of-speech | pronunciation | related-term | term | term-source | fn | ext-link | target | uri | xref)*

Tagged Sample

Using a <term-display-string>

...
<term-display>
 <term term-status="preferred">Kapselung</term>
 <term-display-string>(en: <term xml:lang="en" 
   term-type="translation">enclosure</term>)</term-display-string>
 <def>
  <p>Teil einer gasisolierten, metallgekapselten Schaltanlage, ...</p>
 </def>
</term-display>
...