<xsd:simpleType name="IndEmploymentStatusType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="Employed" /> <xsd:enumeration value="NotEmployed" /> </xsd:restriction> </xsd:simpleType>