Whole document tree
    

Whole document tree

POB

POB

Name

POB -- Post office box number in an 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

Post office box number in an Address. It contains plain text and has common attributes.

Parents

POB occurs in Address.

Children

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