<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] | |||||||||||||||||||||||||||
組件 | header — The TEI Header | ||||||||||||||||||||||||||
屬性 | 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)
| ||||||||||||||||||||||||||
可包含在於 | header: citeStructure refsDecl | ||||||||||||||||||||||||||
可包含 | core: desc header: citeData citeStructure | ||||||||||||||||||||||||||
例子 | |||||||||||||||||||||||||||
Content model | <content> | ||||||||||||||||||||||||||
宣告 | <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 = ".+" } }? >> d220056e19:tr [ "[#citestructure-inner-delim]" "<constraint>" "<s:rule " "context" """="""" "tei:citeStructure[parent::tei:citeStructure]" """">""" " " "<s:assert " "test" """="""" "@delim" """">""" "A " "<s:name/>" " with a parent " "<s:name/>" " must have a @delim attribute." "</s:assert>" "</s:rule>" "</constraint>" "⚓" ], attribute match { teidata.xpath } >> d220056e19:tr [ "[#citestructure-outer-match]" "<constraint>" "<s:rule " "context" """="""" "tei:citeStructure[not(parent::tei:citeStructure)]" """">""" " " "<s:assert " "test" """="""" """starts-with(@match,'/')""" """">""" "An XPath in @match on the outer " "<s:name/>" """ must start with '/'.""" "</s:assert>" "</s:rule>" "</constraint>" "⚓" ] >> d220056e19:tr [ "[#citestructure-inner-match]" "<constraint>" "<s:rule " "context" """="""" "tei:citeStructure[parent::tei:citeStructure]" """">""" " " "<s:assert " "test" """="""" """not(starts-with(@match,'/'))""" """">""" """An XPath in @match must not start with '/' except on the outer """ "<s:name/>" "." "</s:assert>" "</s:rule>" "</constraint>" "⚓" ], attribute unit { teidata.enumerated }?, ( citeData*, citeStructure*, model.descLike* ) } |