Address ::= (#PCDATA|Honorific|FirstName|Surname|Lineage|OtherName| Affiliation|AuthorBlurb|Contrib|Street|POB|Postcode|City|State| Country|Phone|Fax|Email|OtherAddr)*
Name | Type | Default |
Format | Enumerated notation: linespecific | "linespecific" |
Both the start- and end-tags are required for this element.
An address is generally a postal address, although it does contain elements for FAX and Email addresses as well as the catch-all OtherAddr.
The linespecific notation on the Format attribute makes line breaks and other spaces significant in an Address.
Formatted as a displayed block. This element is displayed "verbatim"; whitespace and linebreaks within this element are significant.
These elements contain Address: Affiliation, Answer, Appendix, ArtHeader, Article, BiblioDiv, BiblioEntry, Bibliography, BiblioMixed, BiblioMSet, BiblioSet, BlockQuote, BookBiblio, BookInfo, Callout, Caution, Chapter, ConfGroup, DocInfo, Example, Figure, Footnote, Glossary, GlossDef, GlossDiv, Important, Index, IndexDiv, InformalExample, InformalFigure, ListItem, MsgExplan, MsgText, Note, ObjectInfo, Para, PartIntro, Preface, Procedure, Publisher, QandADiv, QandASet, Question, RefSect1, RefSect1Info, RefSect2, RefSect2Info, RefSect3, RefSect3Info, RefSynopsisDiv, RefSynopsisDivInfo, Sect1, Sect1Info, Sect2, Sect2Info, Sect3, Sect3Info, Sect4, Sect4Info, Sect5, Sect5Info, Section, SectionInfo, SeriesInfo, SetIndex, SetInfo, Sidebar, SimpleSect, Step, Tip, Warning.
The Format attribute applies the linespecific notation to all Addresses. All white space and line breaks must be preserved.
<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook V3.1//EN"> <para> An example of a postal mail address in the United States is: <address> John and Jane Doe <street>100 Main Street</street> <city>Anytown</city>, <state>NY</state> <postcode>12345</postcode> <country>USA</country> </address> </para>
An example of a postal mail address in the United States is:
John and Jane Doe
100 Main Street
Anytown, NY 12345
USA
For additional examples, see also BookInfo, ConfGroup, Publisher.
Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.