<xs:simpleType name="EquipmentOutdoorCodeType">
<xs:annotation>
<xs:documentation>xxxAll the codes should be validated</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ArmChair"/>
<xs:enumeration value="Barbecue"/>
<xs:enumeration value="Chair"/>
<xs:enumeration value="Charcoal"/>
<xs:enumeration value="DeckChair"/>
<xs:enumeration value="GardenFurniture"/>
<xs:enumeration value="Parasol"/>
<xs:enumeration value="RockingChair"/>
<xs:enumeration value="Shade"/>
<xs:enumeration value="SunBath"/>
<xs:enumeration value="Table"/>
</xs:restriction>
</xs:simpleType> |