<citeData>

<citeData> (citation data) specifies how information may be extracted from citation structures. [3.11.4 Declaring Reference Systems 16.2.5.4 Citation Structures]
모듈 header — The TEI Header
속성
property⚓︎ (property) A URI indicating a property definition.
상태 필수적
자료 유형 teidata.pointer
에 의해 포함된
포함할 수 있다 공백 요소
<citeStructure unit="book"
 match="//body/divuse="@n">

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

</citeStructure>
Content model
<content>
 <empty/>
</content>
선언
<rng:element name="citeData">
 <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.citeStructurePart.attributes"/>
 <rng:attribute name="property">
  <rng:ref name="teidata.pointer"/>
 </rng:attribute>
 <rng:empty/>
</rng:element>
element citeData
{
   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.citeStructurePart.attributes,
   attribute property { teidata.pointer },
   empty
}