Definition Type: ComplexType
Name: PoolStyleEnum
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 PoolStyleEnum in schema features_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="PoolStyleEnum">
    <xs:simpleContent>
        <xs:annotation>
            <xs:documentation>
					The enumeration of the styles of swimming pools.
				</xs:documentation>
        </xs:annotation>
        <xs:restriction base="commons:OtherEnumerationDescriptionString">
            <xs:enumeration value="Continuous">
                <xs:annotation>
                    <xs:documentation>
							Also known as continuous lap,
							a short pool with a current that simulates
							a continuous swim.
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101156</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Diving">
                <xs:annotation>
                    <xs:documentation>
							A pool with sufficient depth for diving
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101157</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Free form">
                <xs:annotation>
                    <xs:documentation>
							A pool with curving perimeter
							intended to mimic a natural pool
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101158</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Geometric">
                <xs:annotation>
                    <xs:documentation>
							A pool with a regular geometric shape.
							The most typical form is rectangular.
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101159</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Lap">
                <xs:annotation>
                    <xs:documentation>
							A long narrow pool with sufficient
							length to swim laps
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101160</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Negative Edge">
                <xs:annotation>
                    <xs:documentation>
							A pool with at least one edge
							designed to give the illusion that
							the pool edge extends beyond the
							actual boundary of the pool.
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101161</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Play">
                <xs:annotation>
                    <xs:documentation>
							A shallow pool
						</xs:documentation>
                    <xs:appinfo>
                        <retsid>101162</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Other">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101163</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 Continuous
Enumeration Diving
Enumeration Free form
Enumeration Geometric
Enumeration Lap
Enumeration Negative Edge
Enumeration Play
Enumeration Other
Collapse Derivation Tree:
Collapse References:
commons:PoolStyle