<xs:simpleType name="ManufacturedHousingCategoryEnum">
<xs:restriction base="xs:token">
<xs:enumeration value="Manufactured">
<xs:annotation>
<xs:documentation>
The structure meets federal building codes but not
local building codes,
</xs:documentation>
<xs:appinfo>
<retsid>101438</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Mobile">
<xs:annotation>
<xs:documentation>
The structure retains axles and
was built before 1976
</xs:documentation>
<xs:appinfo>
<retsid>101439</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Modular">
<xs:annotation>
<xs:documentation>
The structure does not retain axles, may be permanently
attached to the site, should qualify for a real property
mortgage and meets local building codes.
</xs:documentation>
<xs:appinfo>
<retsid>101440</retsid>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|