<availability>

<availability> (Disponibilité) fournit des informations sur la disponibilité du texte, par exemple toutes restrictions sur son usage ou sa diffusion, son statut de copyright, etc. 2.2.4 Publication, Distribution, etc.
Moduleheader — 2 The TEI Header
Attributs att.declarable (@default)
statusfournit un code caractérisant la disponibilité actuelle d’un texte .
Statut Optionel
Les valeurs autorisées sont:
free
le texte est librement disponible.
unknown
le statut du texte est inconnu. [Valeur par défaut]
restricted
le texte n'est pas librement disponible.
Utilisé par
Peut contenir
core: p
linking: ab
Declaration

<rng:element name="availability">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:optional>
 <rng:attribute name="statusa:defaultValue="unknown">
  <rng:choice>
   <rng:value>free</rng:value>
   <rng:value>unknown</rng:value>
   <rng:value>restricted</rng:value>
  </rng:choice>
 </rng:attribute>
</rng:optional>
<rng:oneOrMore>
 <rng:ref name="model.pLike"/>
</rng:oneOrMore>
</rng:element>
element availability
{
   att.global.attributes,
   att.declarable.attributes,
   attribute status { "free" | "unknown" | "restricted" }?,
   model.pLike+
}
Exemple
<availability status="restricted">
 <p>Available for academic research purposes only.</p>
</availability>
<availability status="free">
 <p>In the public domain</p>
</availability>
<availability status="restricted">
 <p>Available under licence from the publishers.</p>
</availability>
Note
Il est nécessaire d'adopter un format et de s'y tenir