<?xml version="1.0" encoding="utf-16"?>
<xs:simpleType name="DocumentStateReasonsWKV">
<xs:restriction base="xs:NMTOKEN">
<xs:maxLength value="255" />
<xs:enumeration value="AbortedBySystem" />
<xs:enumeration value="CanceledAtDevice" />
<xs:enumeration value="CanceledByOperator" />
<xs:enumeration value="CanceledByUser" />
<xs:enumeration value="CompletedSuccessfully" />
<xs:enumeration value="CompletedWithErrors" />
<xs:enumeration value="CompletedWithWarnings" />
<xs:enumeration value="CompressionError" />
<xs:enumeration value="DocumentAccessError" />
<xs:enumeration value="DocumentFormatError" />
<xs:enumeration value="DocumentPasswordError" />
<xs:enumeration value="DocumentPermissionError" />
<xs:enumeration value="DocumentSecurityError" />
<xs:enumeration value="DocumentUnprintableError" />
<xs:enumeration value="Incoming" />
<xs:enumeration value="Interpreting" />
<xs:enumeration value="None" />
<xs:enumeration value="Outgoing" />
<xs:enumeration value="PrinterStopped" />
<xs:enumeration value="PrinterStoppedPartly" />
<xs:enumeration value="Printing" />
<xs:enumeration value="ProcessingToStopPoint" />
<xs:enumeration value="ProofPrintWait" />
<xs:enumeration value="Queued" />
<xs:enumeration value="QueuedForMarker" />
<xs:enumeration value="QueuedInDevice" />
<xs:enumeration value="ResourcesAreNotReady" />
<xs:enumeration value="ResourcesAreNotSupported" />
<xs:enumeration value="Scanning" />
<xs:enumeration value="Spooling" />
<xs:enumeration value="Streaming" />
<xs:enumeration value="SubmissionInterupted" />
<xs:enumeration value="Transforming" />
<xs:enumeration value="UnsupportedCompression" />
<xs:enumeration value="UnsupportedDocumentFormat" />
<xs:enumeration value="WarningsDetected" />
</xs:restriction>
</xs:simpleType>
|