<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://organicXML.com/schema/xsd/organicXML-1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://organicXML.com/schema/xsd/organicXML-1.1" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<!--
*************************************************************************************

Used organicXML schemas.

*************************************************************************************
	-->
	<xsd:include schemaLocation="Distributor-1.1.xsd"/>
	<xsd:include schemaLocation="DeliverToParty-1.1.xsd"/>
	<xsd:include schemaLocation="Delivery-1.1.xsd"/>
	<xsd:include schemaLocation="Common-1.1.xsd"/>
	<!--
*************************************************************************************

Declaration of root element organicXML

*************************************************************************************
	-->
	<xsd:element name="organicXML" type="organicXMLType"/>
	<!--
*************************************************************************************

Type definition of root element organicXML.

*************************************************************************************
	-->
	<xsd:complexType name="organicXMLType">
		<xsd:annotation>
			<xsd:documentation>Root element of organicXML documents.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="distributor" type="DistributorType"/>
			<xsd:element name="deliverToParty" type="DeliverToPartyType"/>
			<xsd:element name="delivery" type="DeliveryType"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>