<lim_resp>

<lim_resp>
Module lim
Attributes
att.datable.w3c
when
notBefore
notAfter
from
@to
from indicates the starting point of the period in standard form, e.g. yyyy-mm-dd.
Derived from att.datable.w3c
Status Required
Datatype teidata.temporal.w3c
ref (reference) provides an explicit means of locating a full definition or identity for the entity being named by means of one or more URIs.
Derived from att.canonical
Status Required
Datatype 1–∞ occurrences of teidata.pointer separated by whitespace
Legal values are:
type characterizes the element in some sense, using any convenient classification scheme or typology.
Derived from att.typed
Status Optional
Datatype teidata.enumerated
Legal values are:
Edinburgh
DHIL
Member of
Contained by
namesdates: person persona
May contain Empty element
Schematron
Only use resp in contributors.

<sch:rule context="tei:lim_resp[parent::tei:person]">
   
<sch:assert test="parent::tei:person/@role = 'contributor'">ERROR: lim_resp in person should only be used for contributors.</sch:assert>
</sch:rule>
Source Github

<elementSpec rend="add" ident="lim_resp" module="lim" mode="add">
   
<classes>
      
<memberOf key="att.datable.w3c"/>
      
<memberOf key="att.canonical"/>
      
<memberOf key="att.typed"/>
   
</classes>
   
<attList>
      
<attDef ident="notBefore" mode="delete"/>
      
<attDef ident="notAfter" mode="delete"/>
      
<attDef ident="when" mode="delete"/>
      
<attDef ident="from" mode="change" usage="req"/>
      
<attDef ident="subtype" mode="delete"/>
      
<attDef ident="type" mode="change" usage="opt">
         
<valList type="closed" mode="add">
            
<valItem ident="Edinburgh" mode="add"/>
            
<valItem ident="DHIL" mode="add"/>
         
</valList>
      
</attDef>
      
<attDef ident="ref" mode="change" usage="req">
         
<valList mode="add" type="closed"/>
      
</attDef>
   
</attList>
</elementSpec>