Definition Type: Element
Name: ParkingTypes
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Collection of all the types of parking available for the property.
Collapse XSD Schema Diagram:
Drilldown into ParkingType in schema syndication_xsdXSD Diagram of ParkingTypes in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ParkingTypes" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Collection of all the types of parking available
						for the property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101869</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ParkingType" type="commons:ParkingEnum" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>
									The type of parking.
								</xs:documentation>
                    <xs:appinfo>
                        <retsid>101870</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ParkingType synd:ParkingType 1 unbounded