\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.107. <ref>

<ref> (reference) defines a reference to another location, possibly modified by additional text or comment. [3.7. Simple Links and Cross-References 17.1. Links]
Modulecore — Specification
Attributes
type
StatusRequired
Suggested values include:
entry
sense
bibliography
example
Member of
Contained by
May contain
analysis: c pc
dictionaries: lang
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Note

The target and cRef attributes are mutually exclusive.

Example
See especially <ref target="http://www.natcorp.ox.ac.uk/Texts/A02.xml#s2">the second
 sentence</ref>
Example
See also <ref target="#locution">s.v. <term>locution</term>
</ref>.
Schematron
<sch:rule context="tei:ref"> <sch:report test="@target and @cRef">Only one of the attributes @target and @cRef may be supplied on <sch:name/>.</sch:report> </sch:rule>
Content model
<content>
 <macroRef key="macro.lexParaContent"/>
</content>
    
Schema Declaration

element ref
{
   att.lexicographic.attributes,
   att.notated.attributes,
   att.scoped.attributes,
   att.global.attributes,
   att.cReferencing.attributes,
   att.cmc.attributes,
   att.internetMedia.attributes,
   att.pointing.attributes,
   att.typed.attribute.subtype,
   attribute type { "entry" | "sense" | "bibliography" | "example" | xsd:Name },
   macro.lexParaContent
}