<postal-code>

Postal Code

A postal number such as a zip-code or postal code used to address physical mail.

Remarks

This element is typically part of an address. JATS users may choose to tag to this level of granularity or not.

Attributes

content-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

Example


...
<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>
...