| 查看: 437 | 回复: 2 | ||
[求助]
在线求助
|
|
<?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/books" elementFormDefault="qualified" > <element name="books"> <complexType> <sequence> <element name="book" maxOccurs="unbounded"> <complexType> <sequence> <element name="name" type="string"></element> <element name="price" type="int"></element> <element name="author" type="string"></element> <any></any> </sequence> <attribute name="id" type="ID" use="required"></attribute> </complexType> </element> </sequence> </complexType> </element> </schema> <?xml version="1.0" encoding="UTF-8"?> <books xmlns="http://www.example.org/books" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.org/books books.xsd" > <book id="sn123456789"> <name>书剑恩仇录</name> <price>22</price> <author>金庸</author> </book> <book id="sn987654321"> <name>仙逆</name> <price>20</price> <author>耳根</author> </book> </books> 两个book爆红了怎么回事啊? |
» 猜你喜欢
浙江师范大学是怎么坑我的
已经有7人回复
求教各位大神:2026教育部人文社科青年基金项目何时公示呀?
已经有6人回复
面上有专家说实验设备不是我们单位的
已经有8人回复
科研求助
已经有4人回复
博士去二本高校当辅导员,如何调整心态?
已经有11人回复
江苏省自然基金 什么时候出结果
已经有6人回复
闲聊
已经有3人回复
2楼2016-07-04 07:52:53
3楼2016-07-05 06:59:02









回复此楼