<physDesc>
<physDesc> (descrizione fisica) contiene una descrizione fisica completa di un manoscritto o di una sua parte che può essere ulteriormente suddivisa utilizzando elementi specifici della classe .physDescPart. 10.7 Physical Description | |
Modulo | msdescription — 10 Manuscript Description |
Attributi | |
Usato da | |
Può contenere | core: p linking: ab msdescription: accMat additions bindingDesc decoDesc handDesc musicNotation objectDesc sealDesc typeDesc |
Dichiarazione |
element physDesc { att.global.attributes, ( model.pLike*, ( model.physDescPart_sequenceOptional ) ) } |
Esempio | <physDesc> <objectDesc form="codex"> <supportDesc material="perg"> <support>Parchment.</support> <extent>i + 55 leaves <dimensions scope="all" type="leaf" unit="inch"> <height>7¼</height> <width>5â??</width> </dimensions> </extent> </supportDesc> <layoutDesc> <layout columns="2">In double columns.</layout> </layoutDesc> </objectDesc> <handDesc> <p>Written in more than one hand.</p> </handDesc> <decoDesc> <p>With a few coloured capitals.</p> </decoDesc> </physDesc> |