ReportModuleService3.xsd 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.ReportModule" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.ReportModule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="SearchGoodsFollowingEntity">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="AccountDateEnd" nillable="true" type="xs:dateTime" />
  6. <xs:element minOccurs="0" name="AccountDateStart" nillable="true" type="xs:dateTime" />
  7. <xs:element minOccurs="0" name="AccountID" type="xs:int" />
  8. <xs:element minOccurs="0" name="Barcode" nillable="true" type="xs:string" />
  9. <xs:element minOccurs="0" name="CreateTimeEnd" nillable="true" type="xs:dateTime" />
  10. <xs:element minOccurs="0" name="CreateTimeStart" nillable="true" type="xs:dateTime" />
  11. <xs:element minOccurs="0" name="GlazeTypeID" type="xs:int" />
  12. <xs:element minOccurs="0" name="GlazeTypeName" nillable="true" type="xs:string" />
  13. <xs:element minOccurs="0" name="GoodsCode" nillable="true" type="xs:string" />
  14. <xs:element minOccurs="0" name="GoodsID" type="xs:int" />
  15. <xs:element minOccurs="0" name="GoodsName" nillable="true" type="xs:string" />
  16. <xs:element minOccurs="0" name="GoodsSpecification" nillable="true" type="xs:string" />
  17. <xs:element minOccurs="0" name="GoodsTypeCode" nillable="true" type="xs:string" />
  18. <xs:element minOccurs="0" name="GoodsTypeID" type="xs:int" />
  19. <xs:element minOccurs="0" name="GoodsTypeName" nillable="true" type="xs:string" />
  20. <xs:element minOccurs="0" name="GroutingLineCode" nillable="true" type="xs:string" />
  21. <xs:element minOccurs="0" name="GroutingLineID" nillable="true" type="xs:int" />
  22. <xs:element minOccurs="0" name="GroutingLineName" nillable="true" type="xs:string" />
  23. <xs:element minOccurs="0" name="GroutingUserCode" nillable="true" type="xs:string" />
  24. <xs:element minOccurs="0" name="GroutingUserID" type="xs:int" />
  25. <xs:element minOccurs="0" name="GroutingUserName" nillable="true" type="xs:string" />
  26. <xs:element minOccurs="0" name="MouldCode" nillable="true" type="xs:string" />
  27. <xs:element minOccurs="0" name="ProcedureCode" nillable="true" type="xs:string" />
  28. <xs:element minOccurs="0" name="ProcedureID" type="xs:int" />
  29. <xs:element minOccurs="0" name="ProcedureName" nillable="true" type="xs:string" />
  30. <xs:element minOccurs="0" name="ProductionDataID" type="xs:int" />
  31. <xs:element minOccurs="0" name="Purviews" nillable="true" type="xs:string" />
  32. <xs:element minOccurs="0" name="UserCode" nillable="true" type="xs:string" />
  33. <xs:element minOccurs="0" name="UserID" type="xs:int" />
  34. <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
  35. <xs:element minOccurs="0" name="ValueFlag" type="xs:int" />
  36. </xs:sequence>
  37. </xs:complexType>
  38. <xs:element name="SearchGoodsFollowingEntity" nillable="true" type="tns:SearchGoodsFollowingEntity" />
  39. </xs:schema>