<availability>

<availability> 提供關於文件可利用性的資訊,例如使用或發行上的任何限制、版權狀態等。 2.2.4 Publication, Distribution, etc.
組件header — 2 The TEI Header
屬性
status提供一個用來確認文件目前可利用性的代號。屬性值的例子包括: restricted(受到限制)、unknown(不明)及free(不受限制).
狀態 非必備的
合法的值是:
free
文件的可利用性不受限。
unknown
文件狀態不明。 [預設值]
restricted
文件的可利用性受限制。
屬於adminInfo model.publicationStmtPart
可包含
core: p
linking: ab
宣告
element availability
{
   att.global.attributes,
   attribute status { "free" | "unknown" | "restricted" }?,
   model.pLike+
}
例子
<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>
A consistent format should be adopted