<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>
|