att.pointing
att.pointing provides a set of attributes used by all elements which point to other elements by
means of one or more URI references. [1.3.1.1.2. Language Indicators 3.7. Simple Links and Cross-References]
Module | tei | ||||||||
Members | catRef gloss note noteGrp ptr ref term | ||||||||
Attributes |
|
||||||||
Schematron |
<sch:rule context="tei:*[not(self::tei:schemaSpec)][@targetLang]"> <sch:assert test="@target">@targetLang should only be used on<sch:name/>if @target is specified.</sch:assert> </sch:rule> |
||||||||
Source | Github
<classSpec rend="change" module="tei" type="atts" ident="att.pointing"> <desc>provides a set of attributes used by all elements which point to other elements by means of one or more URI references.</desc> <classes/> <attList> <attDef ident="target" usage="opt"> <desc>specifies the destination of the reference by supplying one or more URI References</desc> <datatype maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </classSpec> |