<dictScrap>

<dictScrap> (bloc d'informations) contient la partie d'une entrée de dictionnaire dans laquelle d'autres éléments de niveau "expression" sont librement associés. [9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries]
Module dictionaries — Dictionaries
Attributs
Membre du
Contenu dans
dictionaries: entry hom re sense superEntry
Peut contenir
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
des données textuelles
Note

peut contenir n'importe quels éléments de dictionnaire dans n'importe quelle combinaison.

Cet élément est utilisé pour marquer la partie d'une entrée de dictionnaire dans laquelle les éléments de dictionnaire de niveau inférieur apparaissent sans former toutefois d'unité structurelle identifiable.

Exemple
<entry>
 <dictScrap>
  <orth>cattleya </orth> ou <orth>catleya</orth>
  <pron>[katleja]</pron>
  <def>Orchidée épiphyte, originaire d'Amérique tropicale, et dont l'espèce la plus connue
     est très recherchée pour l'élégance de ses fleurs mauves à grand labelle en cornet
     onduleux.</def>
  <etym>1845 cattleye (BESCH.); 1893 cattleya (Gde Encyclop.). Lat. sc. cattleya, nom
     donné par John Lindley, botaniste angl. (1799-1865) à un genre d'orchidées en hommage
     au botaniste angl. W. Cattley (NED. Suppl.; DEI et Gde Encyclop.) </etym>
 </dictScrap>
</entry>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.entryPart"/>
  <classRef key="model.morphLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="dictScrap">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.entryPart"/>
   <rng:ref name="model.morphLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element dictScrap
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   (
      text
    | model.gLikemodel.entryPartmodel.morphLikemodel.phrasemodel.intermodel.global
   )*
}