**************************************- Swimming pool type can have the following values: Convertible : roof can be opened on an indoor swimming pool Indoor : completely covered Mixed : part is indoor and part is outdoor Outdoor : completely outside Unknown : type is not known **************************************- |
Attribute | LocationSwimmingPoolGroup/@Type |
<xs:simpleType name="LocationSwimmingPoolTypeCodeType"> <xs:annotation> <xs:documentation>**************************************- Swimming pool type can have the following values: Convertible : roof can be opened on an indoor swimming pool Indoor : completely covered Mixed : part is indoor and part is outdoor Outdoor : completely outside Unknown : type is not known **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Convertible"> <xs:annotation> <xs:documentation xml:lang="FR">Avec un toit rétractable</xs:documentation> <xs:documentation xml:lang="EN">Convertible</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Indoor"> <xs:annotation> <xs:documentation xml:lang="FR">Intérieure</xs:documentation> <xs:documentation xml:lang="EN">Indoor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Mixed"> <xs:annotation> <xs:documentation xml:lang="FR">Intérieure / Extérieure</xs:documentation> <xs:documentation xml:lang="EN">Indoor / Outdoor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Outdoor"> <xs:annotation> <xs:documentation xml:lang="FR">Extérieure</xs:documentation> <xs:documentation xml:lang="EN">Outdoor</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="Unknown"> <xs:annotation> <xs:documentation xml:lang="FR">Inconnu</xs:documentation> <xs:documentation xml:lang="EN">Unknown</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |