Definition Type: Attribute
Name: isMaster
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: Primitives.xsd
Documentation:
Flag indicating whether a given room is the principle one for room type. Most commonly thought in terms of bedroom and bathroom. Flag may be used on rooms of any type, however. For a master bathroom, there is a door or entranceway between the master bedroom and this bathroom.
Collapse XSD Schema Diagram:
XSD Diagram of isMaster in schema primitives_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="isMaster" type="xs:boolean">
    <xs:annotation>
        <xs:documentation>
				Flag indicating whether a given room is the principle one for room 
				type. Most commonly thought in terms of bedroom and bathroom. Flag 
				may be used on rooms of any type, however. For a master bathroom, 
				there is a door or entranceway between the master bedroom and this
				bathroom.
			</xs:documentation>
        <xs:appinfo>
				false
			</xs:appinfo>
    </xs:annotation>
</xs:attribute>