<xs:simpleType name="ImageTypeToReturn" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Both" /> <xs:enumeration value="Image" /> <xs:enumeration value="ThumbnailImage" /> <xs:enumeration value="None" /> </xs:restriction> </xs:simpleType>