<eventName>

<eventName> (name of an event) contains a proper noun or noun phrase used to refer to an event. [13.2.4 Event Names]
모듈 namesdates — Names, Dates, People, and Places
속성
클럽 회원
에 의해 포함된
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
포함할 수 있다
<listEvent>
 <event from="1939-09-01to="1945-09-02">
  <eventName xml:lang="de">Zweiter Weltkrieg</eventName>
  <eventName xml:lang="en">World War II</eventName>
  <idno type="GND">https://d-nb.info/gnd/4079167-1</idno>
  <idno type="Wikidata">https://www.wikidata.org/wiki/Q362</idno>
  <event from="1939-09-01to="1939-10-06"
   xml:id="UeberfallAufPolen">

   <eventName xml:lang="de">Überfall auf Polen</eventName>
   <eventName xml:lang="en">Invasion of Poland</eventName>
   <idno type="GND">https://d-nb.info/gnd/4175002-0</idno>
   <idno type="LOC">https://id.loc.gov/authorities/sh85148341</idno>
   <listPlace type="affected">
    <place>
     <placeName xml:lang="pl">Gdańsk</placeName>
     <location>
      <geo>54.350556, 18.652778</geo>
     </location>
    </place>
   </listPlace>
  </event>
  <event from="1941-06-22to="1945-05-09">
   <eventName xml:lang="de">Deutsch-Sowjetischer Krieg</eventName>
   <eventName xml:lang="ru">Великая Отечественная война</eventName>
   <idno type="GND">https://d-nb.info/gnd/4076906-9</idno>
   <idno type="Wikidata">https://www.wikidata.org/wiki/Q189266</idno>
  </event>
 </event>
</listEvent>
<p>On <date when="1719-03-19">Monday</date>, <rs type="person">she</rs> was writing about the
<eventName ref="#SecondDefPrague">1618 Defenestration of Prague</eventName> which initiated the
<rs type="eventref="#ThirtyYearsWar">long war</rs>.</p>
<event from="2019-09-16to="2019-09-20"
 xml:id="tei2019graz">

 <eventName type="full">TEI 2019: What is text, really? TEI and beyond</eventName>
 <eventName type="short">TEI 2019</eventName>
 <note> The abstract leading to the <gi>eventName</gi> element is available at <ref target="https://gams.uni-graz.at/o:tei2019.141">https://gams.uni-graz.at/o:tei2019.141</ref>.
   Other related documents are available through <ref target="https://gams.uni-graz.at/tei2019">https://gams.uni-graz.at/tei2019</ref>, as well as in the
 <ref target="https://zenodo.org/communities/tei2019">TEI 2019 Zenodo community</ref>.
 </note>
 <listPerson type="LocalOrganizers">
  <person>
   <persName>
    <surname>Raunig</surname>
    <forename>Elisabeth</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Scholger</surname>
    <forename>Martina</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Scholger</surname>
    <forename>Walter</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Steiner</surname>
    <forename>Elisabeth</forename>
   </persName>
  </person>
  <person>
   <persName>
    <surname>Vogeler</surname>
    <forename>Georg</forename>
   </persName>
  </person>
 </listPerson>
 <place xml:lang="de">
  <placeName>Universität Graz</placeName>
  <location>
   <address>
    <addrLine>ReSoWi Gebäude</addrLine>
    <addrLine>Universitätsstraße 15</addrLine>
    <postCode>8010</postCode>
    <settlement>Graz</settlement>
    <country>Österreich</country>
   </address>
   <geo>15.451651587656 47.078215112534</geo>
  </location>
 </place>
 <listRelation>
  <relation active="#tei2019graz"
   passive="#AnnualTEIConferencetype="CRMname="P31_is_instance_of"
   ref="https://www.wikidata.org/wiki/Property:P31"/>

 </listRelation>
</event>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
선언
<rng:element name="eventName">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.personal.attributes"/>
 <rng:ref name="att.naming.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element eventName
{
   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.personal.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   att.typed.attributes,
   macro.phraseSeq
}