Definition Type: Element
Name: NumParkingSpaces
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Indicates the number of parking spaces for the property.
Collapse XSD Schema Diagram:
XSD Diagram of NumParkingSpaces in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="NumParkingSpaces" type="xs:integer" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Indicates the number of parking spaces for the 
						property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101868</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>