Odkaz - https://api.k2ol.cz/EShop/ConfirmOrder/{SHOPID}

Confirms order for e-shop. Optional parameter is 'partnerID'

URL: https://api.k2ol.cz/EShop/ConfirmOrder/{SHOPID}

Metoda HTTP: POST

Směrování zprávy Formát Tělo
Požadavek Xml Příklad,Schéma
Požadavek Json Příklad
Odpověď Neznámé Nelze generovat dokument schématu.

Následuje příklad těla XML žádosti:

<ESOrderConfirmData xmlns="K2.Data">
  <AdditionalInfo>Obsah řetězce</AdditionalInfo>
  <AdditionalInformation>Obsah řetězce</AdditionalInformation>
  <BasketId>9223372036854775807</BasketId>
  <BasketItems>
    <ESOrderBasketItem>
      <AdditionalInformation>Obsah řetězce</AdditionalInformation>
      <ChangedElement>255</ChangedElement>
      <Fields>Obsah řetězce</Fields>
      <GoodsId>2147483647</GoodsId>
      <ItemRID>9223372036854775807</ItemRID>
      <PercentageReduction>true</PercentageReduction>
      <PriceBruto>12678967.543233</PriceBruto>
      <PriceNetto>12678967.543233</PriceNetto>
      <Quantity>1.26743233E+15</Quantity>
      <QuickOrderErr>Obsah řetězce</QuickOrderErr>
      <QuickOrderIdentifier>Obsah řetězce</QuickOrderIdentifier>
      <Reduction>12678967.543233</Reduction>
      <ReturnAllItems>true</ReturnAllItems>
      <TaxGroup>2147483647</TaxGroup>
    </ESOrderBasketItem>
    <ESOrderBasketItem>
      <AdditionalInformation>Obsah řetězce</AdditionalInformation>
      <ChangedElement>255</ChangedElement>
      <Fields>Obsah řetězce</Fields>
      <GoodsId>2147483647</GoodsId>
      <ItemRID>9223372036854775807</ItemRID>
      <PercentageReduction>true</PercentageReduction>
      <PriceBruto>12678967.543233</PriceBruto>
      <PriceNetto>12678967.543233</PriceNetto>
      <Quantity>1.26743233E+15</Quantity>
      <QuickOrderErr>Obsah řetězce</QuickOrderErr>
      <QuickOrderIdentifier>Obsah řetězce</QuickOrderIdentifier>
      <Reduction>12678967.543233</Reduction>
      <ReturnAllItems>true</ReturnAllItems>
      <TaxGroup>2147483647</TaxGroup>
    </ESOrderBasketItem>
  </BasketItems>
  <BranchStockId>2147483647</BranchStockId>
  <ConEmail>Obsah řetězce</ConEmail>
  <ConFirstName>Obsah řetězce</ConFirstName>
  <ConLastName>Obsah řetězce</ConLastName>
  <ConMarketingInfo>true</ConMarketingInfo>
  <ConPhoneNr>Obsah řetězce</ConPhoneNr>
  <CouponRID>9223372036854775807</CouponRID>
  <CurrencyStr>Obsah řetězce</CurrencyStr>
  <DelCountry>2147483647</DelCountry>
  <DelEmail>Obsah řetězce</DelEmail>
  <DelName>Obsah řetězce</DelName>
  <DelNumber>Obsah řetězce</DelNumber>
  <DelPhoneNr>Obsah řetězce</DelPhoneNr>
  <DelPlace>Obsah řetězce</DelPlace>
  <DelPostCode>Obsah řetězce</DelPostCode>
  <DelStreet>Obsah řetězce</DelStreet>
  <DelTown>Obsah řetězce</DelTown>
  <DelivAddrId>2147483647</DelivAddrId>
  <DelivAddrSource>2147483647</DelivAddrSource>
  <DeliveryCustomerId>2147483647</DeliveryCustomerId>
  <DeliveryTerm>1999-05-31T11:20:00</DeliveryTerm>
  <Fields>Obsah řetězce</Fields>
  <IPAddress>Obsah řetězce</IPAddress>
  <IPv6Address>Obsah řetězce</IPv6Address>
  <InvAddrId>2147483647</InvAddrId>
  <InvAddrSource>2147483647</InvAddrSource>
  <InvAddressEntered>true</InvAddressEntered>
  <InvCountry>2147483647</InvCountry>
  <InvEmail>Obsah řetězce</InvEmail>
  <InvIdNumber>Obsah řetězce</InvIdNumber>
  <InvName>Obsah řetězce</InvName>
  <InvNumber>Obsah řetězce</InvNumber>
  <InvPhoneNr>Obsah řetězce</InvPhoneNr>
  <InvPostCode>Obsah řetězce</InvPostCode>
  <InvStreet>Obsah řetězce</InvStreet>
  <InvTaxNo>Obsah řetězce</InvTaxNo>
  <InvTown>Obsah řetězce</InvTown>
  <InvVatNumber>Obsah řetězce</InvVatNumber>
  <LoggedUserId>2147483647</LoggedUserId>
  <OrderNumber>Obsah řetězce</OrderNumber>
  <PaymentMethodId>9223372036854775807</PaymentMethodId>
  <PickUpPoint>Obsah řetězce</PickUpPoint>
  <SendByParts>true</SendByParts>
  <TransportMethodId>9223372036854775807</TransportMethodId>
  <VATPayer>true</VATPayer>
