<supportDesc> (support description) groups elements describing the physical support for the written part of a manuscript. [10.7.1 Object Description] |
Module | msdescription — 10 Manuscript Description |
Attributes | 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))
material | a short project-defined name for the material composing
the majority of the supportStatus | Optional |
Datatype | |
Suggested values include: | - paper
- (paper)
- parch
- (parchment)
- mixed
|
|
|
Used by | |
Contained by | |
May contain | |
Declaration | <rng:element name="supportDesc"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.global.linking.attributes"/> <rng:ref name="att.global.analytic.attributes"/> <rng:ref name="att.global.facs.attributes"/> <rng:ref name="att.global.change.attributes"/> <rng:optional> <rng:attribute name="material"> <rng:choice> <rng:value>paper</rng:value> <rng:value>parch</rng:value> <rng:value>mixed</rng:value> <rng:data type="Name"/> </rng:choice> </rng:attribute> </rng:optional> <rng:choice> <rng:oneOrMore> <rng:ref name="model.pLike"/> </rng:oneOrMore> <rng:group> <rng:optional> <rng:ref name="support"/> </rng:optional> <rng:optional> <rng:ref name="extent"/> </rng:optional> <rng:zeroOrMore> <rng:ref name="foliation"/> </rng:zeroOrMore> <rng:optional> <rng:ref name="collation"/> </rng:optional> <rng:optional> <rng:ref name="condition"/> </rng:optional> </rng:group> </rng:choice> </rng:element>
element supportDesc
{
att.global.attributes,
att.global.linking.attributes,
att.global.analytic.attributes,
att.global.facs.attributes,
att.global.change.attributes,
attribute material { "paper" | "parch" | "mixed" | xsd:Name }?,
( model.pLike+ | ( support?, extent?, foliation*, collation?, condition? ) )
} |
Example |
<supportDesc> <support> Parchment roll with <material>silk </material> ribbons. </support></supportDesc>
|