<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 |
| ||||||||
Member of | |||||||||
Contained by | msdescription: physDesc | ||||||||
May contain | |||||||||
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> | ||||||||
Content model | <content> | ||||||||
Schema Declaration | element objectDesc { tei_att.global.attributes, attribute form { teidata.enumerated }?, ( tei_model.pLike+ | ( tei_supportDesc?, tei_layoutDesc? ) ) } |