<postBox>

<postBox> (Postfach) enthält eine Nummer oder eine andere Kennung für eine Postanschrift, bei der es sich nicht um eine Straßenadresse handelt. [3.6.2 Addresses]
Modul core — Elements Available in All TEI Documents
Attribute
Mitglied des
Enthalten in
core: address
Kann enthalten Nur Zeichen
Anmerkung

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

Beispiel
<postBox>P.O. Box 280</postBox>
Beispiel
<postBox>Postbus 532</postBox>
Content model
<content>
 <textNode/>
</content>
Schema Deklaration
<rng:element name="postBox">
 <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 postBox
{
   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
}