ldj/winform/Service References/BoxService.svc/WmsOutBoxService.xsd

24 lines
1.4 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="WcfWmsOutBox">
<xs:sequence>
<xs:element minOccurs="0" name="color" type="xs:int" />
<xs:element minOccurs="0" name="height" type="xs:decimal" />
<xs:element minOccurs="0" name="id" type="xs:int" />
<xs:element minOccurs="0" name="length" type="xs:decimal" />
<xs:element minOccurs="0" name="load" type="xs:int" />
<xs:element minOccurs="0" name="partion" type="xs:int" />
<xs:element minOccurs="0" name="state" type="xs:int" />
<xs:element minOccurs="0" name="type" type="xs:int" />
<xs:element minOccurs="0" name="volume" type="xs:decimal" />
<xs:element minOccurs="0" name="width" type="xs:decimal" />
</xs:sequence>
</xs:complexType>
<xs:element name="WcfWmsOutBox" nillable="true" type="tns:WcfWmsOutBox" />
<xs:complexType name="ArrayOfWcfWmsOutBox">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="WcfWmsOutBox" nillable="true" type="tns:WcfWmsOutBox" />
</xs:sequence>
</xs:complexType>
<xs:element name="ArrayOfWcfWmsOutBox" nillable="true" type="tns:ArrayOfWcfWmsOutBox" />
</xs:schema>