Definition Type: ComplexType
Name: UnitType
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Properties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Rooms in schema properties_xsd Drilldown into FloorPlanName in schema properties_xsd Drilldown into FloorOrLevel in schema properties_xsdXSD Diagram of UnitType in schema properties_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="UnitType">
    <xs:sequence>
        <xs:element name="FloorOrLevel" type="xs:string" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="FloorPlanName" type="xs:string" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
						The floor plan name of the unit
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Rooms" type="prop:RoomsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The rooms of the unit
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FloorOrLevel prop:FloorOrLevel 0 (1)
FloorPlanName prop:FloorPlanName 0 (1)
Rooms prop:Rooms 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:Unit