Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager 2007 R2
ToleranceType simple data type is an enumeration used to determine how a tolerance parameter in a module type is to be specified.
Schema Definition
<xsd:simpleType>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Absolute" />
    <xsd:enumeration value="Percentage" />
  </xsd:restriction>
</xsd:simpleType>
Remarks
Information
| Schema Type | Inline schema definition. | 
| Library | System.Performance.Library |