Start Getting and Using the TEI Sources Report an issue

layoutDesc

layoutDesclayout description collects the set of layout descriptions applicable to a manuscript or other object. [10.7.2 Writing, Decoration, and Other Notations ]
Modulemsdescription — Manuscript Description
Attributes
  • att.global ( @xml:id , @n , @xml:lang , @xml:base , @xml:space ) (att.global.rendition ( @rend , @style , @rendition ) ) (att.global.linking ( @corresp , @synch , @sameAs , @copyOf , @next , @prev , @exclude , @select ) ) (att.global.analytic ( @ana ) ) (att.global.facs ( @facs ) ) (att.global.change ( @change ) ) (att.global.responsibility ( @cert , @resp ) ) (att.global.source ( @source ) )
  • Contained by

    msdescription

    :
    May contain

    core

    :

    linking

    :

    msdescription

    :
    Example
    <layoutDesc>
      <p>Most pages have between 25 and 32 long lines ruled in lead.</p>
    </layoutDesc>
    Content model
    <content>
        <alternate>
    
            <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
    
          <sequence>
    
              <elementRef key="summary" minOccurs="0"/>
    
    
              <elementRef key="layout" minOccurs="1" maxOccurs="unbounded"/>
    
          </sequence>
        </alternate>
      </content>