You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.8 KiB
34 lines
1.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:import schemaLocation="http://localhost:8938/LoginService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys" />
|
|
<xs:import schemaLocation="http://localhost:8938/LoginService.svc?xsd=xsd5" namespace="http://schemas.datacontract.org/2004/07/QMFrameWork.ServiceInterface" />
|
|
<xs:element name="IsLogin">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys" minOccurs="0" name="login" nillable="true" type="q1:LoginInfo" />
|
|
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/QMFrameWork.ServiceInterface" minOccurs="0" name="c" nillable="true" type="q2:CredentialInfo" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="IsLoginResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys" minOccurs="0" name="IsLoginResult" nillable="true" type="q3:LoginInfo" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="GetLoginInfo">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/QMFrameWork.ServiceInterface" minOccurs="0" name="c" nillable="true" type="q4:CredentialInfo" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="GetLoginInfoResponse">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/QMAPP.Entity.Sys" minOccurs="0" name="GetLoginInfoResult" nillable="true" type="q5:LoginInfo" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema>
|