<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="TemplateTypeWKV">
<xs:restriction base="xs:NMTOKEN">
<xs:maxLength value="255" />
<xs:enumeration value="CopyDocument" />
<xs:enumeration value="CopyJob" />
<xs:enumeration value="EmailInDocument" />
<xs:enumeration value="EmailInJob" />
<xs:enumeration value="EmailOutDocument" />
<xs:enumeration value="EmailOutJob" />
<xs:enumeration value="FaxInDocument" />
<xs:enumeration value="FaxInJob" />
<xs:enumeration value="FaxOutDocument" />
<xs:enumeration value="FaxOutJob" />
<xs:enumeration value="NetFaxInDocument" />
<xs:enumeration value="NetFaxInJob" />
<xs:enumeration value="NetFaxOutDocument" />
<xs:enumeration value="NetFaxOutJob" />
<xs:enumeration value="PrintDocument" />
<xs:enumeration value="PrintJob" />
<xs:enumeration value="ScanDocument" />
<xs:enumeration value="ScanJob" />
<xs:enumeration value="TransformDocument" />
<xs:enumeration value="TransformJob" />
<xs:enumeration value="Vendor" />
</xs:restriction>
<!-- service type (function of this service object) -->
<!-- see WIMS Object Model - section 4 [WIMS-PRO] -->
</xs:simpleType>
|