<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.pwg.org/schemas/sm/1.0/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.pwg.org/schemas/sm/1.0/" elementFormDefault="qualified" version="1.01">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
   PWG Model
   Copyright 2002-2004, IEEE Industry Standards and Technology Organization/Printer Working Group. 
All rights reserved
  </xsd:documentation>
	</xsd:annotation>
	<xsd:annotation>
		<xsd:documentation>Include the common list of semantic elements and types</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="MediaElements.xsd"/>
	<xsd:include schemaLocation="PwgCommon.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Include the sub-schemas that describe the Printer object</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="PrinterDescription.xsd"/>
	<xsd:include schemaLocation="PrinterStatus.xsd"/>
	<xsd:include schemaLocation="ProcessingDefault.xsd"/>
	<xsd:include schemaLocation="ProcessingSupported.xsd"/>
	<xsd:include schemaLocation="ProcessingReady.xsd"/>
	<xsd:include schemaLocation="Printer.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Include the sub-schemas that describe the Job object</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="JobStatus.xsd"/>
	<xsd:include schemaLocation="JobDescription.xsd"/>
	<xsd:include schemaLocation="JobProcessing.xsd"/>
	<xsd:include schemaLocation="DocumentProcessing.xsd"/>
	<xsd:include schemaLocation="ProcessingActual.xsd"/>
	<xsd:include schemaLocation="Job.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Include the sub-schemas that describe the Document Object (Note: DocumentProcessing.xsd and ProcessingActual.xsd from Job is also used)</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="DocumentDescription.xsd"/>
	<xsd:include schemaLocation="DocumentStatus.xsd"/>
	<xsd:include schemaLocation="Document.xsd"/>
	<xsd:annotation>
		<xsd:documentation>The Objects defined in the PWG Semantic Model</xsd:documentation>
	</xsd:annotation>
	<xsd:complexType name="PwgObjects">
		<xsd:all>
			<xsd:element ref="Printer"/>
			<xsd:element ref="Job"/>
			<xsd:element ref="Document"/>
		</xsd:all>
	</xsd:complexType>
	<xsd:element name="PwgObjects" type="PwgObjects"/>
</xsd:schema>

