<postCode>

<postCode> (우편 번호) 우편의 분류 및 배달을 용이하도록 우편 주소의 일부로 사용되는 숫자 또는 문자와 숫자가 혼용된 기호. [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.

<postCode>HR1 3LR</postCode>
<postCode>60142-7</postCode>
Content model
<content>
 <textNode/>
</content>
선언
<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
}