|
|
<?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://nserver/B2/LoginService.svc?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/Bwp.Web.Pages.WCFs" />
|
|
|
<xs:element name="Login">
|
|
|
<xs:complexType>
|
|
|
<xs:sequence>
|
|
|
<xs:element minOccurs="0" name="username" nillable="true" type="xs:string" />
|
|
|
<xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
|
|
|
</xs:sequence>
|
|
|
</xs:complexType>
|
|
|
</xs:element>
|
|
|
<xs:element name="LoginResponse">
|
|
|
<xs:complexType>
|
|
|
<xs:sequence>
|
|
|
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Bwp.Web.Pages.WCFs" minOccurs="0" name="LoginResult" nillable="true" type="q1:WcfLoginResponseMessage" />
|
|
|
</xs:sequence>
|
|
|
</xs:complexType>
|
|
|
</xs:element>
|
|
|
<xs:element name="KeepLogin">
|
|
|
<xs:complexType>
|
|
|
<xs:sequence>
|
|
|
<xs:element minOccurs="0" name="ticket" nillable="true" type="xs:string" />
|
|
|
</xs:sequence>
|
|
|
</xs:complexType>
|
|
|
</xs:element>
|
|
|
<xs:element name="KeepLoginResponse">
|
|
|
<xs:complexType>
|
|
|
<xs:sequence>
|
|
|
<xs:element minOccurs="0" name="KeepLoginResult" type="xs:boolean" />
|
|
|
</xs:sequence>
|
|
|
</xs:complexType>
|
|
|
</xs:element>
|
|
|
</xs:schema>
|