<postBox>

<postBox> (buzón) contiene un número u otro identificador para algún punto de entrega postal distinto a una dirección postal. [3.6.2 Addresses]
Módulocore — Elements Available in All TEI Documents
Atributosatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
Miembro de
Contenido en
core: address
Puede contenerSólo datos de caracteres
Nota

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

Ejemplo
<postBox>P.O. Box 280</postBox>
Ejemplo
<postBox>Postbus 532</postBox>
Content model
<content>
 <textNode/>
</content>
Declaración
<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
}