<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.pwg.org/schemas/sm/latest/" xmlns="http://www.pwg.org/schemas/sm/latest/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="0.98">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
   PWG Model
   Copyright 2002-2003, IEEE Industry Standards and Technology Organization/Printer Working Group. 
All rights reserved
  </xsd:documentation>
	</xsd:annotation>
	<xsd:annotation>
		<xsd:documentation>Include the master list of semantic elements with included media elements and the well known values for some of the elements</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/PwgCommon.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/MediaElements.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Include the sub-schemas that describe the Printer object</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/PrinterDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/PrinterStatus.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/ProcessingDefault.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/ProcessingSupported.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/ProcessingReady.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/Printer.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Include the sub-schemas that describe the Job object</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/JobStatus.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/JobDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/JobProcessing.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/DocumentProcessing.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/ProcessingActual.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/Job.xsd"/>
	<xsd:annotation>
		<xsd:documentation>Include the sub-schemas that describe the Document Object (Note: DocumentProcessing.xsd from Job is also used)</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/DocumentDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/DocumentStatus.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/latest/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>
