Example: <citeStructure> (citation structure)

These search results reproduce every example of the use of <citeStructure> 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 <citeStructure> 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


<citeStructure>

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

 <citeStructure unit="chaptermatch="div"
  use="position()delim=" ">

  <citeStructure unit="versematch="div"
   use="position()delim=":"/>

 </citeStructure>
</citeStructure>
bibliography Show all ⚓︎

<citeData>

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

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

</citeStructure>
bibliography Show all ⚓︎

3 Elements Available in All TEI Documents


3.11.4 Declaring Reference Systems

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

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

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

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

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

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

<refsDecl xml:id="biblical2">
 <citeStructure unit="book"
  match="//body/divuse="@n">

  <citeStructure unit="chaptermatch="div"
   use="@ndelim=" ">

   <citeStructure unit="versematch="div"
    use="@ndelim=":"/>

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

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>
⚓︎