<xs:simpleType name="MISSING-VALUE-STRATEGY"> <xs:restriction base="xs:string"> <xs:enumeration value="lastPrediction"/> <xs:enumeration value="nullPrediction"/> <xs:enumeration value="defaultChild"/> <xs:enumeration value="weightedConfidence"/> <xs:enumeration value="aggregateNodes"/> <xs:enumeration value="none"/> </xs:restriction> </xs:simpleType> |