| 查看: 413 | 回复: 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爆红了怎么回事啊? |
» 猜你喜欢
时间戳他又来了
已经有17人回复
系统今天又提示维护了,估计离放榜不远了
已经有9人回复
产物和副产物价值比较
已经有4人回复
这个自发加氧反应的机理是什么?
已经有7人回复
J-J-W不为人知的一面
已经有19人回复
没消息就是被刷了呗
已经有14人回复
微信指数没变化,科研之友没阅读
已经有8人回复
这种情况还有戏吗
已经有11人回复
同事接到电话了,我却没有
已经有4人回复
准备明年的基金了
已经有5人回复
2楼2016-07-04 07:52:53
3楼2016-07-05 06:59:02











回复此楼