<objectIdentifier>
<objectIdentifier> (Objektidentifikator) gruppiert einen oder mehrere Identifikatoren oder Teile von Lokalisierungsinformationen, die ein einzelnes Objekt betreffen. [13.3.5 Objects] | |
Modul | namesdates — Names, Dates, People, and Places |
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 | |
Kann enthalten | core: address header: idno msdescription: altIdentifier collection institution msName repository namesdates: bloc country district geogName objectName placeName region settlement |
Beispiel | <objectIdentifier> <country>United Kingdom</country> <region>Oxfordshire</region> <settlement>Oxford</settlement> <institution>University of Oxford</institution> <repository>Ashmolean Museum</repository> <collection>English Treasures</collection> <idno type="ashmolean">AN1836p.135.371</idno> <idno type="wikipedia">https://en.wikipedia.org/wiki/Alfred_Jewel</idno> <objectName>Alfred Jewel</objectName> </objectIdentifier> |
Beispiel | <object xml:id="Excalibur-MultipleNames"> <objectIdentifier> <objectName type="main">Excalibur</objectName> <objectName type="alt">Caliburn</objectName> <objectName xml:lang="cy">Caledfwlch</objectName> <objectName xml:lang="cornu">Calesvol</objectName> <objectName xml:lang="br">Kaledvoulc'h</objectName> <objectName xml:lang="la">Caliburnus</objectName> <country>Wales</country> </objectIdentifier> <p>Excalibur is the name for the legendary sword of King Arthur, in Welsh it is called Caledfwlch, in Cornish it is called Calesvol, in Breton it is called Kaledvoulc'h, and in Latin it is called Caliburnus. In some versions Excalibur's blade was engraved with phrases on opposite sides which in translation read: "Take me up" and "Cast me away" (or similar).</p> </object> |
Schematron | <s:report test="not(count(*) gt 0)">An objectIdentifier must contain at minimum a single piece of locating or identifying information.</s:report> |
Content model | <content> |
Schema Deklaration | <rng:element name="objectIdentifier"> element objectIdentifier { 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.placeNamePart | institution | repository | collection | idno | msName | objectName | altIdentifier | address )* } |