Different structure for describing same thing

<Document>
  <authoredBy>Michael</authoredBy>
</Document>

<Document>
  <author name="Michael" />
</Document>

<Person>
  <name>Michael</name>
  <authored>
    <Document />
  </authored>
</Person>