Historical release v0.9.4. Latest at lex-0.org.

TEI Lex-0

Clarity for lexicographers. Stability for data. Compatibility for the future.

10.1.25. <dictScrap>

<dictScrap> (dictionary scrap) encloses a part of a dictionary entry in which other phrase-level dictionary elements are freely combined. [10.1. Dictionary Body and Overall Structure 10.2. The Structure of Dictionary Entries]
Moduledictionaries — Specification
Attributes
Member of
Contained by
dictionaries: entry
May contain
analysis: c pc
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Note

May contain any dictionary elements in any combination.

This element is used to mark part of a dictionary entry in which lower level dictionary elements appear, but which does not itself form an identifiable structural unit.

Example
<entry>
 <dictScrap>
  <orth>biryani</orth> or <orth>biriani</orth>
  <pron>(%bIrI"A:nI)</pron>
  <def>any of a variety of Indian dishes ...</def>
  <etym>[from <lang>Urdu</lang>]</etym>
 </dictScrap>
</entry>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">
  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.entryPart"/>
  <classRef key="model.morphLike"/>
  <classRef key="model.lexicalPhrase"/>
  <classRef key="model.lexicalInter"/>
  <classRef key="model.global"/>
 </alternate>
</content>
    
Schema Declaration

element dictScrap
{
   att.global.attributes,
   (
      text
    | model.gLikemodel.entryPartmodel.morphLikemodel.lexicalPhrasemodel.lexicalIntermodel.global
   )*
}