<xs:complexType name="ParkingSpaceType">
<xs:annotation>
<xs:documentation>
Number of parking spaces in a unit at least the size of a
small car or anything large used to park a vehicle or
small boat. To be a garage, this unit is walled in from
at least three sides, may or may not have a door, and
may or may not have water and electricity. SquareFootage
and GarageType.
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ParkingCategory" type="commons:ParkingEnum" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
The type of this parking facility.
Multiple selections are permitted.
</xs:documentation>
<xs:appinfo>
<retsid>100180</retsid>
<example>Garage</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="IsAttached" type="commons:nullable-boolean" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The parking facility is attached to
the main building
</xs:documentation>
<xs:appinfo>
<retsid>100181</retsid>
<example>true</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="RemoteControls" type="commons:boundedCardinalInteger" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The parking facility is attached to
the main building
</xs:documentation>
<xs:appinfo>
<retsid>100182</retsid>
<example>3</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
A text description of the garage type
</xs:documentation>
<xs:appinfo>
<retsid>100183</retsid>
<example>two car temperature controlled</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="ParkingSpaceArea" type="commons:SecureArea" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>
The area of the parking space
</xs:documentation>
<xs:appinfo>
<retsid>100184</retsid>
<example>800</example>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|