<objectDesc>

<objectDesc> contains a description of the physical components making up the object which is being described. 10.7.1 Object Description
Modulmsdescription — 10 Manuscript Description
Attribute
forma short project-specific name identifying the physical form of the carrier, for example as a codex, roll, fragment, partial leaf, cutting etc.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Werte a short project-defined name
Verwendet von
Kann enthalten
core: p
linking: ab
msdescription: layoutDesc supportDesc
Deklaration

<rng:element name="objectDesc">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="form">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:group>
  <rng:optional>
   <rng:ref name="supportDesc"/>
  </rng:optional>
  <rng:optional>
   <rng:ref name="layoutDesc"/>
  </rng:optional>
 </rng:group>
</rng:choice>
</rng:element>
element objectDesc
{
   att.global.attributes,
   attribute form { data.enumerated }?,
   ( model.pLike+ | ( supportDesc?, layoutDesc? ) )
}
Beispiel
<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>