<xs:simpleType name="PlanOptionType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="MERCHANT_FUNDED" /> <xs:enumeration value="CONSUMER_FUNDED" /> <xs:enumeration value="ANY" /> </xs:restriction> </xs:simpleType>