- 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源码
StaffDataSet.xsd
资源名称:OAJP.rar [点击查看]
上传用户:jdb8708888
上传日期:2013-05-29
资源大小:19971k
文件大小:1k
源码类别:
WEB源码(ASP,PHP,...)
开发平台:
C#
- <?xml version="1.0" encoding="utf-8" ?>
- <xs:schema id="StaffDataSet" targetNamespace="http://tempuri.org/StaffDataSet.xsd" elementFormDefault="qualified"
- xmlns="http://tempuri.org/StaffDataSet.xsd" xmlns:mstns="http://tempuri.org/StaffDataSet.xsd"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="StaffView">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Staff_Name" type="xs:string" />
- <xs:element name="RealName" type="xs:string" minOccurs="0" />
- <xs:element name="Email" type="xs:string" minOccurs="0" />
- <xs:element name="Mobile" type="xs:string" minOccurs="0" />
- <xs:element name="SexName" type="xs:string" />
- <xs:element name="Position_Name" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>