Definition Type: Element
Name: Rooms
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into BathsTotalLegacy in schema transactions_xsd Drilldown into BathsTotal in schema transactions_xsd Drilldown into BedsTotal in schema transactions_xsd Drilldown into RoomsTotal in schema transactions_xsdXSD Diagram of Rooms in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Rooms" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="BedsTotal" type="commons:boundedCardinalInteger" minOccurs="0" />
            <xs:element name="BathsTotal" type="commons:boundedCardinalInteger" minOccurs="0" />
            <xs:element name="BathsTotalLegacy" type="xs:string" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="RoomsTotal" type="commons:boundedCardinalInteger" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BedsTotal trans:BedsTotal 0 (1)
BathsTotal trans:BathsTotal 0 (1)
BathsTotalLegacy trans:BathsTotalLegacy 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
RoomsTotal trans:RoomsTotal (Optional)