<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>310</postCode>
例子
<postCode>310-51</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
}