Definition Type: SimpleType
Name: DeviceTypeWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of DeviceTypeWKV
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="DeviceTypeWKV">
    <xs:restriction base="xs:NMTOKEN">
        <xs:maxLength value="255" />
        <xs:enumeration value="Copy" />
        <xs:enumeration value="Email" />
        <xs:enumeration value="Fax" />
        <xs:enumeration value="NetFax" />
        <xs:enumeration value="Print" />
        <xs:enumeration value="Scan" />
        <xs:enumeration value="Transform" />
        <xs:enumeration value="Vendor" />
    </xs:restriction>
    <!-- WIMS device type (function of this device object) -->
    <!-- see WIMS Object Model - section 4 [WIMS-PRO] -->
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration Copy
Enumeration Email
Enumeration Fax
Enumeration NetFax
Enumeration Print
Enumeration Scan
Enumeration Transform
Enumeration Vendor
MaxLength 255