PCModuleService85.xsd 1.1 KB

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.PCModule" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Dongke.IBOSS.PRD.WCF.DataModels.PCModule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="ClassesSettingEntity">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="AccountDate" nillable="true" type="xs:dateTime" />
  6. <xs:element minOccurs="0" name="AccountDatePDA" nillable="true" type="xs:string" />
  7. <xs:element minOccurs="0" name="ClassesSettingID" type="xs:int" />
  8. <xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string" />
  9. <xs:element minOccurs="0" name="UserCode" nillable="true" type="xs:string" />
  10. <xs:element minOccurs="0" name="UserID" type="xs:int" />
  11. <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" />
  12. </xs:sequence>
  13. </xs:complexType>
  14. <xs:element name="ClassesSettingEntity" nillable="true" type="tns:ClassesSettingEntity" />
  15. </xs:schema>