MISSING-VALUE-STRATEGY

Simple Type Information

Used By

Source

<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>