teidata.authority

teidata.authority defines attribute values which derive from an authority list, which may be an enumerated list defined in the document's schema, a list or taxonomy elsewhere in the document, or an online taxonomy, gazetteer, or other authority.
Module tei — The TEI Infrastructure
Used by
Element:
Content model
<content>
 <alternate>
  <dataRef key="teidata.enumerated"/>
  <dataRef key="teidata.pointer"/>
 </alternate>
</content>
Declaration
<rng:define name="teidata.authority">
 <rng:choice>
  <rng:ref name="teidata.enumerated"/>
  <rng:ref name="teidata.pointer"/>
 </rng:choice>
</rng:define>
teidata.authority = teidata.enumerated | teidata.pointer
Note

Attribute values with this datatype should either come from a value list in the attribute specification (teidata.enumerated) or be a valid URI (teidata.pointer).