TEI Lex-0

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

10.4.1. macro.lexicalParaContent

macro.lexicalParaContent 
Modulederived-module-TEILex0
Used by
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">
  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.lexicalPhrase"/>
  <classRef key="model.lexicalInter"/>
  <classRef key="model.global"/>
  <elementRef key="lg"/>
  <classRef key="model.lLike"/>
  <elementRef key="xr"/>
 </alternate>
</content>
    
Declaration

macro.lexicalParaContent =
   (
      text
    | model.gLikemodel.lexicalPhrasemodel.lexicalIntermodel.global
    | lg
    | model.lLike
    | xr
   )*