<event>
<event> (Ereignis) enthält Daten mit Bezug zu etwas Bemerkenswertem, das in der Zeit geschieht. [14.3.1 Basic Principles] | |||||||||||
Modul | namesdates — Names, Dates, People, and Places | ||||||||||
Attribute |
|
||||||||||
Mitglied des | |||||||||||
Enthalten in | |||||||||||
Kann enthalten | |||||||||||
Beispiel |
<listEvent>
<event when="1618-05-23" xml:id="SecondDefPrague" where="#Prague"> <eventName>1618 Defenestration of Prague</eventName> <idno>https://www.wikidata.org/wiki/Q13365740</idno> <listPerson type="defenstrated"> <person> <persName>Jaroslav Bořita z Martinic</persName> <idno type="GND">https://d-nb.info/gnd/116810998</idno> </person> <person> <persName>Vilém Slavata z Chlumu a Košumberka</persName> <idno type="GND">https://d-nb.info/gnd/1018376615</idno> </person> <person> <persName>Filip Fabricius</persName> <idno type="GND">https://d-nb.info/gnd/133946118</idno> </person> </listPerson> <place xml:id="Prague"> <placeName>Prague</placeName> </place> </event> <event from="1618" to="1648" xml:id="ThirtyYearsWar"> <eventName>Thirty Years’ War</eventName> <idno>https://www.wikidata.org/wiki/Q2487</idno> <event when="1643-03-19" xml:id="BattleofRocroi" where="#Rocroi"> <eventName>Battle of Rocroi</eventName> <idno type="Wikidata">https://www.wikidata.org/wiki/Q728480</idno> <idno type="GND">https://d-nb.info/gnd/4202901-6</idno> <place xml:id="Rocroi"> <placeName>Rocroi</placeName> <location> <geo decls="#WGS">49.926111 4.522222</geo> </location> </place> </event> </event> </listEvent> |
||||||||||
Beispiel |
<person>
<event type="mat" when="1972-10-12"> <label>matriculation</label> </event> <event type="grad" when="1975-06-23"> <label>graduation</label> </event> </person> |
||||||||||
Content model |
<content> |
||||||||||
Schema Deklaration |
<rng:element name="event"> element event { 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.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, att.editLike.attributes, att.locatable.attributes, att.naming.attributes, att.canonical.attributes, att.sortable.attributes, att.typed.attributes, attribute calendar { list { teidata.pointer+ } }?, ( idno*, model.headLike*, ( model.pLike+ | model.labelLike+ | eventName+ ), ( model.noteLike | model.biblLike | linkGrp | link | idno | ptr )*, model.eventLike*, ( model.personLike | listPerson )*, ( model.placeLike | listPlace )*, model.objectLike*, ( relation | listRelation )* ) } |