<pubStmt>

(publication statement) – (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.
Module
Attributes
@label, @type, @xml:id
@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.
@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
(pubStmt isn't member of any model class)
Contained By
<fileDesc>(file description) – Contains a full bibliographic description of the MEI file.
<fileDesc>(file description) – Contains a full bibliographic description of the MEI file.
May Contain
<availability>Groups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
<date>A string identifying a point in time or the time period between two such points.
<pubPlace>Name of the place where a bibliographic item was published.
<availability>Groups elements that describe the availability of and access to a bibliographic item, including an MEI-encoded document.
<date>A string identifying a point in time or the time period between two such points.
<pubPlace>Name of the place where a bibliographic item was published.
Remarks

This element is modelled on an element in the Text Encoding Initiative (TEI) standard. In MEI Basic, it may contain only publisher, publishing place, date and availability information, in that order.

Declaration
<elementSpec rend="add" ident="pubStmt" module="MEI.header">
<gloss xml:lang="en">publication statement</gloss>
<desc rend="replace">(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.</desc>
<classes>
<memberOf key="att.common"/>
</classes>
<content>
<optional>
<ref name="publisher"/>
</optional>
<optional>
<ref name="pubPlace"/>
</optional>
<optional>
<ref name="date"/>
</optional>
<optional>
<ref name="availability"/>
</optional>
</content>
<remarks>
<p>This element is modelled on an element in the Text Encoding Initiative (TEI) standard. In MEI Basic, it may contain only publisher, publishing place, date and availability information, in that order.</p>
</remarks>
</elementSpec>