Non-Latin author names

Capture non-latin versions of contributor names in a separate <name> element child of <contrib>.

The <name> element must have a content-type attribute with the value non-latin-no-space and a @name-style attribute with the value of eastern.

Example

<contrib contrib-type="author">
  <name name-style="western">
    <surname>Dawen</surname>
    <given-names>Chen</given-names>
  </name>
  <name content-type="non-latin-no-space" name-style="eastern">
    <surname></surname>
    <given-names>大文</given-names>
  </name>
  <xref ref-type="aff" rid="affiliation01">1</xref>
</contrib>