Definition Type: SimpleType
Name: DocumentStateReasonsWKV
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgWellKnownValues.xsd
Collapse XSD Schema Diagram:
XSD Diagram of DocumentStateReasonsWKV
Collapse XSD Schema Code:
<?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>
Collapse Facets:
Facet Value
Enumeration AbortedBySystem
Enumeration CanceledAtDevice
Enumeration CanceledByOperator
Enumeration CanceledByUser
Enumeration CompletedSuccessfully
Enumeration CompletedWithErrors
Enumeration CompletedWithWarnings
Enumeration CompressionError
Enumeration DocumentAccessError
Enumeration DocumentFormatError
Enumeration DocumentPasswordError
Enumeration DocumentPermissionError
Enumeration DocumentSecurityError
Enumeration DocumentUnprintableError
Enumeration Incoming
Enumeration Interpreting
Enumeration None
Enumeration Outgoing
Enumeration PrinterStopped
Enumeration PrinterStoppedPartly
Enumeration Printing
Enumeration ProcessingToStopPoint
Enumeration ProofPrintWait
Enumeration Queued
Enumeration QueuedForMarker
Enumeration QueuedInDevice
Enumeration ResourcesAreNotReady
Enumeration ResourcesAreNotSupported
Enumeration Scanning
Enumeration Spooling
Enumeration Streaming
Enumeration SubmissionInterupted
Enumeration Transforming
Enumeration UnsupportedCompression
Enumeration UnsupportedDocumentFormat
Enumeration WarningsDetected
MaxLength 255