<surname>

Surname (姓)

人物の姓。

備考

複数の成分からなる氏名を姓 (<surname>) と個人名 (<given-names>) に分割する際は、できるだけ文化的に適切な方法でおこなう必要があります。イニシャルは @initials 属性を使って別に保存することができます。
<surname initials="Q">Llanos De La Torre Quiralte</surname>   
<given-names initials="M">M</given-names>    

<surname initials="U">Usdin</surname>   
<given-names initials="BT">B. Tommie</given-names>

<surname initials="GM" >Gonzalez Martin</surname>   
<given-names initials="J">Josquin</given-names>    

<surname initials="M">McNair</surname>   
<given-names initials="KPC">Kenneth Pritchard Carnu</given-names>    

<surname initials="B">Ben Gurion</surname>   
<given-names initials="D">David</given-names>    

<surname initials="B">Ben-Gurion</surname>   
<given-names initials="D">David</given-names>    

<surname initials="M">de la Mare</surname>   
<given-names initials="WJ">Walter John</given-names>                

<surname initials="D" >Di Iorio</surname>   
<given-names initials="S">Silvio</given-names>

<surname initials="T">Toulouse-Lautrec-Monfa, de</surname>   
<given-names initials="H">Henri Marie Raymond</given-names>

<surname initials="L">Lewis</surname>   
<given-names initials="CS">CS</given-names>

<surname initials="L">Lewis</surname>   
<given-names initials="CS">C.S.</given-names>
推奨用法: 1 語からなる氏名(1 つの部分)を取り扱う統一された方法はありません。姓ではないチベット人、インド人、ビルマ人の 1 語のの名前は <given-names> とタグ付けされることがあります。このような名を姓であるとする必要はありません。ほとんどの西洋化された 1 語の名前 (“Pele”、“Prince”、“Babyface”、“Aztek”) は、<surname> としてタグ付けされていると正しく検索されます。 このタグセットでは、参照文献情報 (<element-citation> および <mixed-citation> 要素) の中で単一の名前を <string-name> でタグ付けすることが許されています。
設計上の注意点: このタグセットでは、<name> 要素は、特定の要素の順序を要求する少ない例の 1 つです。これはインポートにおける変換の際、出版者やアーカイブがリポジトリ中の名前の順序を正規化するためでした。名前は検索上極めて重要だからです。しかし、中には要求された順序どおりでない場合が出てきます。変換対象の名前の部分が不明で、タグ付けされていない場合、または名前が複雑な変換作業が必要なものである場合、たとえば “His Royal Highness The Prince Charles, Prince of Wales and Earl of Chester” のような場合、いくつかの選択肢があります。たとえば、要素 <string-name> が使用可能なら (たとえば参考文献中)、名前全体をここに記述する方法があります。
<string-name>His Royal Highness The Prince Charles,
 Prince of Wales and Earl of Chester </string-name>
<string-name> 要素では、名前の部分だけのタグ付けが許可されているので、“Charles”を <given-names> 要素として、<prefix><suffix> 要素を使って残りの部分をタグ付けすることは可能ですが、そのような例はまれです。
こんなに複雑でない場合、または <string-name> が許されない場合には、全部の名前を <surname> 要素に入れることも可能です。たとえば:
<surname>Prince Charles</surname>

属性

コンテンツ・モデル

