<?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 State 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="PrinterStatus">
		<xsd:sequence>
			<xsd:element ref="PrinterIsAcceptingJobs" minOccurs="0"/>
			<xsd:element ref="PrinterCurrentTime" minOccurs="0"/>
			<xsd:element ref="PrinterState" minOccurs="0"/>
			<xsd:element ref="PrinterStateMessage" minOccurs="0"/>
			<xsd:element ref="PrinterStateReasons" minOccurs="0"/>
			<xsd:element ref="PrinterUpTime" minOccurs="0"/>
			<xsd:element ref="QueuedJobCount" minOccurs="0"/>
			<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="PrinterStatus" type="PrinterStatus"/>
</xsd:schema>
