<availability>

<availability> テキストの利用可能性に関する情報を示す.例えば,その使用や頒布, 著作権の状況など. 2.2.4 Publication, Distribution, etc.
モジュールheader — 2 The TEI Header
属性
statusテキストの利用可能性を特定するコードを示す.
状態 任意
正当な値:
free
the text is freely available.
unknown
the status of the text is unknown. [初期値]
restricted
the text is not freely available.
当該モジュールを使用するもの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