TEI Lex-0

— A baseline encoding for lexicographic data

12.1.28. <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
Contained by
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.lexPhrase"/>
  <classRef key="model.lexInter"/>
  <classRef key="model.global"/>
 </alternate>
</content>
    
Schema Declaration

element dictScrap
{
   (
      text
    | model.gLikemodel.entryPartmodel.morphLikemodel.lexPhrasemodel.lexIntermodel.global
   )*
}