Skip Headers
Oracle® Retail POS Suite Implementation Guide, Volume 4 – Point-of-Service External Order
Release 14.1
E54477-01
  Go To Table Of Contents
Contents

Previous
Previous
 
 

A Appendix: Web Service Definition Language

This appendix provides an example Web Service Definition Language file.

Web Service Definition Language (WSDL)

Example A-1 WSDL File

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 xmlns:xsdLocal1="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Query" targetNamespace="http://siebel.com/ORPOS/Order"
 xmlns:xsdLocal3="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Id"
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsdLocal2="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Data"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:tns="http://siebel.com/ORPOS/Order">
  <types>
    <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://siebel.com/ORPOS/Order" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:import namespace="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Id"/>
      <xsd:import namespace="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Data"/>
      <xsd:import namespace="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Query"/>
      <xsd:element name="ORPOS_QueryPage_Input">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="NamedSearchSpec" minOccurs="0" type="xsd:string"/>
            <xsd:element ref="xsdLocal1:ListOfORPOS_Order_Entry_Io" minOccurs="0"/>
            <xsd:element name="LOVLanguageMode" type="xsd:string"/>
            <xsd:element name="ViewMode" minOccurs="0" type="xsd:string"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="ORPOS_QueryPage_Output">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="xsdLocal2:ListOfORPOS_Order_Entry_Io"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="ORPOS_Execute_Input">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="xsdLocal2:ListOfORPOS_Order_Entry_Io"/>
            <xsd:element name="LOVLanguageMode" type="xsd:string"/>
            <xsd:element name="ViewMode" minOccurs="0" type="xsd:string"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="ORPOS_Execute_Output">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element ref="xsdLocal3:ListOfORPOS_Order_Entry_Io"/>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Data" xmlns:xsdLocal2="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Data" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:annotation>
        <xsd:documentation>Copyright (C) 2001-2004 Siebel Systems, Inc. All rights reserved. Siebel XSD Generation</xsd:documentation>
      </xsd:annotation>
      <xsd:element name="ListOfORPOS_Order_Entry_Io" type="xsdLocal2:ListOfORPOS_Order_Entry_IoData"/>
      <xsd:complexType name="ListOfORPOS_Order_Entry_IoTopElmtData">
        <xsd:sequence>
          <xsd:element name="ListOfORPOS_Order_Entry_Io" maxOccurs="1" minOccurs="1" type="xsdLocal2:ListOfORPOS_Order_Entry_IoData"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfORPOS_Order_Entry_IoData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-OrdersData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-OrdersData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ATPMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ATPStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ATPStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Account" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountContractedProductsOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountOrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountOrderNumber-OLD" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountPriceListId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Active" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Age" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AgreementId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AgreementIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AgreementName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Approved" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ApprovedBy-EmpLogin" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ApprovedBy-EmployeeId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ApprovedBy-PositionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ApprovedByDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="AsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="AutoReceiveFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AvailableDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="BackOfficeErrorText" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BackOfficeOrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BackOfficeProcessStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-County" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-Province" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAccountConstrained" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddressSiteUseIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCityState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCityStateENU" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCityStateJPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCityStateZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCityStateZipENU" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCityStateZipJPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToDUNSNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToVATRegistrationNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillableFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="BillingAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillingAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillingBlock" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ByAge" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="CalculatedCustomerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CalculatedOrderType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CampConId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CampaignId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CampaignIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CampaignName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CarrierPriority" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CarrierType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ChangedSinceLastExportToTransactionWorkbook" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ChargedFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Check" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Comments" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CompoundProductNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactEmailAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactWorkPhone" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreatedByName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditAssignmentDescription" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditAssignmentStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardApprovalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardExpirationDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="CreditCardExpirationMonth" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardExpirationYear" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardHolder" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardMerchantId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardNumber-Display" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardNumber-ReadOnly" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardNumberKeyIndex" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardTransactionAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CreditCardTransactionID" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardTransactionResponseCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardTransactionStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardTransactionTime" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CreditCheckMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCheckSkipFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CreditCheckSkipThreshold" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CreditCheckSkipThresholdCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCheckStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCheckStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CreditStatus" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CreditSubmissionTime" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToCityState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToStreetAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderShipToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrentOrderTotalBasePrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CurrentOrderTotalDiscount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CurrentOrderTotalItemDiscount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CurrentOrderTotalNetDiscountPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CurrentOrderTotalNetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CustomerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DeliveryBlock" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DeliveryStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DestinationInventoryId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DestinationInventoryLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DestinationInventoryLocationIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Discount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountAmountMRC" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountPercentMRC" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountReason" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EAISyncDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="EligibilityCompatibilityProcedureName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EntitlementId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EntitlementName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ExportedOnceToTransactionWorkbook" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Freight" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="FreightAmountCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FreightAmountDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="FreightTerms" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FreightTermsInfo" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FreightTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="FulfillLockFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="HierarchyVersionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="HoldFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IncentiveCompensationStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IncentiveCompensationStatusDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="InternalTaxAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="IseChannelShopForMyAccount" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsAdminMode" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="LoadNumber" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="MRCTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MaxRevisionNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="MediaId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="MovedToTransactionWorkbook" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="NRCTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NumberofShipments" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Opportunity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OptyId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OptyIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OptyPrimaryPositionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="OrderItemQuantity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderLateFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderPriority" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OrderType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderTypeId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderTypeLIC" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrganizationIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OverrideOwnerinReorderProcess" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="POAutoApproveLimit" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="POEditable" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="POEditableStatus1" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="POEditableStatus2" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ParentOrderId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PartialShip" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PayToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactFirstLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactLastFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayerAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentMethod" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentTerm" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentTermId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentTermIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToStreetAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCityState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCityStateENU" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCityStateJPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCityStateZipENU" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCityStateZipJPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToStreetAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalShipToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriceList" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriceListId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriceListIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriceModelId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PricingDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="PricingProcedureName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryBillToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryFulfillInvlocId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryOfferId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryOfferName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryOrganizationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPartnerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPayerAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPayerAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPaymentAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="PrimaryPaymentId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPositionContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPositionContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPositionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryShipmentId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriorityStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ProjectId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProjectIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProjectName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PromotionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProspectId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PurchMgrComments" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="QuoteId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="QuoteIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="QuoteNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RecipientName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RequestedShipDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ReserveTime" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ReserveTimeUoM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnReason" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAddrId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Revision" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="SAPCreateOrderOutputBill-toCustomerNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputBill-toName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputOrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputReturnCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputReturnMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputReturnMessageFull" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputReturnType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputShip-toCustomerNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputShip-toName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputSold-toCustomerNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputSold-toName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCreateOrderOutputSubmitDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="SAPDistributionChannel" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPDistributionChannelMO" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPDivision" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPDivisionMO" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusHeaderDeliveryBlock" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusHeaderDeliveryStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusHeaderProcessingStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusHeaderPurchaseOrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusHeaderRequestedShipDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="SAPOrderStatusOutputId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusOutputReturnCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusOutputReturnMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusOutputReturnMessageFull" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusOutputReturnType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPOrderStatusOutputUpdateDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="SAPOrganizationIdMO" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPSalesArea" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPSalesAreaMO" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPSalesAreaId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPSalesOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPSalesOrganizationMO" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ScenarioTestFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ServiceAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServiceAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServiceRequestId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServiceRequestNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServiceTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ShipCompleteFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ShipInstructions" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountConstrained" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddressSiteUseIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityStateENU" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityStateJPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityStateZipENU" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityStateZipJPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipViaId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShopforSelfFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SingleSourceFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SourceInventoryId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SpreadDiscount-AllProducts" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SpreadDiscount-CurrentTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SpreadDiscount-ProductType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SpreadDiscount-SpreadTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SubmitDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Tax" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxAmountFromRate" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TaxExempt" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="TaxExemptNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TaxExemptReason" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TaxRate" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxRateFromAmount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ThirdPartyTaxAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TotalCurrentPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TotalFieldsActive" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TotalListPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TotalVolume" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TotalVolumeUoM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TotalWeight" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TotalWeightUoM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TrainingTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="UltimateParentId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UpdatedByLogin" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UserType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UserTypeB-to-B" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="WebphoneOrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ListOfOrderEntry-Orders_EmployeetoPosition" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_EmployeetoPositionData"/>
          <xsd:element name="ListOfOrderEntry-Orders_Organization" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_OrganizationData"/>
          <xsd:element name="ListOfPosition" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfPositionData"/>
          <xsd:element name="ListOfOrderEntry-Orders_SalesTeam" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_SalesTeamData"/>
          <xsd:element name="ListOfOrderEntry-Orders_AccountAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_AccountAddressData"/>
          <xsd:element name="ListOfPayments" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfPaymentsData"/>
          <xsd:element name="ListOfOrderEntry-Orders_BillToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_BillToAddressData"/>
          <xsd:element name="ListOfOrderEntry-Orders_BillToContact" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_BillToContactData"/>
          <xsd:element name="ListOfOrderEntry-Orders_PayToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_PayToAddressData"/>
          <xsd:element name="ListOfOrderEntry-Orders_PayToContact" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_PayToContactData"/>
          <xsd:element name="ListOfOrderEntry-Orders_ReturnToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_ReturnToAddressData"/>
          <xsd:element name="ListOfOrderEntry-Orders_ReturnToContact" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_ReturnToContactData"/>
          <xsd:element name="ListOfOrderEntry-Orders_ShipToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_ShipToAddressData"/>
          <xsd:element name="ListOfOrderEntry-Orders_ShipToContact" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_ShipToContactData"/>
          <xsd:element name="ListOfOrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-LineItemsData"/>
          <xsd:element name="ListOfOrderEntry-Orders_OrdertoLineItems" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_OrdertoLineItemsData"/>
          <xsd:element name="ListOfOrderEntry-Orders_OrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfOrderEntry-Orders_OrderEntry-LineItemsData"/>
          <xsd:element name="ListOfFsShipment" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfFsShipmentData"/>
        </xsd:sequence>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_EmployeetoPositionData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_EmployeetoPosition" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_EmployeetoPositionData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_EmployeetoPositionData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ApprovedBy-Position" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrganizationData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_Organization" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_OrganizationData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrganizationData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Organization" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrganizationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPositionData">
        <xsd:sequence>
          <xsd:element name="Position" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:PositionData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="PositionData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountDockFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountEmployeeDenormFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountLocation2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountRowStatus" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AccountTeamRole" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveAlias" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveApprovalCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveApprovalExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ActiveApprovalFundreqLimit" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ActiveCellular" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveEmail" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveFax" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveFaxAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveFullName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveJobTitle" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActiveLoginName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActivePager" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActivePagerPIN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActivePhone" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActivePreferredCommunications" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AgreementApprovalRole" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AgreementApprovalSequence" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="BillingProduct" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillingProductId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillingProductIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CampaignAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CampaignAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CampaignAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Compensatable" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CompensationCredit" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CompensationCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CompensationPlanRolloutLevel" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="CompensationQuotaCreditAllocation" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ContactAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ContactAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ContactAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ContactDockFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ContactFirstName2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactLastName2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactRowStatus" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Division" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DivisionCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DivisionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DivisionIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DivisionManagerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EmployeeEndDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="EmployeeId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EmployeeStartDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="EmploymentStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ForecastParticipantVisibility" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FullName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="GroupTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ICRetroFlg" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ICTransactionWorkbookEndDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ICTransactionWorkbookOriginalSalesTeamFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ICTransactionWorkbookRollupPct" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ICTransactionWorkbookStartDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ICTransactionWorkbookTerritoryId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ICTransactionWorkbookTerritoryName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IntegrationId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="LoginId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Name" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NodeName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OpportunityAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunityAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunityAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunityCloseDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="OpportunityCommitted" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunityCreditAllocation" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OpportunityDockFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunityExpectedValue" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OpportunityPriorityFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunityRep" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OpportunityRevenue" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OpportunityRevenueCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OpportunityRevenueExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="OpportunityRowStatus" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OpportunitySalesTeamRole" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderSalesTeamCreditAllocation" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OrderSalesTeamEndDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="OrderSalesTeamQuotaCreditAllocation" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OrderSalesTeamStartDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Organization2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrganizationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrganizationIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentPositionEmployeeId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentPositionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentPositionIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentPositionName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PartnerFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PartnershipKeyInternalOwnerFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PartyHierarchyRootFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PartyName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PartyTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PartyUId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PgroupEndDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="PgroupStartDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="PositionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PositionType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryAsterisk" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryEmployeeId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPositionAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryPositionAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryTerritory" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrimaryTerritoryId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProjectDockFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProjectName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProjectPriorityFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProjectRowStatus" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProjectStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RankCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReviewMemberCalc" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RowId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SubcontractorId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TerritoryQuota" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TerritoryQuotaCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TerritoryQuotaExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="TerritoryQuotaUnit" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ListOfPosition_BusinessAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfPosition_BusinessAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_SalesTeamData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_SalesTeam" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_SalesTeamData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_SalesTeamData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SalesTeam" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_AccountAddressData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_AccountAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_AccountAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_AccountAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddress-City" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddress-Country" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddress-PostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddress-State" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddress-Street2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPaymentsData">
        <xsd:sequence>
          <xsd:element name="Payments" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:PaymentsData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="PaymentsData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ABACode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AVSCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AccountNumber-ReadOnly" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActualCharge" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="AuthorizationCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AuthorizationDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="BCReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CalculatedOrderType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CardHolder" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactEmail" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactFirstLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactLastFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactPhone" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreatedByName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardNumber-Display2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardTransactionResponseCode2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCardTransactionResponseMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCheckMessage2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCheckStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreditCheckStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CustomerId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DateOfBirth" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DesiredPayDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="EncryptionKey" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ExpirationDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ExpirationMonth" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ExpirationYear" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IntegrationId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="InvoiceId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="InvoiceNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IssuingBankCustomerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IssuingBankName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IssuingBankPhoneNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="LastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="LineNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ManualAuthorizationFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="MerchantId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderCustomerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Payment" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentAccountName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentAccountSite" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="PaymentImportFlg" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PaymentMethod" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentMethodLIC" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentProfileName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="PaymentType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PaymentTypeReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PersonalBillToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToStreetAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PersonalBillToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="QuoteCustomerId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="QuoteId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SSNEncryptionKey" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SaveCreditCard" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SocialSecurityNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransactionAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TransactionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransactionMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransactionTime" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="TransactionType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VendorId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VerificationNumber" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ListOfPayments_BankAddress" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfPayments_BankAddressData"/>
          <xsd:element name="ListOfPayments_BillToAddr" maxOccurs="1" minOccurs="0" type="xsdLocal2:ListOfPayments_BillToAddrData"/>
        </xsd:sequence>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_BillToAddressData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_BillToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_BillToAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_BillToAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-Address" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-Address2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-City" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-Country" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-State" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-Zip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_BillToContactData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_BillToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_BillToContactData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_BillToContactData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-FirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillTo-LastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_PayToAddressData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_PayToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_PayToAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_PayToAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_PayToContactData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_PayToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_PayToContactData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_PayToContactData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PayToContactLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ReturnToAddressData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ReturnToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_ReturnToAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ReturnToAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAddrLine" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ReturnToContactData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ReturnToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_ReturnToContactData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ReturnToContactData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ShipToAddressData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ShipToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_ShipToAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ShipToAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-Address" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-Address2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-City" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-Country" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-State" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-Zip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ShipToContactData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ShipToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_ShipToContactData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ShipToContactData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-FirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo-LastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-LineItemsData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-LineItems" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-LineItemsData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-LineItemsData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ATPMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ATPReserved" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ATPStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ATPStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ActionCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActivityId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ActivityRecommendedPartId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AdjustCharge" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="AdjustDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="AdjustedListPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="AdjustedListPrice-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="AggregrateTotalSkip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AmountExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="AssetExternalIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AssetId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AssetIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AssetNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AssetStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AuctionItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AuctionItemName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AuctionItemReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AutoChargeFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AutoExplodeFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AutoReceiveFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="AvailableDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="AvailableQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="BCReadOnlyFlag2" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="BackOfficeProcessStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BasePrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="BasePrice-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="BillableFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="BillingAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillingAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CDAPagesetId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CalculatedAssetStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CalculatedDueDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CalculatedExtendedLineTotal-RootsandPackageComponents" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedLineTotalUI" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedNetDiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedNetDiscountPercent" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedNetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedNetworkElementType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CalculatedNon-DiscountedLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedProductLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedServiceLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedTrainingLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CalculatedYourPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CancelledQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CarrierCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CarrierPriority" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CfgActiveFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CfgEndDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CfgLatestReleasedFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CfgObjectDefFirstVersion" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="CfgObjectDefLastVersion" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="CfgReleasedFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CfgStartDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="CfgStateCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CfgType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CfgVersion" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ChangeCost" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ChargeEndDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ChargeTimingType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ClassDisplayName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ClassName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ClassOfferId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ClassRegistrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ClassRegistrationStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ClassType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CompoundProductFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CompoundProductNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ConfigurationModelId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ConnectionReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ContactLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ConvertToAssetFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Cost" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredAssetId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CoveredAssetProduct" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CoveredAssetProductId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CoveredLineNumber" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProduct" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CoveredProductBasePrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductDiscount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CoveredProductDiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductDiscountPercent" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CoveredProductItemPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductItemPrice1" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductItemPrice2" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductItemPrice3" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductNetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="CoveredProductRollupAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredProductUnitPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CoveredQuoteItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CreatedByLogin" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CumulativeConfQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="CurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CurrencyCodePrecision" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DeleteClassRegistration" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DeliveryStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Description2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DestinationInventoryLocId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DestinationInventoryLocation2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DestinationInventoryLocationIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Discount2" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountAmount-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountPercent" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountPercent-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="DiscountSource" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DisplayPackageName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DueDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="EAISyncDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="EarliestTermDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="EffectiveFrom" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="EffectivePricingPeriodId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EffectiveTo" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="EligibilityReason" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EligibilityStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EntitlementId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="EntitlementName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ExcludePricingFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ExpectedDeliveryDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ExtendedLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ExtendedLineTotal-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ExtendedQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ExternalFulfillLoc" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FixPriceFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ForcastableFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="FreightAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="FreightTerms" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FunctionalCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FunctionalExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="FunctionalItemPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="FunctionalLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="FunctionalUnitPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="GrossWeight" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="GrossWeightUoM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="HasChildren" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="HasGenericsFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="HeaderCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="HeaderDiscount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="HeaderDiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="HeaderExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="HeaderRevision" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="HoldFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="HoldReason" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IncentiveCompensationStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="IncentiveStatusChangedFlg" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="InclusiveEligibilityFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="InternalTaxableAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="InvoicedQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="IsExpanded" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProduct" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProductBundleComponent" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProductComponent" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProductNotBundle" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProductNotBundleRoot" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProductORBundleComponent" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsComplexProductRoot" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsPackageProductComponent" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="IsRootItem" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ItemDisplayName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ItemPrice-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ItemPriceList" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemPriceListId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemPriceListIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemType-LanguageIndependent" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemIsProduct" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="LabeledProductFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="LateFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="LineItemNetTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="LineNumber2" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="LineNumber22" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="LineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="LineTotal-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="LineTotalinHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="LoanerFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="MRCCxTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MRCCxTotalinHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MaxPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MaximumQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MinPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MinimumLot" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MinimumQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NOTWrite-InProductFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="NRCAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NRCCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NRCCxTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NRCCxTotalinHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NRCExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="NRCNumberofBills" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="NRCPlanId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NRCPlanName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NRCScheduleId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NRCScheduleName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NRCStartDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="NeedRefreshBasePrice" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="NetDiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NetDiscountAmount-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NetDiscountPercent" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NetDiscountPercent-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NetPriceCalc" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NetType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NetworkElementType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NetworkReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Node" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NodeFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NodeReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Non-DiscountedLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="Non-DiscountedLineTotal-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="Note" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NoteFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Options" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderAcctId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderActiveFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="OrderCPN" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderFreightTermsCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderHeaderId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderPriority" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderQuoteId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderSourceInventoryLocId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderType2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrderTypeId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Organization22" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OrganizationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OriginalPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OriginalQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="OutlineNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="OwnerAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PACOrderAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PackageName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PackageNameReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ParentAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ParentOrderItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentPackageName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentProductId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ParentTaxSubcomponentFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PartNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PartialShip" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PostPickCD" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PrePickCD" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousAssetStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousBillingAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousBillingAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousSerialNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousServiceAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousServiceAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousServiceId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PreviousUsageAssetId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriceListId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PriceType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PricingAdjustmentAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="PricingComments" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PricingQuantity" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="PrimaryAssetChildId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProcessedFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProdItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProdPromId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProdPromInstanceId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProdPromName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProdPromReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProdPromRuleId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProdPromSourceId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Product" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductDefTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductPortId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductPrimaryProductLineId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProductStatusCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductTaxableFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ProductThumbnailImageFileExt" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductThumbnailImageFileName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductThumbnailImageFileRev" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductThumbnailImageId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductTypeCalc" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductUnitofMeasure" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ProductXAClassId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PromotionId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PromotionItemFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Quantity" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="QuantityReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="QuantityRequested" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="QuantityShipped" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="QuantityToInvoice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="QuoteId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="QuoteItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RCAdjustAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="RCAdjustUM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RCAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="RCCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RCExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="RCScheduleId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RCScheduleName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RCStartDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ReserveTime" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ReserveTimeUoM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReturnToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RevenueType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RevisedLineItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RollupAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="RollupItemPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="RollupItemPrice-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="RootActionCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootAssetIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootBundleFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="RootCfgLatestReleasedFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootCfgType" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootItemPriceListId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootLineItemDueDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="RootOrderItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootPackageName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootProductDefTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootProductId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootProductName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="RootProductTypeCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAP4xFreight" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAP4xNetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAP4xPlant" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAP4xTax" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAP4xUnitNetPrice" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPConditionPricingUnit" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="SAPConditionUnit" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPCumulativeConfirmedQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAPCurrency" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPDeliveryStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPDeliveryStatusWide" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPInputId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPItemNumber" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="SAPItemShortText" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPMaterialPart" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPNetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAPNetValue" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAPParentId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SAPReferenceQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAPRequestedQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="SAPRequestedShipDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="SAPSalesUnit" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SalesRepPosition" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SalesRepPostnId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SalesServiceFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SalesUnitofMeasure" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ScheduledShipDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="SerialNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Serialized" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ServiceAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServiceAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServiceId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServicePriceAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ServicePriceMethod" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ServicePricePercent" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ShipCompleteFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ShipInstrustions" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipMethod" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCity2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContact-FirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContact-LastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCountry2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToState2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToZip2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTogetherFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ShiptoAddressIntegrationId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipmentNumber" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ShippingMethod" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SingleSourceFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SkipPricingFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SkipValidationFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="SmartPartNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocation2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocationReceiveToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="SourceInventoryLocationReceiveToPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TaxAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxAmountHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxAmountInternalHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxExemptFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="TaxExemptNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TaxExemptReason" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TaxRate" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TaxSubcomponentFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="TaxableFlag" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TerminationFee" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ToNode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ToServiceAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ToServiceAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UnitNetPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="UnitPrice" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="UnitPrice-Display" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="UnitofMeasure" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UpdatedByLogin2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UsagePlanId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UsagePlanName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UsageScheduleId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UsageScheduleName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UsePlanId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UsePlanName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UseStartDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="VODRowId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ValidationDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ValidationStatus" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Volume" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="VolumeDiscountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeDiscountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeDiscountItem" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeDiscountItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeDiscountMaxQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="VolumeDiscountMethod" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeDiscountMinQty" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="VolumeUoM" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeUpsellItem" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeUpsellItemId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="VolumeUpsellMessage" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="WarrantyRecoveryFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Write-InProduct" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Write-InProductFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="Write-InProductReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
        </xsd:sequence>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrdertoLineItemsData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_OrdertoLineItems" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_OrdertoLineItemsData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrdertoLineItemsData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="DiscountedLineTotal-All" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="HeaderCurrencyCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="HeaderExchangeDate" maxOccurs="1" minOccurs="0" type="xsd:date"/>
          <xsd:element name="ICompItemStatusChangedFlg" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ItemLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ItemLineTotal-All" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ItemNetDiscountAmount" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="MRCLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="NRCLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ProductLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ServiceLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="TrainingLineTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrderEntry-LineItemsData">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_OrderEntry-LineItems" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:OrderEntry-Orders_OrderEntry-LineItemsData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrderEntry-LineItemsData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ItemLineTaxTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="ThirdPartyItemLineTaxTotal" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfFsShipmentData">
        <xsd:sequence>
          <xsd:element name="FsShipment" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:FsShipmentData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="FsShipmentData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AssignedTo" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AssignedToID" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Carrier" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="CarrierPriority" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Condition" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FreightCost" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="Incoterms" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Instructions" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="InsuranceCost" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="InsuredValue" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
          <xsd:element name="IntegrationId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="NoofContainers" maxOccurs="1" minOccurs="0" type="xsd:int"/>
          <xsd:element name="OrderId2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="POD" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="PrimaryOrderId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReceiveDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ReceiveInvLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReceiveLocationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReceiveUnknownFlag" maxOccurs="1" minOccurs="0" type="xsd:boolean"/>
          <xsd:element name="ReceivedBy" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ReceivedContact" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ScheduledDeliveryDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ScheduledPickUpDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ShipDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ShipDueDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ShipInvLocId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipInvLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipInvLocationIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipTo" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCity2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToCountry2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToID" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToState2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipToZip2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipVia" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShipmentNumber2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShippedBy" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ShippedContact" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="StatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="TransitToAccount" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToAccountId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToAccountLocation" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToAddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToContactId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToFirstName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="TransitToLastName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UOMFreight" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UOMInsuranceCost" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UOMInsuranceValue" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UOMWeight" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UnknownOrderMatch" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UnknownOrderNum" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="UnknownOrdertype" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="WaybillNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Weight" maxOccurs="1" minOccurs="0" type="xsd:decimal"/>
        </xsd:sequence>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPosition_BusinessAddressData">
        <xsd:sequence>
          <xsd:element name="Position_BusinessAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:Position_BusinessAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="Position_BusinessAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AddressName" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="City" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Country" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="FaxNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PhoneNumber" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="PostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="State" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="StreetAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPayments_BankAddressData">
        <xsd:sequence>
          <xsd:element name="Payments_BankAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:Payments_BankAddressData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="Payments_BankAddressData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BankZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPayments_BillToAddrData">
        <xsd:sequence>
          <xsd:element name="Payments_BillToAddr" maxOccurs="unbounded" minOccurs="0" type="xsdLocal2:Payments_BillToAddrData"/>
        </xsd:sequence>
        <xsd:attribute name="lastpage" type="xsd:boolean"/>
        <xsd:attribute name="recordcount" type="xsd:integer"/>
      </xsd:complexType>
      <xsd:complexType name="Payments_BillToAddrData">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsd:dateTime"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddress" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToAddress2" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCity" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToCountry" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToState" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="BillToZip" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="operation" type="xsd:string"/>
      </xsd:complexType>
    </xsd:schema>
    <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Id" xmlns:xsdLocal3="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Id" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:annotation>
        <xsd:documentation>Copyright (C) 2001-2004 Siebel Systems, Inc. All rights reserved. Siebel XSD Generation</xsd:documentation>
      </xsd:annotation>
      <xsd:element name="ListOfORPOS_Order_Entry_Io" type="xsdLocal3:ListOfORPOS_Order_Entry_IoId"/>
      <xsd:complexType name="ListOfORPOS_Order_Entry_IoTopElmtId">
        <xsd:sequence>
          <xsd:element name="ListOfORPOS_Order_Entry_Io" maxOccurs="1" minOccurs="1" type="xsdLocal3:ListOfORPOS_Order_Entry_IoId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfORPOS_Order_Entry_IoId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-OrdersId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-OrdersId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ListOfOrderEntry-Orders_EmployeetoPosition" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_EmployeetoPositionId"/>
          <xsd:element name="ListOfOrderEntry-Orders_Organization" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_OrganizationId"/>
          <xsd:element name="ListOfPosition" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfPositionId"/>
          <xsd:element name="ListOfOrderEntry-Orders_SalesTeam" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_SalesTeamId"/>
          <xsd:element name="ListOfOrderEntry-Orders_AccountAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_AccountAddressId"/>
          <xsd:element name="ListOfPayments" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfPaymentsId"/>
          <xsd:element name="ListOfOrderEntry-Orders_BillToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_BillToAddressId"/>
          <xsd:element name="ListOfOrderEntry-Orders_BillToContact" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_BillToContactId"/>
          <xsd:element name="ListOfOrderEntry-Orders_PayToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_PayToAddressId"/>
          <xsd:element name="ListOfOrderEntry-Orders_PayToContact" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_PayToContactId"/>
          <xsd:element name="ListOfOrderEntry-Orders_ReturnToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_ReturnToAddressId"/>
          <xsd:element name="ListOfOrderEntry-Orders_ReturnToContact" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_ReturnToContactId"/>
          <xsd:element name="ListOfOrderEntry-Orders_ShipToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_ShipToAddressId"/>
          <xsd:element name="ListOfOrderEntry-Orders_ShipToContact" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_ShipToContactId"/>
          <xsd:element name="ListOfOrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-LineItemsId"/>
          <xsd:element name="ListOfOrderEntry-Orders_OrdertoLineItems" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_OrdertoLineItemsId"/>
          <xsd:element name="ListOfOrderEntry-Orders_OrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfOrderEntry-Orders_OrderEntry-LineItemsId"/>
          <xsd:element name="ListOfFsShipment" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfFsShipmentId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_EmployeetoPositionId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_EmployeetoPosition" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_EmployeetoPositionId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_EmployeetoPositionId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrganizationId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_Organization" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_OrganizationId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrganizationId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfPositionId">
        <xsd:sequence>
          <xsd:element name="Position" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:PositionId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="PositionId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ListOfPosition_BusinessAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfPosition_BusinessAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_SalesTeamId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_SalesTeam" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_SalesTeamId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_SalesTeamId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_AccountAddressId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_AccountAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_AccountAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_AccountAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfPaymentsId">
        <xsd:sequence>
          <xsd:element name="Payments" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:PaymentsId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="PaymentsId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ListOfPayments_BankAddress" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfPayments_BankAddressId"/>
          <xsd:element name="ListOfPayments_BillToAddr" maxOccurs="1" minOccurs="0" type="xsdLocal3:ListOfPayments_BillToAddrId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_BillToAddressId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_BillToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_BillToAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_BillToAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_BillToContactId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_BillToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_BillToContactId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_BillToContactId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_PayToAddressId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_PayToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_PayToAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_PayToAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_PayToContactId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_PayToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_PayToContactId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_PayToContactId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ReturnToAddressId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ReturnToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_ReturnToAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ReturnToAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ReturnToContactId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ReturnToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_ReturnToContactId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ReturnToContactId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ShipToAddressId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ShipToAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_ShipToAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ShipToAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ShipToContactId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ShipToContact" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_ShipToContactId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ShipToContactId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-LineItemsId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-LineItems" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-LineItemsId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-LineItemsId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrdertoLineItemsId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_OrdertoLineItems" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_OrdertoLineItemsId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrdertoLineItemsId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrderEntry-LineItemsId">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_OrderEntry-LineItems" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:OrderEntry-Orders_OrderEntry-LineItemsId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrderEntry-LineItemsId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfFsShipmentId">
        <xsd:sequence>
          <xsd:element name="FsShipment" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:FsShipmentId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="FsShipmentId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfPosition_BusinessAddressId">
        <xsd:sequence>
          <xsd:element name="Position_BusinessAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:Position_BusinessAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="Position_BusinessAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="AddressId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfPayments_BankAddressId">
        <xsd:sequence>
          <xsd:element name="Payments_BankAddress" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:Payments_BankAddressId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="Payments_BankAddressId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfPayments_BillToAddrId">
        <xsd:sequence>
          <xsd:element name="Payments_BillToAddr" maxOccurs="unbounded" minOccurs="0" type="xsdLocal3:Payments_BillToAddrId"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="Payments_BillToAddrId">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsd:string"/>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:schema>
    <xsd:schema elementFormDefault="qualified" attributeFormDefault="unqualified" xmlns:xsdLocal1="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Query" targetNamespace="http://www.siebel.com/xml/ORPOS_Order_Entry_IO/Query" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:annotation>
        <xsd:documentation>Copyright (C) 2001-2004 Siebel Systems, Inc. All rights reserved. Siebel XSD Generation</xsd:documentation>
      </xsd:annotation>
      <xsd:element name="ListOfORPOS_Order_Entry_Io" type="xsdLocal1:ListOfORPOS_Order_Entry_IoQuery"/>
      <xsd:complexType name="ListOfORPOS_Order_Entry_IoTopElmtQuery">
        <xsd:sequence>
          <xsd:element name="ListOfORPOS_Order_Entry_Io" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfORPOS_Order_Entry_IoQuery"/>
        </xsd:sequence>
      </xsd:complexType>
      <xsd:complexType name="ListOfORPOS_Order_Entry_IoQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-OrdersQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-OrdersQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Account" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountContractedProductsOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountOrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountOrderNumber-OLD" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountPriceListId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Active" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Age" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AgreementId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AgreementIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AgreementName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Approved" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ApprovedBy-EmpLogin" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ApprovedBy-EmployeeId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ApprovedBy-PositionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ApprovedByDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AutoReceiveFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AvailableDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BackOfficeErrorText" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BackOfficeOrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BackOfficeProcessStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-County" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-Province" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAccountConstrained" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddressSiteUseIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCityState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCityStateENU" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCityStateJPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCityStateZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCityStateZipENU" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCityStateZipJPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToDUNSNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToVATRegistrationNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillableFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingBlock" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ByAge" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedCustomerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedOrderType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampConId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampaignId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampaignIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampaignName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CarrierPriority" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CarrierType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ChangedSinceLastExportToTransactionWorkbook" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ChargedFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Check" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Comments" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompoundProductNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactEmailAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactWorkPhone" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreatedByName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditAssignmentDescription" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditAssignmentStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardApprovalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardExpirationDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardExpirationMonth" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardExpirationYear" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardHolder" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardMerchantId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardNumber-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardNumber-ReadOnly" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardNumberKeyIndex" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionID" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionResponseCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionTime" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckSkipFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckSkipThreshold" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckSkipThresholdCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditSubmissionTime" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToCityState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToStreetAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderShipToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderTotalBasePrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderTotalDiscount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderTotalItemDiscount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderTotalNetDiscountPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrentOrderTotalNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CustomerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DeliveryBlock" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DeliveryStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DestinationInventoryId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DestinationInventoryLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DestinationInventoryLocationIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Discount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountAmountMRC" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountPercentMRC" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountReason" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EAISyncDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EligibilityCompatibilityProcedureName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EntitlementId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EntitlementName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExportedOnceToTransactionWorkbook" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Freight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightAmountCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightAmountDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightTerms" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightTermsInfo" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FulfillLockFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HierarchyVersionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HoldFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IncentiveCompensationStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IncentiveCompensationStatusDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InternalTaxAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IseChannelShopForMyAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsAdminMode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LoadNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MRCTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MaxRevisionNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MediaId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MovedToTransactionWorkbook" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NumberofShipments" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Opportunity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OptyId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OptyIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OptyPrimaryPositionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderItemQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderLateFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderPriority" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderTypeId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderTypeLIC" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrganizationIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OverrideOwnerinReorderProcess" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="POAutoApproveLimit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="POEditable" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="POEditableStatus1" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="POEditableStatus2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentOrderId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartialShip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactFirstLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactLastFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayerAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentMethod" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentTerm" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentTermId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentTermIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToStreetAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCityState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCityStateENU" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCityStateJPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCityStateZipENU" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCityStateZipJPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToStreetAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalShipToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriceList" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriceListId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriceListIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriceModelId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PricingDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PricingProcedureName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryBillToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryFulfillInvlocId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryOfferId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryOfferName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryOrganizationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPartnerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPayerAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPayerAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPaymentAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPaymentId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPositionContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPositionContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPositionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryShipmentId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriorityStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PromotionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProspectId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PurchMgrComments" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RecipientName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RequestedShipDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReserveTime" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReserveTimeUoM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnReason" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAddrId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Revision" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputBill-toCustomerNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputBill-toName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputOrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputReturnCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputReturnMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputReturnMessageFull" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputReturnType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputShip-toCustomerNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputShip-toName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputSold-toCustomerNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputSold-toName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCreateOrderOutputSubmitDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPDistributionChannel" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPDistributionChannelMO" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPDivision" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPDivisionMO" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusHeaderDeliveryBlock" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusHeaderDeliveryStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusHeaderProcessingStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusHeaderPurchaseOrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusHeaderRequestedShipDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusOutputId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusOutputReturnCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusOutputReturnMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusOutputReturnMessageFull" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusOutputReturnType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrderStatusOutputUpdateDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPOrganizationIdMO" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPSalesArea" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPSalesAreaMO" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPSalesAreaId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPSalesOrganization" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPSalesOrganizationMO" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ScenarioTestFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceRequestId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceRequestNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipCompleteFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipInstructions" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountConstrained" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddressSiteUseIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityStateENU" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityStateJPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityStateZipENU" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityStateZipJPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipViaId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShopforSelfFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SingleSourceFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SpreadDiscount-AllProducts" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SpreadDiscount-CurrentTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SpreadDiscount-ProductType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SpreadDiscount-SpreadTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SubmitDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Tax" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxAmountFromRate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxExempt" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxExemptNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxExemptReason" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxRate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxRateFromAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ThirdPartyTaxAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalCurrentPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalFieldsActive" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalListPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalVolume" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalVolumeUoM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalWeight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TotalWeightUoM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TrainingTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UltimateParentId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UpdatedByLogin" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UserType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UserTypeB-to-B" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="WebphoneOrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ListOfOrderEntry-Orders_EmployeetoPosition" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_EmployeetoPositionQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_Organization" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_OrganizationQuery"/>
          <xsd:element name="ListOfPosition" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfPositionQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_SalesTeam" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_SalesTeamQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_AccountAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_AccountAddressQuery"/>
          <xsd:element name="ListOfPayments" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfPaymentsQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_BillToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_BillToAddressQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_BillToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_BillToContactQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_PayToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_PayToAddressQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_PayToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_PayToContactQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_ReturnToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_ReturnToAddressQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_ReturnToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_ReturnToContactQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_ShipToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_ShipToAddressQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_ShipToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_ShipToContactQuery"/>
          <xsd:element name="ListOfOrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-LineItemsQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_OrdertoLineItems" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_OrdertoLineItemsQuery"/>
          <xsd:element name="ListOfOrderEntry-Orders_OrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfOrderEntry-Orders_OrderEntry-LineItemsQuery"/>
          <xsd:element name="ListOfFsShipment" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfFsShipmentQuery"/>
        </xsd:sequence>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_EmployeetoPositionQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_EmployeetoPosition" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_EmployeetoPositionQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_EmployeetoPositionQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ApprovedBy-Position" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrganizationQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_Organization" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_OrganizationQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrganizationQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Organization" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrganizationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPositionQuery">
        <xsd:sequence>
          <xsd:element name="Position" maxOccurs="1" minOccurs="0" type="xsdLocal1:PositionQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="PositionQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountDockFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountEmployeeDenormFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountLocation2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountRowStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountTeamRole" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveAlias" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveApprovalCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveApprovalExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveApprovalFundreqLimit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveCellular" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveEmail" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveFax" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveFaxAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveFullName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveJobTitle" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActiveLoginName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActivePager" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActivePagerPIN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActivePhone" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActivePreferredCommunications" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AgreementApprovalRole" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AgreementApprovalSequence" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingProduct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingProductId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingProductIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampaignAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampaignAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CampaignAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Compensatable" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompensationCredit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompensationCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompensationPlanRolloutLevel" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompensationQuotaCreditAllocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactDockFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactFirstName2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactLastName2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactRowStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Division" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DivisionCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DivisionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DivisionIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DivisionManagerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EmployeeEndDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EmployeeId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EmployeeStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EmploymentStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ForecastParticipantVisibility" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FullName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="GroupTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICRetroFlg" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICTransactionWorkbookEndDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICTransactionWorkbookOriginalSalesTeamFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICTransactionWorkbookRollupPct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICTransactionWorkbookStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICTransactionWorkbookTerritoryId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICTransactionWorkbookTerritoryName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IntegrationId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LoginId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Name" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NodeName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityAssignmentDenormFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityAssignmentManualFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityAssignmentSystemFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityCloseDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityCommitted" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityCreditAllocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityDockFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityExpectedValue" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityPriorityFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityRep" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityRevenue" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityRevenueCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityRevenueExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunityRowStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OpportunitySalesTeamRole" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderSalesTeamCreditAllocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderSalesTeamEndDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderSalesTeamQuotaCreditAllocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderSalesTeamStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Organization2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrganizationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrganizationIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentPositionEmployeeId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentPositionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentPositionIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentPositionName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartnerFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartnershipKeyInternalOwnerFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartyHierarchyRootFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartyName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartyTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartyUId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PgroupEndDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PgroupStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PositionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PositionType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryAsterisk" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryEmployeeId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPositionAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryPositionAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryTerritory" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryTerritoryId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectDockFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectPriorityFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectRowStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProjectStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RankCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReviewMemberCalc" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RowId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SubcontractorId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TerritoryQuota" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TerritoryQuotaCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TerritoryQuotaExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TerritoryQuotaUnit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ListOfPosition_BusinessAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfPosition_BusinessAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_SalesTeamQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_SalesTeam" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_SalesTeamQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_SalesTeamQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SalesTeam" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_AccountAddressQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_AccountAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_AccountAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_AccountAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddress-City" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddress-Country" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddress-PostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddress-State" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddress-Street2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPaymentsQuery">
        <xsd:sequence>
          <xsd:element name="Payments" maxOccurs="1" minOccurs="0" type="xsdLocal1:PaymentsQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="PaymentsQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ABACode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AVSCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AccountNumber-ReadOnly" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActualCharge" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AuthorizationCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AuthorizationDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BCReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedOrderType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CardHolder" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactEmail" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactFirstLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactLastFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactPhone" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreatedByName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardNumber-Display2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionResponseCode2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCardTransactionResponseMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckMessage2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreditCheckStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CustomerId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DateOfBirth" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DesiredPayDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EncryptionKey" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExpirationDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExpirationMonth" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExpirationYear" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IntegrationId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InvoiceId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InvoiceNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IssuingBankCustomerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IssuingBankName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IssuingBankPhoneNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ManualAuthorizationFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MerchantId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderCustomerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Payment" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentAccountName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentAccountSite" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentImportFlg" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentMethod" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentMethodLIC" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentProfileName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PaymentTypeReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToStreetAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PersonalBillToStreetAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteCustomerId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SSNEncryptionKey" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SaveCreditCard" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SocialSecurityNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransactionAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransactionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransactionMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransactionTime" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransactionType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VendorId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VerificationNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ListOfPayments_BankAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfPayments_BankAddressQuery"/>
          <xsd:element name="ListOfPayments_BillToAddr" maxOccurs="1" minOccurs="0" type="xsdLocal1:ListOfPayments_BillToAddrQuery"/>
        </xsd:sequence>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_BillToAddressQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_BillToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_BillToAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_BillToAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-Address" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-Address2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-City" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-Country" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-State" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-Zip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_BillToContactQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_BillToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_BillToContactQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_BillToContactQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-FirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillTo-LastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_PayToAddressQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_PayToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_PayToAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_PayToAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_PayToContactQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_PayToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_PayToContactQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_PayToContactQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PayToContactLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ReturnToAddressQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ReturnToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_ReturnToAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ReturnToAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAddrLine" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ReturnToContactQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ReturnToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_ReturnToContactQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ReturnToContactQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ShipToAddressQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ShipToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_ShipToAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ShipToAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-Address" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-Address2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-City" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-Country" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-State" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-Zip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_ShipToContactQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_ShipToContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_ShipToContactQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_ShipToContactQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-FirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo-LastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-LineItemsQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-LineItemsQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-LineItemsQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPReserved" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ATPStatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActionCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActivityId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ActivityRecommendedPartId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AdjustCharge" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AdjustDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AdjustedListPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AdjustedListPrice-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AggregrateTotalSkip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AmountExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssetExternalIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssetId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssetIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssetNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssetStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AuctionItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AuctionItemName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AuctionItemReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AutoChargeFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AutoExplodeFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AutoReceiveFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AvailableDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AvailableQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BCReadOnlyFlag2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BackOfficeProcessStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BasePrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BasePrice-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillableFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillingAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CDAPagesetId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedAssetStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedDueDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedExtendedLineTotal-RootsandPackageComponents" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedLineTotalUI" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedNetDiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedNetDiscountPercent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedNetworkElementType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedNon-DiscountedLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedProductLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedServiceLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedTrainingLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CalculatedYourPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CancelledQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CarrierCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CarrierPriority" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgActiveFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgEndDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgLatestReleasedFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgObjectDefFirstVersion" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgObjectDefLastVersion" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgReleasedFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgStateCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CfgVersion" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ChangeCost" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ChargeEndDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ChargeTimingType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ClassDisplayName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ClassName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ClassOfferId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ClassRegistrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ClassRegistrationStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ClassType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompoundProductFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CompoundProductNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConfigurationModelId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConnectionReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ContactLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConvertToAssetFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Cost" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredAssetId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredAssetProduct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredAssetProductId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredLineNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProduct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductBasePrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductDiscount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductDiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductDiscountPercent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductItemPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductItemPrice1" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductItemPrice2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductItemPrice3" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductRollupAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredProductUnitPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CoveredQuoteItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CreatedByLogin" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CumulativeConfQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CurrencyCodePrecision" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DeleteClassRegistration" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DeliveryStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Description2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DestinationInventoryLocId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DestinationInventoryLocation2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DestinationInventoryLocationIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Discount2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountAmount-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountPercent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountPercent-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountSource" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DisplayPackageName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DueDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EAISyncDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EarliestTermDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EffectiveFrom" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EffectivePricingPeriodId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EffectiveTo" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EligibilityReason" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EligibilityStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EntitlementId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="EntitlementName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExcludePricingFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExpectedDeliveryDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExtendedLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExtendedLineTotal-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExtendedQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ExternalFulfillLoc" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FixPriceFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ForcastableFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightTerms" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FunctionalCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FunctionalExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FunctionalItemPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FunctionalLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FunctionalUnitPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="GrossWeight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="GrossWeightUoM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HasChildren" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HasGenericsFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderDiscount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderDiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderRevision" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HoldFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HoldReason" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IncentiveCompensationStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IncentiveStatusChangedFlg" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InclusiveEligibilityFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InternalTaxableAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InvoicedQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsExpanded" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProduct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProductBundleComponent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProductComponent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProductNotBundle" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProductNotBundleRoot" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProductORBundleComponent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsComplexProductRoot" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsPackageProductComponent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IsRootItem" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemDisplayName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemPrice-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemPriceList" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemPriceListId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemPriceListIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemType-LanguageIndependent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemIsProduct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LabeledProductFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LateFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineItemNetTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineNumber2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineNumber22" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineTotal-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LineTotalinHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="LoanerFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MRCCxTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MRCCxTotalinHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MaxPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MaximumQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MinPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MinimumLot" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MinimumQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NOTWrite-InProductFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCCxTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCCxTotalinHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCNumberofBills" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCPlanId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCPlanName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCScheduleId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCScheduleName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NeedRefreshBasePrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetDiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetDiscountAmount-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetDiscountPercent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetDiscountPercent-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetPriceCalc" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetworkElementType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NetworkReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Node" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NodeFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NodeReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Non-DiscountedLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Non-DiscountedLineTotal-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Note" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NoteFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Options" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderAcctId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderActiveFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderCPN" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderFreightTermsCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderHeaderId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderPriority" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderQuoteId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderSourceInventoryLocId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderType2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderTypeId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Organization22" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrganizationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OriginalPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OriginalQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OutlineNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OwnerAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PACOrderAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PackageName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PackageNameReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentOrderItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentPackageName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentProductId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ParentTaxSubcomponentFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PartialShip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PostPickCD" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrePickCD" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousAssetStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousBillingAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousBillingAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousSerialNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousServiceAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousServiceAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousServiceId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PreviousUsageAssetId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriceListId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PriceType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PricingAdjustmentAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PricingComments" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PricingQuantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryAssetChildId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProcessedFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdPromId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdPromInstanceId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdPromName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdPromReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdPromRuleId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProdPromSourceId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Product" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductDefTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductPortId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductPrimaryProductLineId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductStatusCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductTaxableFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductThumbnailImageFileExt" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductThumbnailImageFileName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductThumbnailImageFileRev" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductThumbnailImageId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductTypeCalc" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductUnitofMeasure" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductXAClassId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PromotionId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PromotionItemFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Quantity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuantityReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuantityRequested" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuantityShipped" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuantityToInvoice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="QuoteItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCAdjustAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCAdjustUM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCScheduleId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCScheduleName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RCStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReserveTime" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReserveTimeUoM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReturnToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RevenueType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RevisedLineItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RollupAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RollupItemPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RollupItemPrice-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootActionCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootAssetIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootBundleFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootCfgLatestReleasedFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootCfgType" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootItemPriceListId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootLineItemDueDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootOrderItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootPackageName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootProductDefTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootProductId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootProductName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="RootProductTypeCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAP4xFreight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAP4xNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAP4xPlant" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAP4xTax" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAP4xUnitNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPConditionPricingUnit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPConditionUnit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCumulativeConfirmedQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPCurrency" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPDeliveryStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPDeliveryStatusWide" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPInputId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPItemNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPItemShortText" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPMaterialPart" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPNetValue" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPParentId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPReferenceQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPRequestedQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPRequestedShipDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SAPSalesUnit" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SalesRepPosition" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SalesRepPostnId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SalesServiceFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SalesUnitofMeasure" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ScheduledShipDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SerialNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Serialized" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServicePriceAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServicePriceMethod" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServicePricePercent" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipCompleteFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipInstrustions" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipMethod" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCity2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContact-FirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContact-LastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCountry2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToState2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToZip2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTogetherFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShiptoAddressIntegrationId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipmentNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShippingMethod" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SingleSourceFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SkipPricingFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SkipValidationFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SmartPartNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocation2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocationReceiveToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="SourceInventoryLocationReceiveToPostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxAmountHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxAmountInternalHeaderCurrency" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxExemptFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxExemptNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxExemptReason" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxRate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxSubcomponentFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TaxableFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TerminationFee" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ToNode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ToServiceAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ToServiceAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnitNetPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnitPrice" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnitPrice-Display" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnitofMeasure" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UpdatedByLogin2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UsagePlanId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UsagePlanName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UsageScheduleId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UsageScheduleName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UsePlanId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UsePlanName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UseStartDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VODRowId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ValidationDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ValidationStatus" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Volume" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountItem" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountMaxQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountMethod" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeDiscountMinQty" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeUoM" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeUpsellItem" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeUpsellItemId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="VolumeUpsellMessage" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="WarrantyRecoveryFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Write-InProduct" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Write-InProductFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Write-InProductReadOnlyFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrdertoLineItemsQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_OrdertoLineItems" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_OrdertoLineItemsQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrdertoLineItemsQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="DiscountedLineTotal-All" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderCurrencyCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="HeaderExchangeDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ICompItemStatusChangedFlg" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemLineTotal-All" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemNetDiscountAmount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="MRCLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NRCLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ProductLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ServiceLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TrainingLineTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfOrderEntry-Orders_OrderEntry-LineItemsQuery">
        <xsd:sequence>
          <xsd:element name="OrderEntry-Orders_OrderEntry-LineItems" maxOccurs="1" minOccurs="0" type="xsdLocal1:OrderEntry-Orders_OrderEntry-LineItemsQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="OrderEntry-Orders_OrderEntry-LineItemsQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ItemLineTaxTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ThirdPartyItemLineTaxTotal" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfFsShipmentQuery">
        <xsd:sequence>
          <xsd:element name="FsShipment" maxOccurs="1" minOccurs="0" type="xsdLocal1:FsShipmentQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="FsShipmentQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssignedTo" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AssignedToID" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Carrier" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="CarrierPriority" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Condition" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FreightCost" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Incoterms" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Instructions" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InsuranceCost" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="InsuredValue" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="IntegrationId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="NoofContainers" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="OrderId2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="POD" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PrimaryOrderId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReceiveDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReceiveInvLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReceiveLocationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReceiveUnknownFlag" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReceivedBy" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ReceivedContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ScheduledDeliveryDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ScheduledPickUpDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipDueDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipInvLocId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipInvLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipInvLocationIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipTo" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCity2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCityStateZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToCountry2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToID" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToState2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipToZip2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipVia" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShipmentNumber2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShippedBy" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ShippedContact" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="StatusAsOfDate" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAccount" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAccountId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAccountIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAccountLocation" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToAddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToContactId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToContactIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToFirstName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="TransitToLastName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UOMFreight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UOMInsuranceCost" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UOMInsuranceValue" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UOMWeight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnknownOrderMatch" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnknownOrderNum" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="UnknownOrdertype" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="WaybillNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Weight" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPosition_BusinessAddressQuery">
        <xsd:sequence>
          <xsd:element name="Position_BusinessAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:Position_BusinessAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="Position_BusinessAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AddressId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AddressIntegrationId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="AddressName" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="City" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Country" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="FaxNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PhoneNumber" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="PostalCode" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="State" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="StreetAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPayments_BankAddressQuery">
        <xsd:sequence>
          <xsd:element name="Payments_BankAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:Payments_BankAddressQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="Payments_BankAddressQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BankZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="ListOfPayments_BillToAddrQuery">
        <xsd:sequence>
          <xsd:element name="Payments_BillToAddr" maxOccurs="1" minOccurs="0" type="xsdLocal1:Payments_BillToAddrQuery"/>
        </xsd:sequence>
        <xsd:attribute name="pagesize" type="xsd:integer"/>
        <xsd:attribute name="startrownum" type="xsd:integer"/>
        <xsd:attribute name="recordcountneeded" type="xsd:boolean"/>
      </xsd:complexType>
      <xsd:complexType name="Payments_BillToAddrQuery">
        <xsd:sequence>
          <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Created" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="Updated" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ConflictId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="ModId" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddress" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToAddress2" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCity" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToCountry" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToState" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
          <xsd:element name="BillToZip" maxOccurs="1" minOccurs="0" type="xsdLocal1:queryType"/>
        </xsd:sequence>
        <xsd:attribute name="IsPrimaryMVG" type="xsd:string"/>
        <xsd:attribute name="searchspec" type="xsd:string"/>
      </xsd:complexType>
      <xsd:complexType name="queryType">
        <xsd:simpleContent>
          <xsd:extension base="xsd:string">
            <xsd:attribute name="sortorder" type="xsd:string"/>
            <xsd:attribute name="sortsequence" type="xsd:string"/>
          </xsd:extension>
        </xsd:simpleContent>
      </xsd:complexType>
    </xsd:schema>
  </types>
  <message name="ORPOS_QueryPage_Input">
    <part name="ORPOS_QueryPage_Input" element="tns:ORPOS_QueryPage_Input"/>
  </message>
  <message name="ORPOS_QueryPage_Output">
    <part name="ORPOS_QueryPage_Output" element="tns:ORPOS_QueryPage_Output"/>
  </message>
  <message name="ORPOS_Execute_Input">
    <part name="ORPOS_Execute_Input" element="tns:ORPOS_Execute_Input"/>
  </message>
  <message name="ORPOS_Execute_Output">
    <part name="ORPOS_Execute_Output" element="tns:ORPOS_Execute_Output"/>
  </message>
  <portType name="ORPOS_ORDER_PORT">
    <operation name="ORPOS_QueryPage">
      <input message="tns:ORPOS_QueryPage_Input"/>
      <output message="tns:ORPOS_QueryPage_Output"/>
    </operation>
    <operation name="ORPOS_Execute">
      <input message="tns:ORPOS_Execute_Input"/>
      <output message="tns:ORPOS_Execute_Output"/>
    </operation>
  </portType>
  <binding name="ORPOS_ORDER_PORT" type="tns:ORPOS_ORDER_PORT">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
    <operation name="ORPOS_QueryPage">
      <soap:operation soapAction="document/http://siebel.com/ORPOS/Order:ORPOS_QueryPage"/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
    </operation>
    <operation name="ORPOS_Execute">
      <soap:operation soapAction="document/http://siebel.com/ORPOS/Order:ORPOS_Execute"/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
    </operation>
  </binding>
  <service name="ORPOS_Order_WebService">
    <port binding="tns:ORPOS_ORDER_PORT" name="ORPOS_ORDER_PORT">
      <soap:address location="http://sdc78035svqe.corp.siebel.com/eai_enu/start.swe?SWEExtSource=WebService&amp;SWEExtCmd=Execute&amp;WSSOAP=1"/>
    </port>
  </service>
</definitions>