address.format — controls default formatting of the address element
This parameter controls the formatting of the address element in all output formats.
Possible values include standard (the default), european, and italian.
In the examples below, <street> means the value of XML element <street>, if defined. <suburb | ward> means the value of XML element <suburb>, if defined, otherwise the value of XML element <ward>, otherwise blank.
Formats addresses in North American layout:
<street>
<street2>
<suburb | ward>
<city>, <state | province | county > <zip | postalCode>
<country>
Formats addresses in European layout:
<street>
<street2>
<suburb | ward>
<zip | postalCode> <city>, <state | province | county > <country>
Formats addresses in Italian layout:
<street>
<street2>
<postalCode> <city> (<province>)
<country>
If none of these formats suit your needs, there is the option of entering your address as a single text block, in which case it will be formatted with line breaks intact. For example:
<address>Sr. Héctor García Marizó Reina #35, apt. 4a, e/ Gervasio y Escobar Ciudad de La Habana, CP 11900 CUBA</address>