Definition Type: ComplexType
Name: ParkingSpaceType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Features.xsd
Abstract
Documentation:
Number of parking spaces in a unit at least the size of a small car or anything large used to park a vehicle or small boat. To be a garage, this unit is walled in from at least three sides, may or may not have a door, and may or may not have water and electricity. SquareFootage and GarageType.
Collapse XSD Schema Diagram:
Drilldown into ParkingSpaceArea in schema features_xsd Drilldown into Description in schema features_xsd Drilldown into RemoteControls in schema features_xsd Drilldown into IsAttached in schema features_xsd Drilldown into ParkingCategory in schema features_xsdXSD Diagram of ParkingSpaceType in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ParkingSpaceType">
    <xs:annotation>
        <xs:documentation>
				Number of parking spaces in a unit at least the size of a
				small car or anything large used to park a vehicle or
				small boat.  To be a garage, this unit is walled in from
				at least three sides,  may or may not have a door, and
				may or may not have water and electricity. SquareFootage
				and GarageType.
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="ParkingCategory" type="commons:ParkingEnum" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						The type of this parking facility.
						Multiple selections are permitted.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100180</retsid>
                    <example>Garage</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="IsAttached" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The parking facility is attached to
						the main building
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100181</retsid>
                    <example>true</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="RemoteControls" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The parking facility is attached to
						the main building
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100182</retsid>
                    <example>3</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						A text description of the garage type
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100183</retsid>
                    <example>two car temperature controlled</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ParkingSpaceArea" type="commons:SecureArea" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The area of the parking space
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100184</retsid>
                    <example>800</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ParkingCategory commons:ParkingCategory 0 unbounded
IsAttached commons:IsAttached 0 1
RemoteControls commons:RemoteControls 0 1
Description commons:Description 0 1
ParkingSpaceArea commons:ParkingSpaceArea 0 1
Collapse Derivation Tree:
Collapse References:
commons:ParkingSpace