xxxAll the codes should be validated | 
                           
<xs:simpleType name="EquipmentKitchenCodeType"> <xs:annotation> <xs:documentation>xxxAll the codes should be validated</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="DishWasher"/> <xs:enumeration value="Freezer"/> <xs:enumeration value="Fridge"/> <xs:enumeration value="Hood"/> <xs:enumeration value="Oven"/> <xs:enumeration value="Sink"/> <xs:enumeration value="Stove"/> </xs:restriction> </xs:simpleType>  |