Definition Type: ComplexType
Name: ParkingType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: Features.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ParkingSpace in schema features_xsd Drilldown into OpenSpacesTotal in schema features_xsd Drilldown into CoveredSpacesTotal in schema features_xsd Drilldown into ParkingTotal in schema features_xsd Drilldown into HasGarage in schema features_xsd Drilldown into HasParking in schema features_xsdXSD Diagram of ParkingType in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ParkingType">
    <xs:sequence>
        <xs:element name="HasParking" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100186</retsid>
                    <example>true</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="HasGarage" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Flag indicating that there is a garage present.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100187</retsid>
                    <example>true</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ParkingTotal" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Total number of parking spaces including covered,
						uncovered, and garage.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100188</retsid>
                    <example>3</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="CoveredSpacesTotal" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Number of parking spaces inside all permanent
						structures with a roof. May be attached or
						detached to the residence, or located at
						another site.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100189</retsid>
                    <example>0</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="OpenSpacesTotal" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Number of uncovered parking spaces for use
						by residents or visitors. It may be adjacent
						to the property, or at another location,
						such as an outdoor parking lot.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>100190</retsid>
                    <example>1</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ParkingSpace" type="commons:ParkingSpaceType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>100191</retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HasParking commons:HasParking 0 1
HasGarage commons:HasGarage 0 1
ParkingTotal commons:ParkingTotal 0 1
CoveredSpacesTotal commons:CoveredSpacesTotal 0 1
OpenSpacesTotal commons:OpenSpacesTotal 0 1
ParkingSpace commons:ParkingSpace 0 unbounded
Collapse Derivation Tree:
Collapse References:
idxex:Parking, prop:Parking, record:Parking, trans:Parking