<scriptDesc>
<scriptDesc> contains a description of the scripts used in a manuscript or other object. [10.7.2.1 Writing] | |
Modul | msdescription — Manuscript Description |
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) |
Mitglied des | |
Enthalten in | msdescription: physDesc |
Kann enthalten | |
Beispiel | |
Beispiel | <scriptDesc> <summary>Contains two distinct styles of scripts </summary> <scriptNote xml:id="style-1">.</scriptNote> <scriptNote xml:id="style-2">.</scriptNote> </scriptDesc> |
Content model | <content> |
Schema Deklaration | <rng:element name="scriptDesc"> element scriptDesc { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( model.pLike+ | ( summary?, scriptNote+ ) ) } |