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.
14 lines
990 B
14 lines
990 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/QMFrameWork.ServiceInterface" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/QMFrameWork.ServiceInterface" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:complexType name="CredentialInfo">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="ClientIP" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="CredentialID" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="PassWord" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="UserDes" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="UserID" nillable="true" type="xs:string" />
|
|
<xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="CredentialInfo" nillable="true" type="tns:CredentialInfo" />
|
|
</xs:schema>
|