| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="utf-8"?>
- <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PPModuleService?xsd=xsd4" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
- <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PPModuleService?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/System" />
- <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PPModuleService?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" />
- <xs:complexType name="ClientRequestEntity">
- <xs:sequence>
- <xs:element minOccurs="0" name="Data" nillable="true">
- <xs:complexType>
- <xs:annotation>
- <xs:appinfo>
- <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
- </xs:appinfo>
- </xs:annotation>
- <xs:sequence>
- <xs:element ref="xs:schema" />
- <xs:any />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="NameSpace" nillable="true" type="xs:string" />
- <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Properties" nillable="true" type="q1:ArrayOfKeyValueOfstringanyType" />
- <xs:element minOccurs="0" name="Request" nillable="true" type="xs:anyType" />
- <xs:element minOccurs="0" name="TimeStamp" nillable="true" type="xs:dateTime" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="ClientRequestEntity" nillable="true" type="tns:ClientRequestEntity" />
- <xs:complexType name="ServiceResultEntity">
- <xs:sequence>
- <xs:element minOccurs="0" name="Data" nillable="true">
- <xs:complexType>
- <xs:annotation>
- <xs:appinfo>
- <ActualType Name="DataSet" Namespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
- </xs:appinfo>
- </xs:annotation>
- <xs:sequence>
- <xs:element ref="xs:schema" />
- <xs:any />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Exception" nillable="true" type="q2:Exception" />
- <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="OtherStatus" type="xs:int" />
- <xs:element minOccurs="0" name="Result" nillable="true" type="xs:anyType" />
- <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" minOccurs="0" name="Status" type="q3:Constant.ServiceResultStatus" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="ServiceResultEntity" nillable="true" type="tns:ServiceResultEntity" />
- </xs:schema>
|