Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Structure to specify an address location.
| Field | Type | Description |
|---|---|---|
| streetAddress |
xsd:string
|
Street address line 1; null if unknown.
This string must not be empty.
|
| streetAddress2 |
xsd:string
|
Street address line 2; null if unknown.
This string must not be empty.
|
| cityName |
xsd:string
|
Name of the city; null if unknown.
This string must not be empty.
|
| provinceCode |
xsd:string
|
Province or state code; null if unknown.
This string must not be empty.
|
| provinceName |
xsd:string
|
Province or state name; null if unknown.
This string must not be empty.
|
| postalCode |
xsd:string
|
Postal code; null if unknown.
This string must not be empty.
|
| countryCode |
xsd:string
|
Country code; null if unknown. |