<availability>

<availability> beschreibt die Nutzbarkeit eines Textes, zum Beispiel Einschränkungen den Gebrauch oder die Weitergabe betreffend, den Copyright-Status usw. 2.2.4 Publication, Distribution, etc.
Modulheader — 2 The TEI Header
Attribute
statusgibt einen Kode an, der die derzeitige Nutzbarkeit eines Textes festlegt.
Zustand Optional
Gültige Werte:
free
the text is freely available.
unknown
the status of the text is unknown. [Vorgabe]
restricted
the text is not freely available.
Verwendet vonadminInfo model.publicationStmtPart
Kann enthalten
core: p
linking: ab
Deklaration
element availability
{
   att.global.attributes,
   attribute status { "free" | "unknown" | "restricted" }?,
   model.pLike+
}
Beispiel
<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>
Anmerkung
A consistent format should be adopted