<xs:simpleType name="EmploymentType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="fulltime" /> <xs:enumeration value="parttime" /> <xs:enumeration value="contractor" /> <xs:enumeration value="student" /> <xs:enumeration value="retired" /> <xs:enumeration value="unemployed" /> <xs:enumeration value="other" /> </xs:restriction> </xs:simpleType>