Definition Type: Element
Name: BathsLegacyTotal
Namespace: http://rets.org/xsd/Properties/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Building.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
String allowing for whatever total of bathrooms existed in legacy systems. Examples may be "three full and one half", 1.2, One and a half, 1.5
Collapse XSD Schema Diagram:
XSD Diagram of BathsLegacyTotal in schema building_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="BathsLegacyTotal" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						String allowing for whatever total of
						bathrooms existed in  legacy systems.
						Examples may be "three full and one half", 
						1.2, One and a half, 1.5
					</xs:documentation>
        <xs:appinfo>
            <retsid>101766</retsid>
            <example>Three full and one half bath</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>