<?xml version="1.0" encoding="utf-8"?>
<!--

** OAGIS® Revision: 9.0 **
** Date: 17 July 2006 **
** Copyright 1998-2005, All Rights Reserved **

This is an OAGIS® BOD XML Schema (XSD) Definition as defined by Infor Global Solutions.

License information for this file is provided in the file **2005 OAGi License Agreement.txt** that is provided with this download package.

For support, more information, or to report implementation bugs, please contact the Open Applications Group at xml@openapplications.org.
    
     XML Schema 
     
    Name: \OAGIS\Infor1.0\BODs\Developer\LoadShipment.xsd
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
            xmlns:oa="http://www.openapplications.org/oagis/9" 
            xmlns:in4="http://schema.infor.com/1.0"
            targetNamespace="http://schema.infor.com/1.0"
            elementFormDefault="qualified" 
            attributeFormDefault="unqualified">

        <xsd:include schemaLocation="../../Resources/Nouns/Shipment.xsd"/>
		<xsd:import namespace="http://www.openapplications.org/oagis/9" 
              schemaLocation="../../../9.0/Resources/Components/Common/Meta.xsd"/>
        <xsd:element name="LoadShipment" type="in4:LoadShipmentType">
                <xsd:annotation>
                        <xsd:documentation source="http://www.openapplications.org/oagis/9">The purpose of the Load Shipment is to facilitate delivery of vendor's advanced ship notice information to the system of record for that information.</xsd:documentation>
                </xsd:annotation>
        </xsd:element>
        <xsd:complexType name="LoadShipmentType">
                <xsd:complexContent>
                        <xsd:extension base="oa:BusinessObjectDocumentType">
                                <xsd:sequence>
                                        <xsd:element name="DataArea" type="in4:LoadShipmentDataAreaType">
                                                <xsd:annotation>
                                                        <xsd:documentation source="http://www.openapplications.org/oagis/9">Is where the information that the BOD message carries is provided, in this case LoadShipment. The information consists of a Verb and one or more Nouns. The verb (Load) indicates the action to be performed on the Noun (Shipment).</xsd:documentation>
                                                </xsd:annotation>
                                        </xsd:element>
                                </xsd:sequence>
                        </xsd:extension>
                </xsd:complexContent>
        </xsd:complexType>
        <xsd:complexType name="LoadShipmentDataAreaType">
                <xsd:sequence>
                        <xsd:element ref="oa:Load"/>
                        <xsd:element ref="oa:Shipment" maxOccurs="unbounded"/>
                </xsd:sequence>
        </xsd:complexType>
</xsd:schema>
