Definition Type: ComplexType
Name: UnitsType
Namespace: http://rets.org/xsd/Properties/2007-08
Containing Schema: Properties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Unit in schema properties_xsd Drilldown into Entry in schema properties_xsd Drilldown into InteriorDetails in schema properties_xsd Drilldown into UnitsTotal in schema properties_xsdXSD Diagram of UnitsType in schema properties_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="UnitsType">
    <xs:sequence>
        <xs:element name="UnitsTotal" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The number of rooms in the dwelling.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>21</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="InteriorDetails" type="commons:InteriorDetailType" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Entry" type="commons:EntryEnum" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Unit" type="prop:UnitType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </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
UnitsTotal prop:UnitsTotal 0 1
InteriorDetails prop:InteriorDetails 0 (1)
Entry prop:Entry 0 1
Unit prop:Unit 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:Units