propertyAddress

The propertyAddress element is an optional child of the lodgingInfo element. It contains child elements that define name and location information about the property.

 

Parent Elements:

lodgingInfo

 

Attributes:

None

 

Child Elements: (all optional)

name, city, region, country

 

Example:  propertyAddress Structure

<propertyAddress>

  <name>Lodging Property Name</name>

  <city>City</city>

  <region>Region Code</region>

  <country>Country Code</country>

</propertyAddress>