TotalDuty.xsd
上传用户:cha0314
上传日期:2014-03-02
资源大小:12522k
文件大小:1k
- <?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>