<objectDesc>
<objectDesc> contiene una descripción de los componentes físicos que constituyen el objeto descrito. [10.7.1 Object Description] | |||||||||
Módulo | msdescription — 10 Manuscript Description | ||||||||
Atributos | att.global (@xml:id, @n, @xml:lang, @rend, @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))
| ||||||||
Usado por | |||||||||
Contenido en | msdescription: physDesc | ||||||||
Puede contener | |||||||||
Declaración |
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? ) ) } | ||||||||
Ejemplo | <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> |