<postCode>

<postCode> (postal code) 郵便の配達や区分けを簡単にするための、郵便の宛名情報の部分となる数値 または文字を含む。 [3.6.2 Addresses]
モジュール core — Elements Available in All TEI Documents
属性
クラブのメンバー
上位
core: address
下位 文字データのみ
解説

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

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