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