<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.pwg.org/schemas/sm/0.90/" xmlns="http://www.pwg.org/schemas/sm/0.90/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="0.90">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">PWG Processing Default Element schema
Copyright 2002, IEEE Industry Standards and Technology Organization/Printer Working Group. 
All rights reserved</xsd:documentation>
	</xsd:annotation>
	<xsd:annotation>
		<xsd:documentation>NOTE: To use this schema you MUST include PwgSemanticElements.xsd</xsd:documentation>
	</xsd:annotation>
	<xsd:complexType name="ProcessingReady">
		<xsd:sequence>
			<xsd:element name="DocumentProcessingReady" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element ref="FinishingsReady" minOccurs="0"/>
						<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="JobProcessingReady" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element ref="JobFinishingsReady" minOccurs="0"/>
						<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="ProcessingReady" type="ProcessingReady"/>
</xsd:schema>
