Whole document tree
    

Whole document tree

Address

Address

Name

Address -- Real-world address

Content Model

  (#PCDATA | Street | POB | Postcode | City | State | Country
  | Phone | Fax | Email
  | OtherAddr)*

Tag Minimization

Both the start- and end-tags are required for this element.

Description

Real-world address. It contains any number, in any order, of: Street, POB, Postcode, City, State, Country, Phone, Fax, Email, and OtherAddr. It has common attributes and a Linespecific attribute.

Processing Expectations

Address is presented as a block rather than inline; this may be a change in processing expectations for some users.

Children

Address contains these elements: City, Country, Email, Fax, OtherAddr, #PCDATA, POB, Phone, Postcode, State, Street.

In some contexts, additional elements may be allowed by inclusions in parent elements. Similarly, in some contexts, some of these elements may be invalid due to exclusions in parent elements.

Attributes

Format

Line ends and leading white space must be preserved in output.

Examples

<PARA>Contact information for Fig Tree Books is:
<ADDRESS>
<STREET>456 Fig Tree Lane</STREET>
<CITY>Sebastopol</CITY>, <STATE>Calif</STATE> <POSTCODE>95472</POSTCODE>
<COUNTRY>USA</COUNTRY>
<PHONE>888-666-9999</PHONE>
<FAX>888-666-9998</FAX>
<EMAIL>figs@figbooks.com</EMAIL>
<POB>321</POB>
<CITY>Sebastopol</CITY>, <STATE>Calif</STATE> <POSTCODE>95472</POSTCODE>
<OTHERADDR>Second house from the left as you approach from the south</OTHERADDR> 
</ADDRESS>
Note that Address is to be rendered as a block; this may be an
unexpected processing expectation for some users.</PARA>