<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>廣州郵局第280號信箱</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
}