天津投入产出系统后端
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.
 
 
 
 
 
 

32 lines
1.5 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:8732/OPCService/?xsd=xsd2" namespace="http://schemas.datacontract.org/2004/07/OPCAdapter.Core" />
<xs:element name="ReadData">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/OPCAdapter.Core" minOccurs="0" name="odData" nillable="true" type="q1:OpcDeviceData" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ReadDataResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/OPCAdapter.Core" minOccurs="0" name="ReadDataResult" nillable="true" type="q2:OPCResult" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="WriteData">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/OPCAdapter.Core" minOccurs="0" name="odData" nillable="true" type="q3:OpcDeviceData" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="WriteDataResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/OPCAdapter.Core" minOccurs="0" name="WriteDataResult" nillable="true" type="q4:OPCResult" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>