예: <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> (en)
match="//body/div" use="@n">
<citeStructure unit="chapter" match="div"
use="position()" delim=" ">
<citeStructure unit="verse" match="div"
use="position()" delim=":"/>
</citeStructure>
</citeStructure>
<citeData> (en)
match="//body/div" use="@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
<citeStructure unit="work" match="//div1"
use="@n">
<citeStructure unit="book" match="div2"
use="@n" delim=" ">
<citeStructure unit="poem" match="div3"
use="@n" delim=".">
<citeStructure unit="line" match="l"
use="@n" delim="."/>
</citeStructure>
</citeStructure>
</citeStructure>
</refsDecl>
3.11.4 Declaring Reference Systems
<citeStructure unit="work" match="//div1"
use="@n">
<citeData property="http://purl.org/dc/terms/title"
use="head"/>
<citeStructure unit="book" match="div2"
use="@n" delim=" ">
<citeData property="http://purl.org/dc/terms/title"
use="head"/>
<citeStructure unit="poem" match="div3"
use="@n" delim=".">
<citeData property="http://purl.org/dc/terms/title"
use="head"/>
<citeStructure unit="line" match="l"
use="@n" delim="."/>
</citeStructure>
</citeStructure>
</citeStructure>
</refsDecl>
16 Linking, Segmentation, and Alignment
<citeStructure unit="book"
match="//body/div" use="@n">
<citeStructure unit="chapter" match="div"
use="@n" delim=" ">
<citeStructure unit="verse" match="div"
use="@n" delim=":"/>
</citeStructure>
</citeStructure>
</refsDecl>
match="/TEI/text/body/div" use="position()" delim="ch. ">
<citeData property="http://purl.org/dc/terms/title"
use="head"/>
</citeStructure>