以文本方式查看主题 - 计算机科学论坛 (http://bbs.xml.org.cn/index.asp) -- 『 网友互助 』 (http://bbs.xml.org.cn/list.asp?boardid=76) ---- 简单问题紧急求助 (http://bbs.xml.org.cn/dispbbs.asp?boardid=76&rootid=&id=46313) |
-- 作者:xiaofenga -- 发布时间:5/2/2007 3:53:00 PM -- 简单问题紧急求助 想达到如下效果的话,下面附的xml对吗? 基本信息: 姓名 李力 生日 13/05/1983 地址 北京 家电 0000-0 手机 0000 教育信息: 所在学校 中国科学院研究生院 研究所 计算所 专业 计算机软件科学与理论 研究方向 信息安全 <?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by xiaofenga (中国科学院) --> <xs:schema xmlns="http://my-company.com/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://my-company.com/namespace" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="Myself"> <xs:annotation> <xs:documentation>Root element</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="基本信息"> <xs:complexType> <xs:sequence> <xs:element name="姓名" type="xs:string"/> <xs:element name="生日" type="xs:time"/> <xs:element name="地址" type="xs:string"/> <xs:element name="家电" type="xs:string"/> <xs:element name="手机" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="教育信息"> <xs:complexType> <xs:sequence> <xs:element name="所在学校 " type="xs:string"/> <xs:element name="研究所" type="xs:string"/> <xs:element name="专业" type="xs:string"/> <xs:element name="研究方向" type="xs:string"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> |
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
31.250ms |