| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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/PAMModuleService?xsd=xsd6" namespace="http://schemas.datacontract.org/2004/07/System" />
- <xs:import schemaLocation="http://127.0.0.1:1234/DKService/PAMModuleService?xsd=xsd7" namespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" />
- <xs:complexType name="AdminEXAEntity">
- <xs:sequence>
- <xs:element minOccurs="0" name="AdminEXAID" nillable="true" type="xs:int" />
- <xs:element minOccurs="0" name="AdminEXATypeID" nillable="true" type="xs:int" />
- <xs:element minOccurs="0" name="Amount" type="xs:decimal" />
- <xs:element minOccurs="0" name="AuditStatus" nillable="true" type="xs:int" />
- <xs:element minOccurs="0" name="AuditUser" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="AuditlDate" nillable="true" type="xs:dateTime" />
- <xs:element minOccurs="0" name="Auditor" nillable="true" type="xs:int" />
- <xs:element minOccurs="0" name="CreateUserID" type="xs:int" />
- <xs:element minOccurs="0" name="OPTimeStamp" type="xs:dateTime" />
- <xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="SettlementFlag" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="StaffCode" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="StaffID" nillable="true" type="xs:int" />
- <xs:element minOccurs="0" name="StaffName" nillable="true" type="xs:string" />
- <xs:element minOccurs="0" name="UpdateUserID" type="xs:int" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="AdminEXAEntity" nillable="true" type="tns:AdminEXAEntity" />
- <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:q1="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="Exception" nillable="true" type="q1: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:q2="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.Basics.BaseResources" minOccurs="0" name="Status" type="q2:Constant.ServiceResultStatus" />
- </xs:sequence>
- </xs:complexType>
- <xs:element name="ServiceResultEntity" nillable="true" type="tns:ServiceResultEntity" />
- </xs:schema>
|