P5 Fascicule

<objectDesc>


objectDesc contains a description of the physical components making up the object which is being described.
Declaration
element objectDesc
{
   tei.global.attributes,
   ## () a short  project-specific name identifying the physical form of
   ##       the carrier, for example as a codex, roll, fragment, partial leaf,
   ##       cutting etc.
   
   attribute form { datatype.Key }?,
   ( tei.paragraph+ | ( supportDesc?, layoutDesc? ) )
}
Attributes
(In addition to global attributes)
form a short project-specific name identifying the physical form of the carrier, for example as a codex, roll, fragment, partial leaf, cutting etc.
Status:
Datatype: datatype.Key
Values: a short project-defined name
Example
 <objectDesc form="codex">
  <supportDesc material="mixed">
   <p>Early modern
    <material>parchment</material> and
    <material>paper</material>.</p>
  </supportDesc>
  <layoutDesc>
   <layout ruledLines="25-32"/>
  </layoutDesc>
 </objectDesc>
See further 1.7.1 Object description
Module msdescription