<xsd:simpleType name="BenefitBasicTaxTreatmentType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="PreTax" /> <xsd:enumeration value="PostTax" /> <xsd:enumeration value="PreAndPostTax" /> <xsd:enumeration value="PostAfterPreTaxLimit" /> </xsd:restriction> </xsd:simpleType>