<address>
| <address> 住所情報.例えば,出版者,組織,個人などの住所. 3.5.2 Addresses 2.2.4 Publication, Distribution, etc. 3.11.2.3 Imprint, Pagination, and Other Details | |
| モジュール | core — 3 Elements Available in All TEI Documents |
| 属性 | |
| 当該モジュールを使用するもの | model.addressLike model.publicationStmtPart |
| 下位 | |
| 宣言 | element address { att.global.attributes, ( model.global*, ( ( model.addrPart ), model.global* )+ ) } |
| 例 | <address> <street>via Marsala 24</street> <postCode>40126</postCode> <name>Bologna</name> <name n="I">Italy</name> </address> |
| 例 | <address> <addrLine>Computing Center, MC 135</addrLine> <addrLine>P.O. Box 6998</addrLine> <addrLine>Chicago, IL 60680</addrLine> <addrLine>USA</addrLine> </address> |
| 解説 | This element should be used for postal
addresses only. Within it, the generic element <addrLine>
may be used as an alternative to any of the more specialized
elements available from the model.addrPart class, such as
<street>, <postCode> etc. |
