<?xml version="1.0" encoding="utf-8"?>
<!-- edited with XMLSpy v2006 sp2 U (http://www.altova.com) by David Schaefgen (ACH Food Companies, Inc.) -->
<xs:schema xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:achxml="http://ns.achfood.com/oagis" targetNamespace="http://ns.achfood.com/oagis" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.openapplications.org/oagis/9" schemaLocation="../OAGIS/9.0/Resources/Nouns/CustomerPartyMaster.xsd"/>
	<xs:include schemaLocation="../Resources/Components/Common/Components.xsd"/>
	<xs:element name="SyncCustomerPartyMaster" type="achxml:SyncCustomerPartyMasterType"/>
	<xs:complexType name="SyncCustomerPartyMasterType">
		<xs:complexContent>
			<xs:extension base="oa:BusinessObjectDocumentType">
				<xs:sequence>
					<xs:element name="DataArea" type="achxml:SyncCustomerPartyMasterDataAreaType"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SyncCustomerPartyMasterDataAreaType">
		<xs:sequence>
			<xs:element ref="oa:Sync"/>
			<xs:element ref="oa:CustomerPartyMaster" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>