</ESOrderConfirmData>

Následuje příklad těla žádosti Json:

{
	"AdditionalInfo":"Obsah řetězce",
	"AdditionalInformation":"Obsah řetězce",
	"BasketId":9223372036854775807,
	"BasketItems":[{
		"AdditionalInformation":"Obsah řetězce",
		"ChangedElement":255,
		"Fields":"Obsah řetězce",
		"GoodsId":2147483647,
		"ItemRID":9223372036854775807,
		"PercentageReduction":true,
		"PriceBruto":12678967.543233,
		"PriceNetto":12678967.543233,
		"Quantity":1.26743233E+15,
		"QuickOrderErr":"Obsah řetězce",
		"QuickOrderIdentifier":"Obsah řetězce",
		"Reduction":12678967.543233,
		"ReturnAllItems":true,
		"TaxGroup":2147483647
	}],
	"BranchStockId":2147483647,
	"ConEmail":"Obsah řetězce",
	"ConFirstName":"Obsah řetězce",
	"ConLastName":"Obsah řetězce",
	"ConMarketingInfo":true,
	"ConPhoneNr":"Obsah řetězce",
	"CouponRID":9223372036854775807,
	"CurrencyStr":"Obsah řetězce",
	"DelCountry":2147483647,
	"DelEmail":"Obsah řetězce",
	"DelName":"Obsah řetězce",
	"DelNumber":"Obsah řetězce",
	"DelPhoneNr":"Obsah řetězce",
	"DelPlace":"Obsah řetězce",
	"DelPostCode":"Obsah řetězce",
	"DelStreet":"Obsah řetězce",
	"DelTown":"Obsah řetězce",
	"DelivAddrId":2147483647,
	"DelivAddrSource":2147483647,
	"DeliveryCustomerId":2147483647,
	"DeliveryTerm":"\/Date(928142400000+0200)\/",
	"Fields":"Obsah řetězce",
	"IPAddress":"Obsah řetězce",
	"IPv6Address":"Obsah řetězce",
	"InvAddrId":2147483647,
	"InvAddrSource":2147483647,
	"InvAddressEntered":true,
	"InvCountry":2147483647,
	"InvEmail":"Obsah řetězce",
	"InvIdNumber":"Obsah řetězce",
	"InvName":"Obsah řetězce",
	"InvNumber":"Obsah řetězce",
	"InvPhoneNr":"Obsah řetězce",
	"InvPostCode":"Obsah řetězce",
	"InvStreet":"Obsah řetězce",
	"InvTaxNo":"Obsah řetězce",
	"InvTown":"Obsah řetězce",
	"InvVatNumber":"Obsah řetězce",
	"LoggedUserId":2147483647,
	"OrderNumber":"Obsah řetězce",
	"PaymentMethodId":9223372036854775807,
	"PickUpPoint":"Obsah řetězce",
	"SendByParts":true,
	"TransportMethodId":9223372036854775807,
	"VATPayer":true
}

Následuje schéma XML žádosti:

