<citeStructure>
<citeStructure> (citation structure) declares a structure and method for citing the current document. [3.11.4 Declaring Reference Systems 16.2.5.4 Citation Structures] | |||||||||||||||||||||||||||
Modulo | header — The TEI Header | ||||||||||||||||||||||||||
Attributi | 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)
|
||||||||||||||||||||||||||
Contenuto in |
header: citeStructure refsDecl
|
||||||||||||||||||||||||||
Può contenere |
core: desc
header: citeData citeStructure
|
||||||||||||||||||||||||||
Esempio |
<citeStructure unit="book"
match="//body/div" use="@n"> <citeStructure unit="chapter" match="div" use="position()" delim=" "> <citeStructure unit="verse" match="div" use="position()" delim=":"/> </citeStructure> </citeStructure> |
||||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||||
Dichiarazione |
<rng:element name="citeStructure"> element citeStructure { 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 delim { string { pattern = ".+" } }?, attribute match { teidata.xpath }, attribute unit { teidata.enumerated }?, ( citeData*, citeStructure*, model.descLike* ) } |