<postBox>

<postBox> (postal box or post office box) 郵便配達で識別子となる、通り名以外の、数値などを示す。 [3.6.2 Addresses]
モジュール core — Elements Available in All TEI Documents
属性
クラブのメンバー
上位
core: address
下位 文字データのみ
解説

郵便番号の位置づけや性質は、国家に強く依存する。国の事情にあった方 式が採用されるべきである。

<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
}