<resp>
<resp> (responsibility) contains a phrase describing the nature of a person's intellectual
responsibility, or an organization's role in the production or distribution of a 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) att.datable (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod))
|
||||||||||
Contained by |
core: respStmt
|
||||||||||
May contain |
core: abbr choice date ellipsis emph foreign gap gloss hi lb mentioned milestone name note noteGrp num pb ptr q ref rs term time title
figures: figure
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||||
Note |
The attribute ref, inherited from the class att.canonical may be used to indicate the kind of responsibility in a normalized form by referring
directly to a standardized list of responsibility types, such as that maintained by
a naming authority, for example the list maintained at http://www.loc.gov/marc/relators/relacode.html for bibliographic usage.
|
||||||||||
Examples |
<respStmt> <resp ref="http://id.loc.gov/vocabulary/relators/com.html">compiler</resp> <name>Edward Child</name> </respStmt> |
||||||||||
Source | Github
<elementSpec module="core" ident="resp"> <gloss>responsibility</gloss> <desc>contains a phrase describing the nature of a person's intellectual responsibility, or an organization's role in the production or distribution of a work.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.canonical"/> <memberOf key="att.datable"/> </classes> <content> <macroRef key="macro.phraseSeq.limited"/> </content> <attList> <attDef ident="calendar" usage="opt" validUntil="2024-11-11"> <desc>indicates one or more systems or calendars to which the date represented by the content of this element belongs.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </elementSpec> |