<objectDesc>

<objectDesc> (object description) contains a description of the physical components making up the object which is being described. [10.7.1. Object Description]
Module msdescription
Attributes Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
form (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 Optional
Datatype teidata.enumerated
Note
Definitions for the terms used may typically be provided by a valList element in the project schema specification.
Member of
Contained by
msdescription: physDesc
May contain
core: p
linking: ab
msdescription: supportDesc
Examples

<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>
Source Github

<elementSpec module="msdescription" xml:id="OBJECTDESC" ident="objectDesc">
   
<gloss>object description</gloss>
   
<desc>contains a description of the physical components making up the object which is being described.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.physDescPart"/>
   
</classes>
   
<content>
      
<alternate>
         
<classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/>
         
<sequence>
            
<elementRef key="supportDesc" minOccurs="0"/>
            
<elementRef key="layoutDesc" minOccurs="0"/>
         
</sequence>
      
</alternate>
   
</content>
   
<attList>
      
<attDef ident="form">
         
<gloss>form</gloss>
         
<desc>a short  project-specific name identifying the physical form of
  the carrier, for example as a codex, roll, fragment, partial leaf,
  cutting etc.
</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>