<xs:schema xmlns:tns="K2.Data" elementFormDefault="qualified" targetNamespace="K2.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="DataObjectWrapper">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:DataContractBase">
        <xs:sequence>
          <xs:element name="DOClassName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Deleted" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="FieldValues" nillable="true" type="tns:ArrayOfNameValue" />
          <xs:element minOccurs="0" name="ItemURL" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="DataObjectWrapper" nillable="true" type="tns:DataObjectWrapper" />
  <xs:complexType name="DataContractBase">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="DataContractBase" nillable="true" type="tns:DataContractBase" />
  <xs:complexType name="ArrayOfNameValue">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="NameValue" nillable="true" type="tns:NameValue" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfNameValue" nillable="true" type="tns:ArrayOfNameValue" />
  <xs:complexType name="NameValue">
    <xs:sequence>
      <xs:element minOccurs="0" name="Changed" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="NoPermission" type="xs:boolean">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NameValue" nillable="true" type="tns:NameValue" />
  <xs:complexType name="DataObjectCollectionWrapper">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="Item" nillable="true" type="tns:DataObjectWrapper" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DataObjectCollectionWrapper" nillable="true" type="tns:DataObjectCollectionWrapper" />
  <xs:complexType name="ChildDataObjectWrapper">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:DataContractBase">
        <xs:sequence>
          <xs:element minOccurs="0" name="Items" nillable="true" type="tns:DataObjectCollectionWrapper" />
          <xs:element minOccurs="0" name="Selection" nillable="true" type="tns:Selection">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ChildDataObjectWrapper" nillable="true" type="tns:ChildDataObjectWrapper" />
  <xs:complexType name="Selection">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q1="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q1:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="SelectionId" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="TopCount" type="xs:int" />
          <xs:element minOccurs="0" name="conditions" nillable="true" type="tns:NodeCondition" />
          <xs:element minOccurs="0" name="parameters" nillable="true" type="tns:ArrayOfSelectionParameter" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="Selection" nillable="true" type="tns:Selection" />
  <xs:complexType name="NodeCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="OperatorOR" type="xs:boolean" />
          <xs:element minOccurs="0" name="conditions" nillable="true" type="tns:ArrayOfBaseCondition" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="NodeCondition" nillable="true" type="tns:NodeCondition" />
  <xs:complexType name="BaseCondition">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q2="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q2:ClientServerObject">
        <xs:sequence />
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="BaseCondition" nillable="true" type="tns:BaseCondition" />
  <xs:complexType name="CurrentCompanyCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="Book" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="SetBooks" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="CurrentCompanyCondition" nillable="true" type="tns:CurrentCompanyCondition" />
  <xs:complexType name="FieldCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="Field" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="IsRemovable" type="xs:boolean" />
          <xs:element minOccurs="0" name="LikeStyle" xmlns:q3="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q3:LikeStyle" />
          <xs:element minOccurs="0" name="Negation" type="xs:boolean" />
          <xs:element minOccurs="0" name="Operator" xmlns:q4="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q4:ConditionOperator" />
          <xs:element minOccurs="0" name="Options" type="xs:unsignedShort" />
          <xs:element minOccurs="0" name="ValueType" xmlns:q5="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q5:ValueType" />
          <xs:element minOccurs="0" name="Values" nillable="true" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q6:ArrayOfanyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="FieldCondition" nillable="true" type="tns:FieldCondition" />
  <xs:complexType name="MasterCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:FieldCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="MasterField" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="MasterCondition" nillable="true" type="tns:MasterCondition" />
  <xs:complexType name="JunctionCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:MasterCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="TableNo" type="xs:int" />
          <xs:element minOccurs="0" name="junctionItems" nillable="true" type="tns:ArrayOfJunctionItem" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="JunctionCondition" nillable="true" type="tns:JunctionCondition" />
  <xs:complexType name="ArrayOfJunctionItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="JunctionItem" nillable="true" type="tns:JunctionItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfJunctionItem" nillable="true" type="tns:ArrayOfJunctionItem" />
  <xs:complexType name="JunctionItem">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q7="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q7:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="JunctionNo" type="xs:int" />
          <xs:element minOccurs="0" name="Side" type="q7:JunctionSide" />
          <xs:element minOccurs="0" name="Type" type="q7:JunctionType" />
          <xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="JunctionItem" nillable="true" type="tns:JunctionItem" />
  <xs:complexType name="ChildCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="ProgName" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Where" nillable="true" type="tns:Selection" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ChildCondition" nillable="true" type="tns:ChildCondition" />
  <xs:complexType name="FullTextCondition">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:BaseCondition">
        <xs:sequence>
          <xs:element minOccurs="0" name="EnumFields" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="LinkPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Options" xmlns:q8="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q8:FullTextOptions" />
          <xs:element minOccurs="0" name="Params" nillable="true" type="xs:string" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="FullTextCondition" nillable="true" type="tns:FullTextCondition" />
  <xs:complexType name="ArrayOfBaseCondition">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="BaseCondition" nillable="true" type="tns:BaseCondition" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfBaseCondition" nillable="true" type="tns:ArrayOfBaseCondition" />
  <xs:complexType name="ArrayOfSelectionParameter">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="SelectionParameter" nillable="true" type="tns:SelectionParameter" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfSelectionParameter" nillable="true" type="tns:ArrayOfSelectionParameter" />
  <xs:complexType name="SelectionParameter">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q9="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q9:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="Enabled" type="xs:boolean" />
          <xs:element minOccurs="0" name="ID" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Values" nillable="true" xmlns:q10="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q10:ArrayOfanyType" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="SelectionParameter" nillable="true" type="tns:SelectionParameter" />
  <xs:complexType name="SelectionPrompt">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:SelectionParameter">
        <xs:sequence>
          <xs:element minOccurs="0" name="ChildPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FieldPath" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="FieldVarType" type="xs:unsignedShort" />
          <xs:element minOccurs="0" name="Operator" xmlns:q11="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" type="q11:ConditionOperator" />
          <xs:element minOccurs="0" name="ParamCount" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="SelectionPrompt" nillable="true" type="tns:SelectionPrompt" />
  <xs:complexType name="ESOrderConfirmData">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q12="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q12:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="AdditionalInfo" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="AdditionalInformation" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="BasketId" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="BasketItems" nillable="true" type="tns:ArrayOfESOrderBasketItem">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="BranchStockId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ConEmail" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ConFirstName" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ConLastName" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ConMarketingInfo" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ConPhoneNr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="CouponRID" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="CurrencyStr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelCountry" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelEmail" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelName" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelNumber" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelPhoneNr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelPlace" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelPostCode" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelStreet" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelTown" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelivAddrId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DelivAddrSource" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DeliveryCustomerId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="DeliveryTerm" nillable="true" type="xs:dateTime">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Fields" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="IPAddress" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="IPv6Address" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvAddrId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvAddrSource" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvAddressEntered" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvCountry" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvEmail" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvIdNumber" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvName" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvNumber" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvPhoneNr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvPostCode" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvStreet" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvTaxNo" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvTown" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="InvVatNumber" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="LoggedUserId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PaymentMethodId" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PickUpPoint" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="SendByParts" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="TransportMethodId" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="VATPayer" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ESOrderConfirmData" nillable="true" type="tns:ESOrderConfirmData" />
  <xs:complexType name="ArrayOfESOrderBasketItem">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="ESOrderBasketItem" nillable="true" type="tns:ESOrderBasketItem" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfESOrderBasketItem" nillable="true" type="tns:ArrayOfESOrderBasketItem" />
  <xs:complexType name="ESOrderBasketItem">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q13="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" base="q13:ClientServerObject">
        <xs:sequence>
          <xs:element minOccurs="0" name="AdditionalInformation" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ChangedElement" type="xs:unsignedByte">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Fields" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="GoodsId" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ItemRID" type="xs:long">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PercentageReduction" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceBruto" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="PriceNetto" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Quantity" type="xs:double">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="QuickOrderErr" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="QuickOrderIdentifier" nillable="true" type="xs:string">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="Reduction" type="xs:decimal">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="ReturnAllItems" type="xs:boolean">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
          <xs:element minOccurs="0" name="TaxGroup" type="xs:int">
            <xs:annotation>
              <xs:appinfo>
                <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
              </xs:appinfo>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="ESOrderBasketItem" nillable="true" type="tns:ESOrderBasketItem" />
