<postCode>

<postCode> (Codice di Avviamento Postale) contiene il codice alfanumerico utilizzato nell'indirizzo postale per semplificare l'ordine e la distribuzione della posta. [3.6.2 Addresses]
Modulo core — Elements Available in All TEI Documents
Attributi
Membro del
Contenuto in
core: address
Può contenere Ammessi soltanto caratteri di testo
Nota

The position and nature of postal codes is highly country-specific; the conventions appropriate to the country concerned should be used.

Esempio
<postCode>HR1 3LR</postCode>
Esempio
<postCode>60142-7</postCode>
Content model
<content>
 <textNode/>
</content>
Dichiarazione
<rng:element name="postCode">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:text/>
</rng:element>
element postCode
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   text
}