Definition Type: Element
Name: BathsTotal
Namespace: http://rets.org/xsd/Properties/2007-08
Type: commons:boundedCardinalInteger
Containing Schema: Building.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The total number of rooms that are bathrooms. Includes half, quarter, three-quarter, full.
Collapse XSD Schema Diagram:
XSD Diagram of BathsTotal in schema building_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="BathsTotal" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The total number of rooms that are bathrooms. Includes half, 
						quarter, three-quarter, full. 
					</xs:documentation>
        <xs:appinfo>
            <retsid>101765</retsid>
            <example>4</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: