<?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:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/PwgSemanticElements.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/DocumentDescription.xsd"/>
	<xsd:include schemaLocation="http://www.pwg.org/schemas/sm/0.90/DocumentProcessing.xsd"/>
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
  PWG Print Document Ticket</xsd:documentation>
	</xsd:annotation>
	<xsd:complexType name="PwgPrintDocumentTicket">
		<xsd:sequence>
			<xsd:element ref="DocumentDescription" minOccurs="0"/>
			<xsd:element ref="DocumentProcessing" minOccurs="0"/>
			<xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="PwgPrintDocumentTicket" type="PwgPrintDocumentTicket"/>
</xsd:schema>
