<availability>

Groups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
Module
Attributes
@data, @label, @type, @xml:id
@data(optional)Used to link metadata elements to one or more data-containing elements. One or more values from data.URI, separated by spaces.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared) Attributes common to many elements.
(MEI.shared) Attributes that uniquely identify an element.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
(MEI.shared)
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
(MEI.shared) Attributes which can be used to classify features.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
(MEI.shared) Attributes for linking metadata to data.
@data(optional)Used to link metadata elements to one or more data-containing elements. One or more values from data.URI, separated by spaces.
@data(optional)Used to link metadata elements to one or more data-containing elements. One or more values from data.URI, separated by spaces.
@label(optional)Captures text to be used to generate a label for the element to which it’s attached, a "tool tip" or prefatory text, for example. Should not be used to record document content. Value is plain text.
@type(optional)Designation which characterizes the element in some sense, using any convenient classification scheme or typology that employs single-token labels. One or more values of datatype NMTOKEN, separated by spaces.
@xml:id(optional)Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value. Value is a valid xml:id.
Member of
(availability isn't member of any model class)
Contained By
<pubStmt>(publication statement) – Container for information regarding the publication or distribution of a bibliographic item, including the publisher's name and address, the date of publication, and other relevant details.
<pubStmt>(publication statement) – Container for information regarding the publication or distribution of a bibliographic item, including the publisher's name and address, the date of publication, and other relevant details.
May Contain
textual content,
textual content
(MEI.header) Groups elements that may appear as part of a description of the availability of and access to a bibliographic item.
(MEI.shared) Groups elements used to represent a postal address.
(MEI.shared) Groups elements containing date expressions.
(MEI.shared) Groups elements used to provide a heading at the start of a text division or other markup component.
(MEI.shared) Groups identifier-like elements.
textual content
Remarks

When used within the <fileDesc> element, <availability> indicates access to the MEI-encoded document itself.

The model of this element is based on the availability element of the Text Encoding Initiative (TEI).

Declaration
<elementSpec rend="add" ident="availability" module="MEI.header">
<desc xml:lang="en">Groups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.</desc>
<classes>
<memberOf key="att.common"/>
<memberOf key="att.dataPointing"/>
</classes>
<content> </content>
<remarks xml:lang="en">
<p>When used within the <gi scheme="MEI">fileDesc</gi> element, <gi scheme="MEI">availability</gi> indicates access to the MEI-encoded document itself.</p>
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-availability.html">availability</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>