Definition Type: SimpleType
Name: ManufacturedHousingCategoryEnum
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ManufacturedHousingCategoryEnum in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Manufactured
Enumeration Mobile
Enumeration Modular
Collapse Derivation Tree:
Collapse References:
commons:HousingCategory