ToleranceType
System Center
Updated: August 10, 2011
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.
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Absolute" />
<xsd:enumeration value="Percentage" />
</xsd:restriction>
</xsd:simpleType>
|
Schema Type |
Inline schema definition. |
|
Library |
System.Performance.Library |
Show: