<locus>
<locus> (locus) définit un emplacement au sein d'un manuscrit ou d'une partie de manuscrit, souvent une séquence, éventuellement discontinue, de références de feuillets. [10.3.5 References to Locations within a Manuscript] | |||||||||||||||||||
Module | msdescription — Manuscript Description | ||||||||||||||||||
Attributs | 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.pointing (@targetLang, @target, @evaluate) att.typed (@type, @subtype)
| ||||||||||||||||||
Membre du | |||||||||||||||||||
Contenu dans | core: abbr add addrLine author biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit corpus: activity channel constitution derivation domain factuality interaction locale preparedness purpose dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr header: authority catDesc change classCode creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout locus locusGrp material msItem msItemStruct musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName affiliation age birth bloc country death district education faith floruit forename genName geogFeat geogName langKnown nameLink nationality objectName occupation offset orgName persName persPronouns placeName region residence roleName settlement sex socecStatus surname textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||||||||||||
Peut contenir | |||||||||||||||||||
Note | L'attribut target doit être utilisé uniquement pour pointer vers des éléments contenant ou référençant une transcription de la partie du manuscrit ainsi localisée, comme dans le premier exemple ci-dessus. Pour associer un élément locus avec l'image d'une page ou avec une autre représentation similaire, on doit utiliser l'attribut global facs, comme le montre le deuxième exemple. L'attribut target est déprécié pour établir un lien vers une image. On utilise l'attribut facs, soit pour établir un lien vers un ou plusieurs fichiers image, comme ci-dessus, soit pour pointer vers un ou plusieurs éléments dédiés, tels que surface, zone, graphic ou binaryObject. | ||||||||||||||||||
Exemple | <msItem n="1"> <locus target="#fr_F1r #fr_F1v #fr_F2r">ff. 1r-2r</locus> <author>Ben Jonson</author> <title>Ode to himself</title> <rubric rend="italics"> An Ode<lb/> to him selfe.</rubric> <incipit>Com leaue the loathed stage</incipit> <explicit>And see his chariot triumph ore his wayne.</explicit> <bibl> <name>Beal</name>, <title>Index 1450-1625</title>, JnB 380</bibl> </msItem> <pb xml:id="fr_F1r"/> <pb xml:id="fr_F1v"/> <pb xml:id="fr_F2r"/> | ||||||||||||||||||
Exemple | The facs attribute is available globally when the transcr module is included in a schema. It may be used to point directly to an image file, as in the following example: <msItem> <locus facs="images/08v.jpg images/09r.jpg images/09v.jpg images/10r.jpg images/10v.jpg">fols. 8v-10v</locus> <title>Birds Praise of Love</title> <bibl> <title>IMEV</title> <biblScope>1506</biblScope> </bibl> </msItem> | ||||||||||||||||||
Modèle de contenu | <content> | ||||||||||||||||||
Schéma Declaration | <rng:element name="locus"> element locus { 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.pointing.attributes, att.typed.attributes, attribute scheme { teidata.pointer }?, attribute from { teidata.word }?, attribute to { teidata.word }?, ( text | model.gLike | hi | locus )* } |