<postal-code>
Postal Code (郵便番号)
郵便配達先に用いるジップ・コードなどの郵便番号。
備考
この要素は通常、アドレスの一部です。 JATS ユーザーは、このレベルの細かさにタグを付けるかどうかを選択できます。
拡張コンテンツ・モデル
(#PCDATA)*
記述方法
ゼロまたは 1 個以上の文字、数字または特殊文字
この要素は以下の要素内に含むことができます:
用例
...
<address>
<institution>Settles-Young Research Corporation</institution>
<addr-line>283 Hawthorne Drive</addr-line>
<addr-line>Suite 310</addr-line>
<addr-line><city>Lexington</city>, <state>KY</state>
<postal-code>40503</postal-code></addr-line>
<country>USA</country>
<phone>(859) 273-8543</phone>
<fax>(859) 299-4683</fax>
<email>lsy@settles-young.com</email>
<uri>http://www.settles-young.com</uri>
</address>
...