Definition Type: ComplexType
Name: ManufacturedHousingType
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Containing Schema: RETSCommons.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SpaceRent in schema retscommons_xsd Drilldown into License in schema retscommons_xsd Drilldown into Dimensions in schema retscommons_xsd Drilldown into ManufacturingDate in schema retscommons_xsd Drilldown into Make in schema retscommons_xsd Drilldown into Model in schema retscommons_xsd Drilldown into ManufacturerName in schema retscommons_xsd Drilldown into HousingCategory in schema retscommons_xsd Drilldown into IsFullyInsulated in schema retscommons_xsdXSD Diagram of ManufacturedHousingType in schema retscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ManufacturedHousingType">
    <xs:sequence>
        <xs:element name="IsFullyInsulated" type="xs:boolean" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The manufactured home is sufficiently insulated
						to be occupied year-round.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="HousingCategory" type="commons:ManufacturedHousingCategoryEnum" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						An enumeration of the category that this structure belongs
						to.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ManufacturerName" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Covers housing built off-site and either
						transported to the site by trailer or
						own axle.
						
						The housing may be permanently attached to the
						site or may retain transportability.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Model" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Make" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="ManufacturingDate" type="commons:SecureDateTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Dimensions" type="commons:PlanarDimensionsType" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="License" type="commons:LicenseType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>
                    </example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SpaceRent" type="commons:SecureDecimal" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
        </xs:any>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IsFullyInsulated commons:IsFullyInsulated 0 1
HousingCategory commons:HousingCategory 0 1
ManufacturerName commons:ManufacturerName 0 1
Model commons:Model 0 1
Make commons:Make 0 1
ManufacturingDate commons:ManufacturingDate 0 1
Dimensions commons:Dimensions 0 1
License commons:License 0 unbounded
SpaceRent commons:SpaceRent 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
prop:ManufacturedHousing