<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="MarkerSupplyCapacityUnitWKV">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Other" />
<xs:enumeration value="Unknown" />
<xs:enumeration value="TenThousandthsOfInches" />
<xs:enumeration value="Micrometers" />
<xs:enumeration value="Impressions" />
<xs:enumeration value="Sheets" />
<xs:enumeration value="Hours" />
<xs:enumeration value="ThousandthsOfOunces" />
<xs:enumeration value="TenthsOfGrams" />
<xs:enumeration value="HundrethsOfFluidOunces" />
<xs:enumeration value="TenthsOfMilliliters" />
<xs:enumeration value="Feet" />
<xs:enumeration value="Meters" />
<xs:enumeration value="Items" />
<xs:enumeration value="Percent" />
</xs:restriction>
<!-- marker supply capacity/level unit -->
<!-- see PrtMarkerSuppliesSupplyUnitTC in [RFC3805] -->
</xs:simpleType>
|