<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="ObjectCounterBasisWKV">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Other" />
<xs:enumeration value="Unknown" />
<xs:enumeration value="NotEmpty" />
<xs:enumeration value="Actual" />
<!-- unrestricted or infinite counter or gauge value -->
<!-- not instrumented counter or gauge value -->
<!-- not empty gauge value (i.e., at least one) -->
<!-- actual counter or gauge value -->
</xs:restriction>
<!-- object counter/gauge basis (i.e., accuracy) -->
<!-- see prtInputCurrentLevel in [RFC3805] -->
</xs:simpleType>
|