<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.pwg.org/ps/0.94b/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.pwg.org/ps/0.94b/" version="0.94b" elementFormDefault="qualified" attributeFormDefault="unqualified">	<xsd:annotation>
		<xsd:documentation xml:lang="en">PWG PSI documentType schema Copyright 2002, IEEE Industry Standards and Technology Organization/Printer Working Group. All rights reserved</xsd:documentation>
	</xsd:annotation>
	<xsd:element name="documentTypeObject" type="documentTypeType"/>
	<xsd:complexType name="documentTypeType">
		<xsd:sequence>
			<xsd:element name="mimeType" type="xsd:string"/>
			<xsd:element name="version" type="xsd:string"/>
			<xsd:element name="language" type="xsd:string"/>
			<xsd:element name="model" type="xsd:string"/>
			<xsd:element name="platform" type="xsd:string"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
