<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="PrintJobElementNamesWKV">
<xs:restriction base="xs:string">
<xs:maxLength value="255" />
<xs:whiteSpace value="preserve" />
<xs:enumeration value="PrintJobReceipt" />
<xs:enumeration value="PrintJobStatus" />
<xs:enumeration value="PrintJobTicket" />
<xs:enumeration value="PrintJobCounters" />
</xs:restriction>
</xs:simpleType>
|