Whole document tree
    

Whole document tree

OtherAddr

OtherAddr

Name

OtherAddr -- Uncategorized information in Address

Content Model

  (#PCDATA | Emphasis | Trademark | Replaceable | Comment
  | Subscript | Superscript
  | InlineGraphic)+

Attributes

This element has common and Role attributes.

Tag Minimization

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

Description

Uncategorized information in Address; an escape hatch for information that doesn't fit in any other element. It has common attributes.

Parents

OtherAddr occurs in Address.

Children

OtherAddr contains these elements: Comment, Emphasis, InlineGraphic, #PCDATA, Replaceable, Subscript, Superscript, Trademark.

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>