<?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:include schemaLocation="Person.xsd" />
	<xs:include schemaLocation="StorageLocation.xsd" />
	<xs:include schemaLocation="UserDefined.xsd" />
	<xs:element name="InventoryIssue" type="InventoryIssueType" />
	<xs:complexType name="InventoryIssueType">
		<xs:annotation>
			<xs:documentation>Comment describing your root element</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="SiteId" type="xs:string" />
			<xs:element name="IssuedBy" type="PersonType" />
			<xs:element name="IssuedDateTime" type="xs:dateTime" />
			<xs:element name="RequisitionId" type="xs:string" />
			<xs:element name="RequisitionItemId" type="xs:string" />
			<xs:element name="StorageLocation" type="StorageLocationType" minOccurs="0" maxOccurs="unbounded"/>
			<xs:element name="IssuedQuantity" type="xs:decimal" />
			<xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="unbounded" />
		</xs:sequence>
	</xs:complexType>
</xs:schema>
