ldj/winform/Service References/ServiceReferenceConfiguration/ConfigurationService.xsd

15 lines
554 B
XML
Raw Permalink Normal View History

2024-02-06 20:39:38 +08:00
<?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:element name="getDbConn">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="getDbConnResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="getDbConnResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>