<xs:simpleType name="ReceiptsType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="SaleReceipt" /> <xs:enumeration value="EftReceipt" /> <xs:enumeration value="Both" /> <xs:enumeration value="NotSpecified" /> </xs:restriction> </xs:simpleType>