Definition Type: ComplexType
Name: FirePlaceFuelEnum
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:OtherEnumerationDescriptionString
Containing Schema: Features.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsdXSD Diagram of FirePlaceFuelEnum in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="FirePlaceFuelEnum">
    <xs:simpleContent>
        <xs:annotation>
            <xs:documentation>
					The enumeration of fire place fuels.
				</xs:documentation>
        </xs:annotation>
        <xs:restriction base="commons:OtherEnumerationDescriptionString">
            <xs:enumeration value="Electric">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101171</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Gas">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101172</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Wood">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101173</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Unknown">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101290</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Other">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101174</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Facets:
Facet Value
Enumeration Electric
Enumeration Gas
Enumeration Wood
Enumeration Unknown
Enumeration Other
Collapse Derivation Tree:
Collapse References:
commons:FirePlaceFuel