suburb — A name of a suburb
(#PCDATA)
Name | Type | Default |
---|---|---|
id | ID | None |
The suburb element contains the name of a suburb, as used by a postal service to deliver mail.
suburb may be contained in these elements: address
A string used to uniquely identify a suburb. The suburb may then be referred to by this identifier.
city, prefecture, ward.
Example 12. A New Zealand Address
<address> <street>236 Majoribanks Street</street> <suburb>Mount Victoria</suburb> <city>Wellington</city> <postalCode>6001</postalCode> <country>New Zealand</country> </address>