SM> RE: PdlOverrideSupported error

SM> RE: PdlOverrideSupported error

Zehler, Peter PZehler at crt.xerox.com
Thu Jun 3 14:53:55 EDT 2004


All,

This issue was raised at the SM face to face.  It was observed that the
PDLOverrideSupported element definition in PrinterDescription.xsd is
incorrect.  The definition is multivalued when the element can only take on
a single value.

The incorrect (i.e. current) definition is
<xsd:element name="PdlOverrideSupported">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="PdlOverride"
minOccurs="0" maxOccurs="unbounded">
					<xsd:simpleType>
						<xsd:union
memberTypes="PdlOverrideSupportedWKV KeywordNsExtensionPattern"/>
					</xsd:simpleType>
				</xsd:element>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>


The correct definition is 
<xsd:element name="PdlOverrideSupported">
		<xsd:simpleType>
			<xsd:union memberTypes="PdlOverrideSupportedWKV
KeywordNsExtensionPattern"/>
		</xsd:simpleType>
	</xsd:element> 

The proposal is to replace the incorrect definition in
PrinterDescription.xsd with the correct one.  I will bump the minor version
number of the schema file.

Please send out a note to the mailing list if you have any objections to
this change.

Pete


				Peter Zehler 
				XEROX 
				Xerox Innovation Group 
				Email: PZehler at crt.xerox.com 
				Voice:    (585) 265-8755 
				FAX:      (585) 422-7961 
				US Mail: Peter Zehler
				              Xerox Corp. 
				              800 Phillips Rd. 
				              M/S 128-25E 
				              Webster NY, 14580-9701 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.pwg.org/archives/sm/attachments/20040603/1903eda1/attachment-0001.html


More information about the Sm mailing list