<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] | |||||||
Module | header — The TEI Header | ||||||
Attributes | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.citeStructurePart (@use)
| ||||||
Contained by | header: citeStructure | ||||||
May contain | Empty element | ||||||
Example | <citeStructure unit="book" match="//body/div" use="@n"> <citeData property="http://purl.org/dc/terms/title" use="head"/> </citeStructure> | ||||||
Content model | <content> | ||||||
Schema Declaration | <rng:element name="citeData"> 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 { xsd:anyURI }, empty } |