<xs:complexType name="BasementCategoryEnum">
<xs:annotation>
<xs:documentation>
The basement category.
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="commons:OtherEnumerationDescriptionString">
<xs:enumeration value="Crawlspace-Barrier">
<xs:annotation>
<xs:documentation>
A floor space that has less than the
locally defined minimum height for
a room with an earth floor covered by a
barrier system to minimize allergic reactions.
See also Crawlspace for further definition.
</xs:documentation>
<xs:appinfo>
<retsid>101708</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Cellar">
<xs:annotation>
<xs:documentation>
An unfinished space which may have earth or
non-foundation walls. It may also include
spaces that are accessed only via external
entrances. It is typically unheated.
</xs:documentation>
<xs:appinfo>
<retsid>101709</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Crawlspace">
<xs:annotation>
<xs:documentation>
A floor space that has less than the
locally defined minimum height for
a room. Typically, this space has much
less than this minimum height and may
have insufficient height for a human to
enter the space.
</xs:documentation>
<xs:appinfo>
<retsid>101710</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Full">
<xs:annotation>
<xs:documentation>
A below-grade space extending under
the main footprint of the structure
</xs:documentation>
<xs:appinfo>
<retsid>101711</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Partial">
<xs:annotation>
<xs:documentation>
A below-grade space extending under
a portion of the main footprint of the
structure.
</xs:documentation>
<xs:appinfo>
<retsid>101712</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Crawlspace-Partial">
<xs:annotation>
<xs:documentation>
A floor space that has less than the
locally defined minimum height for
a room. Typically, this space has much
less than this minimum height and may
have insufficient height for a human to
enter the space. This will only extend
for a portion of the footprint of the
structure.
</xs:documentation>
<xs:appinfo>
<retsid>101713</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Walk-out-Partial">
<xs:annotation>
<xs:documentation>
A basement where one or more sides
of the basement are at grade, typically
caused because the structure is on a sloping
site. This type may also be known as a
daylight basement. This will extend over
only a portion of the footprint of the structure.
</xs:documentation>
<xs:appinfo>
<retsid>101714</retsid>
<synonym>daylight</synonym>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Walk-out">
<xs:annotation>
<xs:documentation>
A basement where one or more sides
of the basement are at grade, typically
caused because the structure is on a sloping
site. This type may also be known as a
daylight basement.
</xs:documentation>
<xs:appinfo>
<retsid>101715</retsid>
<synonym>daylight</synonym>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101716</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
</xs:documentation>
<xs:appinfo>
<retsid>101717</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|