<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>
|