<xs:simpleType name="REGRESSIONNORMALIZATIONMETHOD"> <xs:restriction base="xs:string"> <xs:enumeration value="none"/> <xs:enumeration value="simplemax"/> <xs:enumeration value="softmax"/> <xs:enumeration value="logit"/> <xs:enumeration value="probit"/> <xs:enumeration value="cloglog"/> <xs:enumeration value="exp"/> <xs:enumeration value="loglog"/> <xs:enumeration value="cauchit"/> </xs:restriction> </xs:simpleType> |