<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.eamxml.org/schema/Rev0" targetNamespace="http://www.eamxml.org/schema/Rev0" elementFormDefault="qualified">
	<xs:annotation>
		<xs:documentation>
			EAMXML.org Representation of Catalog Item
		</xs:documentation>
	</xs:annotation>

	<xs:include schemaLocation="UserDefined.xsd"/>

	<xs:element name="CatalogItem" type="CatalogItemType"/>
	<xs:complexType name="CatalogItemType">
		<xs:sequence>
			<xs:element name="UserDefined" type="UserDefinedType"/>
			<xs:element name="KeyWord" type="xs:string"/>
		</xs:sequence>

		<xs:attribute name="Id" type="xs:string" use="required"/>
		<xs:attribute name="Description" type="xs:string" use="required"/>
		<xs:attribute name="Description1" type="xs:string" use="optional"/>
		<xs:attribute name="Description2" type="xs:string" use="optional"/>
		<xs:attribute name="Description3" type="xs:string" use="optional"/>
		<xs:attribute name="Description4" type="xs:string" use="optional"/>
		<xs:attribute name="ExtendedDescription" type="xs:string" use="optional"/>
		<xs:attribute name="GrossWeight" type="xs:float" use="optional"/>
		<xs:attribute name="NetWeight" type="xs:float" use="optional"/>
		<xs:attribute name="Volume" type="xs:float" use="optional"/>
		<xs:attribute name="Length" type="xs:float" use="optional"/>
		<xs:attribute name="Width" type="xs:float" use="optional"/>
		<xs:attribute name="Height" type="xs:float" use="optional"/>
	</xs:complexType>
</xs:schema>
