<?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 Printer Object 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 PrinterStatus.xsd, PrinterDescription.xsd, ProcessingDefault.xsd, ProcessingSupported.xsd, ProcessingReady.xsd</xsd:documentation>
	</xsd:annotation>
	<xsd:complexType name="Printer">
		<xsd:sequence>
			<xsd:element ref="PrinterDescription" minOccurs="0"/>
			<xsd:element ref="PrinterStatus" minOccurs="0"/>
			<xsd:element ref="ProcessingDefaults" minOccurs="0"/>
			<xsd:element ref="ProcessingReady" minOccurs="0"/>
			<xsd:element ref="ProcessingSupported" minOccurs="0"/>
			<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="Printer" type="Printer"/>
</xsd:schema>
