<?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 input data to 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"
	xmlns:ltd-po="http://www.fih.org/XML/WD0">

	<xs:import 
		namespace="http://www.fih.org/XML/WD0"
		schemaLocation="LimitedPurchaseOrder.xsd"/>

	<!-- REQUEST -->
	<xs:element name="receive-purchase-order-request">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="ltd-po:PurchaseOrder" minOccurs="1" maxOccurs="1" />
			</xs:sequence>
		</xs:complexType>
	</xs:element>


</xs:schema>
