<titleStmt>

(title statement) – Container for title and responsibility meta-data.
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
(titleStmt 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
<name>Proper noun or noun phrase.
<respStmt>Names one or more individuals, groups, or in rare cases, mechanical processes, responsible for creation, realization, production, funding, or distribution of the intellectual or artistic content.
(MEI.namesdates) Groups elements which contain names of individuals or corporate bodies.
<persName>Designation for an individual, including any or all of that individual's forenames, surnames, honorific titles, and added names.
(MEI.shared) Groups elements used to provide a heading at the start of a text division or other markup component.
(MEI.shared) Groups elements that denote the name of a bibliographic item.
<title>Title of a bibliographic entity.
<persName>Designation for an individual, including any or all of that individual's forenames, surnames, honorific titles, and added names.
<name>Proper noun or noun phrase.
<respStmt>Names one or more individuals, groups, or in rare cases, mechanical processes, responsible for creation, realization, production, funding, or distribution of the intellectual or artistic content.
<title>Title of a bibliographic entity.
Remarks

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

Declaration
<elementSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="titleStmt" module="MEI.header">
<gloss xml:lang="en">title statement</gloss>
<desc xml:lang="en">Container for title and responsibility meta-data.</desc>
<classes>
<memberOf key="att.common"/>
</classes>
<content>
<zeroOrMore>
<ref name="model.headLike"/>
</zeroOrMore>
<oneOrMore>
<ref name="model.titleLike"/>
</oneOrMore>
<zeroOrMore>
<ref name="model.nameLike.agent"/>
</zeroOrMore>
<zeroOrMore>
<ref name="name"/>
</zeroOrMore>
<zeroOrMore>
<ref name="respStmt"/>
</zeroOrMore>
</content>
<remarks xml:lang="en">
<p>The model of this element is based on the <ref target="https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-titleStmt.html">titleStmt</ref> element of the Text Encoding Initiative (TEI).</p>
</remarks>
</elementSpec>