<postBox>

<postBox> (우편함 또는 사서함) 주소 이외의 우편 배달 지점을 위한 숫자 또는 다른 확인소를 포함한다. [3.6.2 Addresses]
모듈 core — Elements Available in All TEI Documents
속성
클럽 회원
에 의해 포함된
core: address
포함할 수 있다 문자 자료만 허용
주석

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

<postBox>P.O. Box 280</postBox>
<postBox>Postbus 532</postBox>
Content model
<content>
 <textNode/>
</content>
선언
<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
}