<supportDesc>
<supportDesc> (support description) groups elements describing the physical support for the written
part of a manuscript or other object. [10.7.1. Object Description]
Module | msdescription | ||||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source))
|
||||||||
Contained by |
msdescription: objectDesc
|
||||||||
May contain | |||||||||
Examples |
<supportDesc> <support> Parchment roll with <material>silk</material> ribbons. </support> </supportDesc> |
||||||||
Source | Github
<elementSpec module="msdescription" xml:id="SUPPORTDESC" ident="supportDesc"> <gloss>support description</gloss> <desc>groups elements describing the physical support for the written part of a manuscript or other object.</desc> <classes> <memberOf key="att.global"/> </classes> <content> <alternate> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <sequence> <elementRef key="support" minOccurs="0"/> <elementRef key="extent" minOccurs="0"/> <elementRef key="foliation" minOccurs="0" maxOccurs="unbounded"/> <elementRef key="collation" minOccurs="0"/> <elementRef key="condition" minOccurs="0"/> </sequence> </alternate> </content> <attList> <attDef ident="material"> <gloss>material</gloss> <desc>a short project-defined name for the material composing the majority of the support</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="semi"> <valItem ident="paper"/> <valItem ident="parch"> <gloss>parchment</gloss> </valItem> <valItem ident="mixed"/> </valList> </attDef> </attList> </elementSpec> |