: <citeData> (citation data)

These search results reproduce every example of the use of <citeData> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <citeData> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

2 The TEI Header


<citeData> (en)

<citeStructure unit="book"
 match="//body/divuse="@n">

 <citeData property="http://purl.org/dc/terms/title"
  use="head"/>

</citeStructure>
서지목록 모두 보기 ⚓︎

3 Elements Available in All TEI Documents


3.11.4 Declaring Reference Systems

<refsDecl>
 <citeStructure unit="workmatch="//div1"
  use="@n">

  <citeData property="http://purl.org/dc/terms/title"
   use="head"/>

  <citeStructure unit="bookmatch="div2"
   use="@ndelim=" ">

   <citeData property="http://purl.org/dc/terms/title"
    use="head"/>

   <citeStructure unit="poemmatch="div3"
    use="@ndelim=".">

    <citeData property="http://purl.org/dc/terms/title"
     use="head"/>

    <citeStructure unit="linematch="l"
     use="@ndelim="."/>

   </citeStructure>
  </citeStructure>
 </citeStructure>
</refsDecl>
⚓︎

16 Linking, Segmentation, and Alignment


16.2.5.4 Citation Structures

<citeStructure unit="chapter"
 match="/TEI/text/body/divuse="position()delim="ch. ">

 <citeData property="http://purl.org/dc/terms/title"
  use="head"/>

</citeStructure>
⚓︎