</xs:schema>

Schémata XML další žádosti:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/K2.Core.ClientServerObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ClientServerObject">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="ClientServerObject" nillable="true" type="tns:ClientServerObject" />
  <xs:simpleType name="LikeStyle">
    <xs:restriction base="xs:string">
      <xs:enumeration value="lAnyWhere" />
      <xs:enumeration value="lBeginning" />
      <xs:enumeration value="lStrict" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="LikeStyle" nillable="true" type="tns:LikeStyle" />
  <xs:simpleType name="ConditionOperator">
    <xs:restriction base="xs:string">
      <xs:enumeration value="oUnknown" />
      <xs:enumeration value="oLess" />
      <xs:enumeration value="oLessOrEqual" />
      <xs:enumeration value="oEqual" />
      <xs:enumeration value="oNotEqual" />
      <xs:enumeration value="oGreaterOrEqual" />
      <xs:enumeration value="oGreater" />
      <xs:enumeration value="oLike" />
      <xs:enumeration value="oBetween" />
      <xs:enumeration value="oIn" />
      <xs:enumeration value="oEmpty" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ConditionOperator" nillable="true" type="tns:ConditionOperator" />
  <xs:simpleType name="ValueType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="vConstant" />
      <xs:enumeration value="vExpression" />
      <xs:enumeration value="vDataField" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ValueType" nillable="true" type="tns:ValueType" />
  <xs:simpleType name="JunctionSide">
    <xs:restriction base="xs:string">
      <xs:enumeration value="jnsLeft" />
      <xs:enumeration value="jnsRight" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="JunctionSide" nillable="true" type="tns:JunctionSide" />
  <xs:simpleType name="JunctionType">
    <xs:restriction base="xs:string">
      <xs:enumeration value="jntConst" />
      <xs:enumeration value="jntField" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="JunctionType" nillable="true" type="tns:JunctionType" />
  <xs:simpleType name="FullTextOptions">
    <xs:restriction base="xs:string">
      <xs:enumeration value="RawParams" />
      <xs:enumeration value="EnumFields" />
      <xs:enumeration value="LinkPath" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="FullTextOptions" nillable="true" type="tns:FullTextOptions" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfanyType">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="anyType" nillable="true" type="xs:anyType" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfanyType" nillable="true" type="tns:ArrayOfanyType" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>