◇◆
<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
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <break> Line Break
- Emphasis Elements
- Inline Math Elements
- Inline Display Elements
- Math Elements
- <named-content> Named Special (Subject) Content
- <styled-content> Styled Special (Subject) Content
- Baseline Change Elements
- <part-of-speech> Part of Speech
- <pronunciation> Pronunciation
- <related-term> Related Terms
- <term> Term
- <term-source> Term Source Elements
- <fn> Footnote
- <ext-link> External Link
- <target> Target of an Internal Link
- <uri> Uniform Resource Identifier (URI)
- <xref> X(cross) Reference
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>
...