<xs:simpleType name="ServiceCategoryCodeType"> <xs:restriction base="xs:string"> <xs:enumeration value="AssistanceForDisabled"/> <xs:enumeration value="BathRobe"/> <xs:enumeration value="BathTowel"/> <xs:enumeration value="BedPreparation"/> <xs:enumeration value="BedSheet"/> <xs:enumeration value="Breakfast"/> <xs:enumeration value="Chauffeur"/> <xs:enumeration value="Cleaning"/> <xs:enumeration value="CleaningKit"/> <xs:enumeration value="HouseKeeping"/> <xs:enumeration value="ToiletPaper"/> <xs:enumeration value="Towel"/> </xs:restriction> </xs:simpleType> |