<?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:include schemaLocation="../Resources/Nouns/Invoice.xsd"/>
	<xs:element name="ShowInvoice" type="achxml:ShowInvoiceType">
	</xs:element>
	<xs:complexType name="ShowInvoiceType">
		<xs:complexContent>
			<xs:extension base="oa:BusinessObjectDocumentType">
				<xs:sequence>
					<xs:element name="DataArea" type="achxml:ShowInvoiceDataAreaType">
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="ShowInvoiceDataAreaType">
		<xs:sequence>
			<xs:element ref="oa:Show"/>
			<xs:element ref="achxml:Invoice" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>

