macro.availabilityPart

Groups elements that may appear as part of a description of the availability of and access to a bibliographic item.
Module
Contained By
(MEI.header) Groups elements that may appear as part of a description of the availability of and access to a bibliographic item.
availabilityGroups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
Metadata header component declarations.
availabilityGroups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
May Contain
textual content
(MEI.header) Groups elements that may appear as part of a description of the availability of and access to a bibliographic item.
accessRestrictDescribes the conditions that affect the accessibility of material.
distributorPerson or agency, other than a publisher, from which access (including electronic access) to a bibliographic entity may be obtained.
priceThe cost of access to a bibliographic item.
sysReqSystem requirements for using the electronic item.
useRestrictContainer for information about the conditions that affect use of a bibliographic item after access has been granted.
(MEI.shared) Groups elements used to represent a postal address.
addressContains a postal address, for example of a publisher, an organization, or an individual.
(MEI.shared) Groups elements containing date expressions.
dateA string identifying a point in time or the time period between two such points.
(MEI.shared) Groups elements used to provide a heading at the start of a text division or other markup component.
headContains any heading, for example, the title of a section of text, or the heading of a list.
(MEI.shared) Groups identifier-like elements.
identifierAn alpha-numeric string that establishes the identity of the described material.
textual content
Metadata header component declarations.
accessRestrictDescribes the conditions that affect the accessibility of material.
priceThe cost of access to a bibliographic item.
sysReqSystem requirements for using the electronic item.
useRestrictContainer for information about the conditions that affect use of a bibliographic item after access has been granted.
Component declarations that are shared between two or more modules.
addressContains a postal address, for example of a publisher, an organization, or an individual.
dateA string identifying a point in time or the time period between two such points.
distributorPerson or agency, other than a publisher, from which access (including electronic access) to a bibliographic entity may be obtained.
headContains any heading, for example, the title of a section of text, or the heading of a list.
identifierAn alpha-numeric string that establishes the identity of the described material.
Declaration
<macroSpec ident="macro.availabilityPart" module="MEI.header" type="pe">
<desc xml:lang="en">Groups elements that may appear as part of a description of the availability of and access to a bibliographic item.</desc>
<content>
<rng:choice>
<rng:group>
<rng:zeroOrMore>
<rng:ref name="model.headLike"/>
</rng:zeroOrMore>
<rng:zeroOrMore>
<rng:choice>
<rng:ref name="accessRestrict"/>
<rng:ref name="distributor"/>
<rng:ref name="price"/>
<rng:ref name="sysReq"/>
<rng:ref name="useRestrict"/>
<rng:ref name="model.addressLike"/>
<rng:ref name="model.dateLike"/>
<rng:ref name="model.identifierLike"/>
</rng:choice>
</rng:zeroOrMore>
</rng:group>
<rng:text/>
</rng:choice>
</content>
</macroSpec>