TotalDuty.xsd
上传用户:xuming1973
上传日期:2014-02-27
资源大小:17511k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

C#

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <xs:schema id="TotalDuty" targetNamespace="http://tempuri.org/TotalDuty.xsd" elementFormDefault="qualified"
  3. attributeFormDefault="qualified" xmlns="http://tempuri.org/TotalDuty.xsd" xmlns:mstns="http://tempuri.org/TotalDuty.xsd"
  4. xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  5. <xs:element name="TotalDuty" msdata:IsDataSet="true">
  6. <xs:complexType>
  7. <xs:choice maxOccurs="unbounded">
  8. <xs:element name="DutyStat">
  9. <xs:complexType>
  10. <xs:sequence>
  11. <xs:element name="RealName" type="xs:string" minOccurs="0" />
  12. <xs:element name="Common" type="xs:int" minOccurs="0" />
  13. <xs:element name="Late" type="xs:int" minOccurs="0" />
  14. <xs:element name="Early" type="xs:int" minOccurs="0" />
  15. <xs:element name="Absence" type="xs:int" minOccurs="0" />
  16. <xs:element name="Presence" type="xs:int" minOccurs="0" />
  17. <xs:element name="Staff_ID" type="xs:int" minOccurs="0" />
  18. </xs:sequence>
  19. </xs:complexType>
  20. </xs:element>
  21. </xs:choice>
  22. </xs:complexType>
  23. </xs:element>
  24. </xs:schema>