- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
TotalDuty.xsd
资源名称:OAJP.rar [点击查看]
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
C#
- <?xml version="1.0" encoding="utf-8" ?>
- <xs:schema id="TotalDuty" targetNamespace="http://tempuri.org/TotalDuty.xsd" elementFormDefault="qualified"
- attributeFormDefault="qualified" xmlns="http://tempuri.org/TotalDuty.xsd" xmlns:mstns="http://tempuri.org/TotalDuty.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="TotalDuty" msdata:IsDataSet="true">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="DutyStat">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RealName" type="xs:string" minOccurs="0" />
- <xs:element name="Common" type="xs:int" minOccurs="0" />
- <xs:element name="Late" type="xs:int" minOccurs="0" />
- <xs:element name="Early" type="xs:int" minOccurs="0" />
- <xs:element name="Absence" type="xs:int" minOccurs="0" />
- <xs:element name="Presence" type="xs:int" minOccurs="0" />
- <xs:element name="Staff_ID" type="xs:int" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>