<?xml version="1.0" encoding="utf-8"?>
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/IWareCC.Extend" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/IWareCC.Extend" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
<xs:complexType name="FunModel">
|
<xs:sequence>
|
<xs:element minOccurs="0" name="data" nillable="true" type="xs:anyType" />
|
<xs:element minOccurs="0" name="errMsg" nillable="true" type="xs:string" />
|
<xs:element minOccurs="0" name="result" type="xs:boolean" />
|
</xs:sequence>
|
</xs:complexType>
|
<xs:element name="FunModel" nillable="true" type="tns:FunModel" />
|
</xs:schema>
|