<xs:simpleType name="checkTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="PERSONAL" /> <xs:enumeration value="BUSINESS" /> <xs:enumeration value="PAYROLL" /> </xs:restriction> </xs:simpleType>