ldj/winform/Service References/TMService/TMService65.xsd

24 lines
1.5 KiB
XML
Raw Normal View History

2024-02-06 20:39:38 +08:00
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="wcfTranRequest">
<xs:sequence>
<xs:element minOccurs="0" name="boxCnt" type="xs:int" />
<xs:element minOccurs="0" name="bulkBag" type="xs:int" />
<xs:element minOccurs="0" name="bulkBox" type="xs:int" />
<xs:element minOccurs="0" name="contact" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="driver" type="xs:int" />
<xs:element minOccurs="0" name="id" type="xs:int" />
<xs:element minOccurs="0" name="lineId" type="xs:int" />
<xs:element minOccurs="0" name="phone" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="state" type="xs:int" />
<xs:element minOccurs="0" name="sumVol" type="xs:decimal" />
<xs:element minOccurs="0" name="sumWeight" type="xs:decimal" />
<xs:element minOccurs="0" name="thirdPart" type="xs:int" />
<xs:element minOccurs="0" name="tranType" type="xs:int" />
<xs:element minOccurs="0" name="transNo" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="viechleNo" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="wcfTranRequest" nillable="true" type="tns:wcfTranRequest" />
</xs:schema>