3.1.4.1.4.10 mce:ProbabilityType Simple Type

The ProbabilityType simple type specifies the degree of confidence that the server rule processing engines have identified a matching item. The confidence level has to be a value between 1 and 100.<61>

 <xs:simpleType name="ProbabilityType">
   <xs:restriction base="xs:integer">
     <xs:minInclusive value="1"/>
     <xs:maxInclusive value="100"/>
   </xs:restriction>
 </xs:simpleType>