Definition Type: Element
Name: ServiceSpecificDocumentStatus
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: DocumentTypes.xsd
Abstract
Documentation:
Example
Collapse XSD Schema Diagram:
Drilldown into SheetsCompletedCopyNumber Drilldown into ServiceUri Drilldown into ServiceSpecificCounters Drilldown into OutputDeviceAssigned Drilldown into MediaSheetsCompleted Drilldown into ImpressionsCompletedCurrentCopy Drilldown into DocumentFormatVersionDetected Drilldown into DocumentFormatDetected Drilldown into DocumentFormatDetailsDetected Drilldown into CurrentPageOrderXSD Diagram of ServiceSpecificDocumentStatus
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ServiceSpecificDocumentStatus">
    <xs:annotation>
        <xs:documentation>Example</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CurrentPageOrder" minOccurs="0" />
            <xs:element ref="DocumentFormatDetailsDetected" minOccurs="0" />
            <xs:element ref="DocumentFormatDetected" minOccurs="0" />
            <xs:element ref="DocumentFormatVersionDetected" minOccurs="0" />
            <xs:element ref="ImpressionsCompletedCurrentCopy" minOccurs="0" />
            <xs:element ref="MediaSheetsCompleted" minOccurs="0" />
            <xs:element ref="OutputDeviceAssigned" minOccurs="0" />
            <xs:element name="ServiceSpecificCounters" minOccurs="0" />
            <xs:element ref="ServiceUri" minOccurs="0" />
            <xs:element ref="SheetsCompletedCopyNumber" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CurrentPageOrder pwg:CurrentPageOrder 0 (1)
DocumentFormatDetailsDetected pwg:DocumentFormatDetailsDetected 0 (1)
DocumentFormatDetected pwg:DocumentFormatDetected 0 (1)
DocumentFormatVersionDetected pwg:DocumentFormatVersionDetected 0 (1)
ImpressionsCompletedCurrentCopy pwg:ImpressionsCompletedCurrentCopy 0 (1)
MediaSheetsCompleted pwg:MediaSheetsCompleted 0 (1)
OutputDeviceAssigned pwg:OutputDeviceAssigned 0 (1)
ServiceSpecificCounters pwg:ServiceSpecificCounters 0 (1)
ServiceUri pwg:ServiceUri 0 (1)
SheetsCompletedCopyNumber pwg:SheetsCompletedCopyNumber 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded