Definition Type: Element
Name: PartialBathrooms
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
A total count for all the partial bathrooms on the property. Partial bath includes one quarter, one half, three quarter baths.
Collapse XSD Schema Diagram:
XSD Diagram of PartialBathrooms in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="PartialBathrooms" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						A total count for all the partial bathrooms on the property. Partial bath
						includes one quarter, one half, three quarter baths.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101958</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>