<xs:simpleType name="ReceivedProductsDayPart" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="NotSpecified" /> <xs:enumeration value="Night" /> <xs:enumeration value="Morning" /> <xs:enumeration value="Afternoon" /> <xs:enumeration value="Evening" /> </xs:restriction> </xs:simpleType>