<?xml version=”1.0″ standalone=”yes”?>
<users>
<xs:schema id=”users” xmlns=”” xmlns:xs=”http://www.w3.org/2001/xmlschema” xmlns:msdata=”urn:schemas-microsoft-com:xml-msdata”>
<xs:element name=”users” msdata:isdataset=”true” msdata:locale=”zh-cn”>
<xs:complextype>
<xs:choice maxoccurs=”unbounded”>
<xs:element name=”user”>
<xs:complextype>
<xs:sequence>
<xs:element name=”username” type=”xs:string” minoccurs=”0″ msdata:ordinal=”0″ />
<xs:element name=”userpass” type=”xs:string” minoccurs=”0″ msdata:ordinal=”1″ />
</xs:sequence>
<xs:attribute name=”id” type=”xs:string” />
</xs:complextype>
</xs:element>
</xs:choice>
</xs:complextype>
</xs:element>
</xs:schema>
<user id=”1″>
<username>outrace</username>
<userpass>mypass</userpass>
</user>
<user id=”2″>
<username>trace</username>
<userpass>mypass2</userpass>
</user>
</users>
C#对XML操作:建立XML(3)-.NET教程,C#语言
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » C#对XML操作:建立XML(3)-.NET教程,C#语言
相关推荐
-      VS2010的aspx文件中的html代码的格式化方法
-      .net 反序题目的详细解答第1/2页
-      asp.net创建html文本文件实例
-      比较完整的 asp.net 学习流程
-      官网 Ext direct包中.NET版的问题
-      C# XML操作 代码大全(读XML,写XML,更新,删除节点,与dataset结合等)第1/2页
-      c# 连接字符串数据库服务器端口号 .net状态服务器端口号
-      asp.net教程:简单的C#图片上传代码或C#文件上传代码
