![]() |
Text Encoding Initiative |
The XML Version of the TEI Guidelines<publicationStmt> |
| <publicationStmt> | (publication statement) groups information concerning the publication or distribution of an electronic or other text. | |
| Attributes | Global attributes only | |
| Example |
<publicationStmt> <publisher>C. Muquardt </publisher> <pubPlace>Bruxelles & Leipzig</pubPlace> <date value="1846"></date> </publicationStmt> |
|
| Example |
<publicationStmt> <publisher>Chadwyck Healey</publisher> <pubPlace>Cambridge</pubPlace> <availability><p>Available under licence only</p></availability> <date value="1992">1992</date> </publicationStmt> |
|
| Note | Although not enforced by the DTD, it is a requirement for TEI conformance that information about publication place, address, identifier, availability, and date be given in that order, following the name of the publisher, distributor, or authority concerned |
|
| Module | Declared in file teihdr2; Core tag sets: enabled when any TEI base is enabled | |
| May contain | addSpan address alt altGrp anchor authority availability cb certainty date delSpan distributor fLib fs fsLib fvLib fw gap idno index interp interpGrp join joinGrp lb link linkGrp milestone p pb pubPlace publisher respons span spanGrp timeline | |
| May occur within | biblFull fileDesc | |
| Declaration |
<!ELEMENT publicationStmt %om.RO;
( ( p, (%m.Incl;)*)+
| ( (publisher | distributor | authority | pubPlace | address | idno
| availability | date ), (%m.Incl;)*)+ )>
<!ATTLIST publicationStmt
%a.global;> |
|
| See further | 5.2.4 Publication, Distribution, etc.; 5.2 The File Description | |
Up: 35 Elements