Definition Type: Element
Name: ParkingTotal
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:boundedCardinalInteger
Containing Schema: Features.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Total number of parking spaces including covered, uncovered, and garage.
Collapse XSD Schema Diagram:
XSD Diagram of ParkingTotal in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Derivation Tree: