<?xml version="1.0"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/UCommerce.Web.Api.Services.Definitions" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/UCommerce.Web.Api.Services.Definitions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.datacontract.org/2004/07/UCommerce.Web.Api.Model" />
  <xs:complexType name="UpdateDefinitionGraphRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="DefinitionGraph" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/UCommerce.Web.Api.Model" type="q1:DefinitionGraph" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="UpdateDefinitionGraphRequest" nillable="true" type="tns:UpdateDefinitionGraphRequest" />
  <xs:complexType name="DefinitionGraphRequest">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="DefinitionGraphRequest" nillable="true" type="tns:DefinitionGraphRequest" />
</xs:schema>