macro.bibldescPart

Groups manifestation- and item-specific elements that may appear as part of a bibliographic description.
Module
Contained By
(MEI.header) Groups manifestation- and item-specific elements that may appear as part of a bibliographic description.
manifestationA bibliographic description of a physical embodiment of an expression of a work.
FRBR (Functional Requirements for Bibliographic Records) declarations.
manifestationA bibliographic description of a physical embodiment of an expression of a work.
May Contain
(MEI.header) Groups manifestation- and item-specific elements that may appear as part of a bibliographic description.
availabilityGroups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
editionStmtContainer for meta-data pertaining to a particular edition of the material being described.
physDescContainer for information about the appearance, construction, or handling of physical materials, such as their dimension, quantity, color, style, and technique of creation.
physLocGroups information about the current physical location of a bibliographic item, such as the repository in which it is located and its shelf mark(s), and its previous locations.
pubStmtContainer 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.
seriesStmtGroups information about the series, if any, to which a publication belongs.
Metadata header component declarations.
availabilityGroups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
editionStmtContainer for meta-data pertaining to a particular edition of the material being described.
physDescContainer for information about the appearance, construction, or handling of physical materials, such as their dimension, quantity, color, style, and technique of creation.
pubStmtContainer 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.
seriesStmtGroups information about the series, if any, to which a publication belongs.
Component declarations that are shared between two or more modules.
physLocGroups information about the current physical location of a bibliographic item, such as the repository in which it is located and its shelf mark(s), and its previous locations.
Declaration
<macroSpec ident="macro.bibldescPart" module="MEI.header" type="pe">
<desc xml:lang="en">Groups manifestation- and item-specific elements that may appear as part of a bibliographic description.</desc>
<content>
<rng:optional>
<rng:ref name="editionStmt"/>
</rng:optional>
<rng:optional>
<rng:ref name="pubStmt"/>
</rng:optional>
<rng:optional>
<rng:ref name="availability"/>
</rng:optional>
<rng:zeroOrMore>
<rng:ref name="physDesc"/>
</rng:zeroOrMore>
<rng:zeroOrMore>
<rng:ref name="physLoc"/>
</rng:zeroOrMore>
<rng:zeroOrMore>
<rng:ref name="seriesStmt"/>
</rng:zeroOrMore>
</content>
</macroSpec>