<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.pwg.org/schemas/sm/0.90/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.pwg.org/schemas/sm/0.90/" version="0.90">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
   PWG Model
   Copyright 2002, 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 elements</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/PwgSemanticElements.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/0.90/PrinterDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/PrinterStatus.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/ProcessingDefault.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/ProcessingSupported.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/ProcessingReady.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/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/0.90/JobStatus.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/JobDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/JobProcessing.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/DocumentProcessing.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/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/0.90/DocumentDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/DocumentStatus.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/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>
