<availability>

<availability> (disponibilité) renseigne sur la disponibilité du texte, par exemple sur toutes restrictions quant à son usage ou sa diffusion, son statut de copyright, etc. [2.2.4 Publication, Distribution, Licencing, etc.]
Moduleheader — 2 The TEI Header
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declarable (@default)
statusdonne un code caractérisant la disponibilité actuelle d’un texte.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Les valeurs autorisées sont:
free
Le texte est libre de droits.
unknown
Le statut du texte est inconnu. [Valeur par défaut]
restricted
le texte est sous droits.
Utilisé par
Contenu dans
msdescription: adminInfo
Peut contenir
core: p
header: licence
linking: ab
Declaration

<rng:element name="availability">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:optional>
  <rng:attribute name="status" a: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:choice>
   <rng:ref name="model.availabilityPart"/>
   <rng:ref name="model.pLike"/>
  </rng:choice>
 </rng:oneOrMore>
</rng:element>
element availability
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declarable.attributes,
   attribute status { "free" | "unknown" | "restricted" }?,
   ( model.availabilityPart | model.pLike )+
}
Exemple
<availability status="restricted">
 <p>L' ABES a adopté le système Créative Commons pour permettre à tous ceux qui le
   souhaitent, de reproduire tout ou partie des rubriques du site de l'ABES sur support
   papier ou support électronique.</p>
</availability>
Note
On devrait adopter un format de codage reconnu.