ldj/winform/Service References/ServiceReferenceOwner/OwnerService.xsd

17 lines
1.1 KiB
XML

<?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="WcfOwner">
<xs:sequence>
<xs:element minOccurs="0" name="ID" type="xs:int" />
<xs:element minOccurs="0" name="createtime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="dr" type="xs:boolean" />
<xs:element minOccurs="0" name="lastmodified" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="lotId" type="xs:int" />
<xs:element minOccurs="0" name="operater" type="xs:int" />
<xs:element minOccurs="0" name="ownerCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ownerName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="WcfOwner" nillable="true" type="tns:WcfOwner" />
</xs:schema>