<settingDesc>
<settingDesc> (setting description) describes the setting or settings within which a language interaction takes place, or other places otherwise referred to in a text, edition, or metadata. [15.2 Contextual Information 2.4 The Profile Description] | |
Module | corpus — Language Corpora |
Attributes | 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)) att.declarable (@default) |
Member of | |
Contained by | header: profileDesc |
May contain | |
Note | May contain a prose description organized as paragraphs, or a series of setting elements. If used to record not settings of language interactions, but other places mentioned in the text, then place optionally grouped by listPlace inside standOff should be preferred. |
Example | |
Content model | <content> |
Schema Declaration | <rng:element name="settingDesc"> element settingDesc { 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, att.declarable.attributes, ( model.pLike+ | ( setting | model.placeLike | listPlace )+ ) } |