22.6.2.4 Author

This element specifies the contributors to the source. [Example:

<b:Author>
  <b:Author>
    <b:NameList>
      <b:Person>
        <b:Last>Rothschiller</b:Last>
        <b:First>Chad</b:First>
      </b:Person>
    </b:NameList>
  </b:Author>
  <b:Editor>
    <b:NameList>
      <b:Person>
        <b:Last>Jaeschke</b:Last>
        <b:First>Rex</b:First>
      </b:Person>
    </b:NameList>
  </b:Editor>
  <b:Translator>
    <b:NameList>
      <b:Person>
        <b:Last>Davis</b:Last>
        <b:First>Tristan</b:First>
      </b:Person>
    </b:NameList>
  </b:Translator>
</b:Author>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_AuthorType) is located in A.6.6. end note]

Last updated on