<availability>

<availability> supplies information about the availability of a text, for example any restrictions on its use or distribution, its copyright status, etc. 2.2.4 Publication, Distribution, etc.
Moduleheader — 2 The TEI Header
AttributesIn addition to global attributes
statussupplies a code identifying the current availability of the text.
Status Optional
Legal values are:
freethe text is freely available.
unknownthe status of the text is unknown. [Default]
restrictedthe text is not freely available.
Declaration
element availability
{
   att.global.attributes,
   attribute status { "free" | "unknown" | "restricted" }?,
   model.pLike+
}
Example
<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
A consistent format should be adopted
Contained byadminInfo model.publicationStmtPart
May contain
core: p
linking: ab