<objectDesc>
<objectDesc> contains a description of the physical components making up the object which is being described. [10.7.1 Object Description] | |||||||||
Module | msdescription — 10 Manuscript Description | ||||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
| ||||||||
Used by | |||||||||
Contained by | msdescription: physDesc | ||||||||
May contain | |||||||||
Declaration |
element objectDesc { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, attribute form { data.enumerated }?, ( model.pLike+ | ( supportDesc?, layoutDesc? ) ) } | ||||||||
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> |