<publicationStmt>
<publicationStmt> (declaración de la publicación) agrupa la información concerniente a la publicación o distribución de un texto electrónico u otro texto. [2.2.4 Publication, Distribution, Licensing, etc. 2.2 The File Description] | |
Módulo | header — The TEI Header |
Atributos | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) |
Contenido en | |
Puede contener | |
Declaración |
element publicationStmt { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, ( ( ( model.publicationStmtPart.agency ), model.publicationStmtPart.detail* )+ | model.pLike+ ) } |
Ejemplo | <publicationStmt> <publisher>C. Muquardt </publisher> <pubPlace>Bruxelles & Leipzig</pubPlace> <date when="1846"/> </publicationStmt> |
Ejemplo | <publicationStmt> <publisher>Chadwyck Healey</publisher> <pubPlace>Cambridge</pubPlace> <availability> <p>Available under licence only</p> </availability> <date when="1992">1992</date> </publicationStmt> |
Nota | Aunque no sea hecho obligatorio por los esquemas, es un requisito para la conformidad de TEI que la información sobre el lugar de publicación, la dirección, el identificador, la disponibilidad, y la fecha de publicación. se dé en ese orden, después del nombre del editor, del distribuidor, o de la autoridad referida |