<!ELEMENT  surname      (#PCDATA %surname-elements;)*                >

拡張コンテンツ・モデル

(#PCDATA)*

記述方法

ゼロまたは 1 個以上の文字、数字または特殊文字

この要素は以下の要素内に含むことができます:

用例 1

記事メタデータの一部として、著者の姓を記述:
...
<contrib-group>
<contrib contrib-type="author">
<name name-style="western">
<surname>McCrohan</surname>
<given-names>John</given-names>
<prefix>Capt.</prefix>
</name>
</contrib>
<aff>Center for Devices and Radiological Health, Food and 
Drug Administration, Rockville, Maryland 20857</aff>
</contrib-group>
...
...
<contrib-group>
<contrib contrib-type="author">
<name name-style="western">
<surname>Foster</surname>
<given-names>Bill</given-names>
<prefix>Rep.</prefix>
</name>
<role>(IL-14)</role>
</contrib>
</contrib-group>
...

用例 2

記事メタデータの一部として、編集者の姓を記述:
...  
<contrib-group content-type="conference-editors">
<contrib contrib-type="editor">
<name name-style="western">
<surname>Herrera</surname>
<given-names>Gerardo</given-names>
</name>
<role>Conference Editor</role>
</contrib>
</contrib-group>
...

用例 3

著者名の一部として、複数の言語の姓を記述:
...
<contrib contrib-type="author">
<name-alternatives>
<name name-style="eastern" xml:lang="ja-Jpan">
<surname>園田</surname>
<given-names>直子</given-names>
</name>
<name name-style="western" xml:lang="en">
<surname>Sonoda</surname>
<given-names>Naoko</given-names>
</name>
<name name-style="eastern" xml:lang="ja-Kana">
<surname>ソノダ</surname>
<given-names>ナオコ</given-names></name>
</name-alternatives> 
<xref ref-type="aff" rid="aff2">&ast;&ast;</xref>
</contrib>
...
...  
<name-alternatives>
<name name-style="western"><surname>Chu</surname>
<given-names>J. H.</given-names></name>
<string-name name-style="eastern" xml:lang="zh">褚君浩</string-name>
</name-alternatives>
...
...
<article-meta>...
<contrib-group>
<contrib contrib-type="author">
<name-alternatives>
<name name-style="western"><surname>Zhang</surname>
<given-names>Y. P.</given-names>
<string-name name-style="eastern" xml:lang="zh">张轶泼</string-name>
</name-alternatives>
<xref ref-type="aff" rid="a1">1</xref>
<xref ref-type="author-notes" rid="n1">a)</xref>
</contrib>
  
<contrib contrib-type="author">
<name-alternatives>
<name name-style="western"><surname>Isobe</surname>
<given-names>M.</given-names></name>
<string-name name-style="eastern" xml:lang="zh">磯部光孝</string-name>
</name-alternatives>
<xref ref-type="aff" rid="a2">2</xref>
</contrib>
  
<contrib contrib-type="author">
<name-alternatives>
<name name-style="western"><surname>Liu</surname>
<given-names>Yi</given-names></name>
<string-name name-style="eastern" xml:lang="zh">刘仪</string-name>
</name-alternatives>
<xref ref-type="aff" rid="a1">1</xref>
</contrib>
</contrib-group>
<aff id="a1">...</aff>
<aff id="a2">...</aff>
<author-notes id="n1">...</author-notes>
...</article-meta>
...

用例 4

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Llanos De La Torre Quiralte</surname>
<given-names>M</given-names></name>
<name><surname>Garijo Ayestaran</surname>
<given-names>M</given-names></name>
<name><surname>Poch Olive</surname>
<given-names>ML</given-names></name>
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>
<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>
<source>An Esp Pediatr</source>
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>
<volume>55</volume>
<issue>5</issue>
<fpage>413</fpage>
<lpage>420</lpage>
<comment>Figura 3, Tendencia de mortalidad infantil
[Figure 3, Trends in infant mortality]; p. 418.
Spanish</comment>
</element-citation>
</ref>
...

用例 5

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Llanos De La Torre Quiralte</surname>,
<given-names>M</given-names></string-name>,
<string-name><surname>Garijo Ayestaran</surname>,
<given-names>M</given-names></string-name>,
<string-name><surname>Poch Olive</surname>,
<given-names>ML</given-names></string-name>.
<article-title xml:lang="es">Evolucion de la mortalidad
infantil de La Rioja (1980-1998)</article-title>.
[<trans-title xml:lang="en">Evolution of the infant
mortality rate in la Rioja in Spain
(1980-1998)</trans-title>]. <source>An Esp Pediatr</source>.
<year iso-8601-date="2001-11">2001</year>
<month>Nov</month>;<volume>55</volume>(<issue>5</issue>):
<fpage>413</fpage>&ndash;<lpage>420</lpage>. Figura 3, Tendencia
de mortalidad infantil [Figure 3, Trends in infant
mortality]; p. 418. Spanish.</mixed-citation>
</ref>
...

用例 6

<surname> 要素は <string-name> の中で、あるいは、<name> の中で用いることができる:
...  
<string-name name-style="western">
<given-names>Y.</given-names> <surname>Song</surname>
</string-name>
...

用例 7

製品情報の説明の中で:
...  
<product>
<source>Image-Guided Radiation Therapy in Lymphoma Management. 
The Increasing Role of Functional Imaging.</source>
<name name-style="western"><surname>Macklis</surname>
<given-names>R. M.</given-names></name>
<name name-style="western"><surname>Conti</surname>
<given-names>P. S.</given-names></name>
<publisher-name>Informa Healthcare</publisher-name>, 
Essex, United Kingdom, 2010, Price: <price>$324.00</price>. 
ISBN: <isbn>9781420058741</isbn>, 80 p. (hardcover)
</product>
...