Definition Type: Element
Name: Location
Namespace: http://rets.org/xsd/Calendar/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Calendar.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Text description of the location of the event
Collapse XSD Schema Diagram:
XSD Diagram of Location in schema calendar_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Location" type="xs:string" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation>
						Text description of the location of the event
					</xs:documentation>
        <xs:appinfo>
						1024 SW Main Street
					</xs:appinfo>
    </xs:annotation>
</xs:element>