Item Schema - UnsignedByte

3 posts / 0 new
Last post
Anonymous
Item Schema - UnsignedByte

The nodes that are of type unsignedByte seem like they should be decimal or integer? By using unsignedByte we limiting that node to integters from 0-255.

 <xs:element name="Weight" type="xs:unsignedByte" />

<xs:element name="WarrantyLabTerm" type="xs:unsignedByte" />

<xs:attribute name="Qty" type="xs:unsignedByte" use="optional" /> (found under price and availability)

For weight our ERP uses all pounds - so we have items that weigh .5 pounds.
For warranty labor term you may 365 (days).
And for the Qty fields you may get a discount at quantity >255 or there may be more than 255 in stock.

 

McGloine
RE: Item Schema - UnsignedByte

I agree, each of them should be decimal.

Dan, Can we make the change directly to the implementation zip file? This will not impact anyone since we are not changing any node names or the XML sctructure.

Bill

 

 

 

dankessler
I updated item v2011.1.xsd
Log in or register to post comments