macro.bibldescPart

Groups manifestation- and item-specific elements that may appear as part of a bibliographic description.
Module
MEI.header
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.
editionStmt(edition statement) – Container for meta-data pertaining to a particular edition of the material being described.
physDesc(physical description) – Container for information about the appearance, construction, or handling of physical materials, such as their dimension, quantity, color, style, and technique of creation.
physLoc(physical location) – Groups 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.
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.
seriesStmt(series statement) – Groups information about the series, if any, to which a publication belongs.
Metadata header component declarations.
editionStmt(edition statement) – Container for meta-data pertaining to a particular edition of the material being described.
physDesc(physical description) – Container for information about the appearance, construction, or handling of physical materials, such as their dimension, quantity, color, style, and technique of creation.
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.
seriesStmt(series statement) – Groups information about the series, if any, to which a publication belongs.
Component declarations that are shared between two or more modules.
physLoc(physical location) – Groups 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>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: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>