<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/AnjiSmart.Query.LogService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/AnjiSmart.Query.LogService" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import schemaLocation="http://localhost:7777/QueryService/QueryLogService.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/AnjiSmart.Query.Log" />
  <xs:complexType name="QueryInfo">
    <xs:sequence>
      <xs:element minOccurs="0" name="Feature" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="FirmId" type="xs:int" />
      <xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/AnjiSmart.Query.Log" minOccurs="0" name="Level" type="q1:LogLevel" />
      <xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
      <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/AnjiSmart.Query.Log" minOccurs="0" name="Mold" type="q2:QueryMold" />
      <xs:element minOccurs="0" name="OptionDate" type="xs:dateTime" />
      <xs:element minOccurs="0" name="ProductId" type="xs:int" />
      <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/AnjiSmart.Query.Log" minOccurs="0" name="Result" type="q3:QueryResultMold" />
      <xs:element minOccurs="0" name="SeriesId" type="xs:int" />
      <xs:element minOccurs="0" name="code" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="remarks" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="QueryInfo" nillable="true" type="tns:QueryInfo" />
</xs:schema>