<physDesc>
<physDesc> (physical description) contains a full physical description of a manuscript, manuscript part, or other object optionally subdivided using more specialized elements from the model.physDescPart class. [10.7. Physical Description] | |
Module | msdescription |
Attributes |
|
Contained by | |
May contain | core: p linking: ab msdescription: accMat additions bindingDesc decoDesc handDesc musicNotation objectDesc scriptDesc sealDesc typeDesc |
Example | <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> |
Content model | <content> |
Schema Declaration | element physDesc { tei_att.global.attributes, ( tei_model.pLike*, tei_objectDesc?, tei_handDesc?, tei_typeDesc?, tei_scriptDesc?, tei_musicNotation?, tei_decoDesc?, tei_additions?, tei_bindingDesc?, tei_sealDesc?, tei_accMat? ) } |