<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]
Moduleheader
Attributes
property(property) A URI indicating a property definition.
Status Required
Datatype teidata.pointer
Contained by
May containEmpty element
Example
<citeStructure unit="book"
 match="//body/divuse="@n">

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

</citeStructure>
Content model
<content>
 <empty/>
</content>
Schema Declaration
element citeData
{
   tei_att.global.attributes,
   tei_att.citeStructurePart.attributes,
   attribute property { teidata.pointer },
   empty
}