<respStmt>
<respStmt> (statement of responsibility) supplies a statement of responsibility for the intellectual
content of a text, edition, recording, or series, where the specialized elements for
authors, editors, etc. do not suffice or do not apply. May also be used to encode
information about individuals or organizations which have played a role in the production
or distribution of a bibliographic work. [3.12.2.2. Titles, Authors, and Editors 2.2.1. The Title Statement 2.2.2. The Edition Statement 2.2.5. The Series Statement]
Module | core |
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.canonical (ref) |
Member of | |
Contained by | |
May contain | |
Examples |
<respStmt> <resp>transcribed from original ms</resp> <persName>Claus Huitfeldt</persName> </respStmt> <respStmt> <resp>converted to XML encoding</resp> <name>Alan Morrison</name> </respStmt> |
Source | Github
<elementSpec module="core" ident="respStmt"> <gloss>statement of responsibility</gloss> <desc>supplies a statement of responsibility for the intellectual content of a text, edition, recording, or series, where the specialized elements for authors, editors, etc. do not suffice or do not apply. May also be used to encode information about individuals or organizations which have played a role in the production or distribution of a bibliographic work.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.canonical"/> <memberOf key="model.respLike"/> </classes> <content> <sequence> <alternate> <sequence> <elementRef key="resp" minOccurs="1" maxOccurs="unbounded"/> <classRef key="model.nameLike.agent" minOccurs="1" maxOccurs="unbounded"/> </sequence> <sequence> <classRef key="model.nameLike.agent" minOccurs="1" maxOccurs="unbounded"/> <elementRef key="resp" minOccurs="1" maxOccurs="unbounded"/> </sequence> </alternate> <elementRef key="note" minOccurs="0" maxOccurs="unbounded"/> </sequence> </content> </elementSpec> |