<?xml version="1.0" ?> 
<!--
Author: Matthew J. Battey

NOTE: This Document is current as of 12/18/2006. Specific names, namespaces, URLS and 
details specific to the implementation may be subject to change

The purpose of this XML Schema Document is to detail the response message data
from a Receive Purchase Order Web Service.

-->
<xs:schema targetNamespace="urn:/fih/c-efm/purchase-order/1.0"
	xmlns:frh="urn:/fih/c-efm/purchase-order/1.0"
	xmlns:xs="http://www.w3.org/2001/XMLSchema" >

	<!-- REPLY -->
	<xs:element name="receive-purchase-order-reply">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="return-code" type="xs:int" minOccurs="1" maxOccurs="1"/>
				<xs:element name="error-description" type="xs:string" minOccurs="0" maxOccurs="1"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
