Definition Type: Element
Name: Name
Namespace: http://rets.org/xsd/Properties/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Properties.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The name of the complex - moved from ManufacturedHousing ParkName
Collapse XSD Schema Diagram:
XSD Diagram of Name in schema properties_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Name" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The name of the complex - moved from
						ManufacturedHousing ParkName
					</xs:documentation>
        <xs:appinfo>
            <retsid>
            </retsid>
            <example>
            </example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>