<editor>

<editor> 서지 항목의 책임에 관한 2차적 진술, 예를 들어, 편집, 번역 등의 작업을 한 편집, 개인, 기관, 또는 기구의 이름 3.11.2.2 Authors, Titles, and Editors
모듈 core — 3 Elements Available in All TEI Documents
전체 속성에 부가
role 지적 책임의 특성을 명시한다.
상태 수의적
자료 유형

<rng:ref name="data.enumerated"/>
data.enumerated
semi-open list (examples might include: translator, editor, compiler, illustrator, etc.)
에 의해 사용된
포함할 수 있다
선언

<rng:element name="editor">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="role" a: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
}
<editor>Eric Johnson</editor>
<editor role="illustrator">John Tenniel</editor>