<editor>

<editor> secondary statement of responsibility for a bibliographic item, for example the name of an individual, institution or organization, (or of several such) acting as editor, compiler, translator, etc. 3.11.2.2 Authors, Titles, and Editors
Modulcore — 3 Elements Available in All TEI Documents
Attribute
rolespecifies the nature of the intellectual responsibility
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Werte semi-open list (examples might include: translator, editor, compiler, illustrator, etc.)
Verwendet von
Kann enthalten
Deklaration

<rng:element name="editor">
<rng:ref name="att.global.attributes"/>
<rng:optional>
 <rng:attribute name="rolea:defaultValue="editor">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element editor
{
   att.global.attributes,
   attribute role { data.enumerated }?,
   macro.phraseSeq
}
Beispiel
<editor>Eric Johnson</editor>
<editor role="illustrator">John Tenniel</editor>