| 查看: 428 | 回复: 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爆红了怎么回事啊? |
» 猜你喜欢
filecode,4个jtjc了
已经有8人回复
2027广东省杰青
已经有10人回复
朋友圈看到的
已经有8人回复
时间戳变了,能看出什么问题?
已经有14人回复
今天基金会出结果吗?20260819
已经有7人回复
咱们一起用铁证分析2026国家社科基金中标与否
已经有30人回复
今天放榜吗?
已经有11人回复
快农历七夕节了,轻松一下,男人悄悄话,女施主请不要进来。
已经有7人回复
欢迎发来filecode的Mz6后的代码验证其规律
已经有114人回复
什么时候开奖?
已经有6人回复
2楼2016-07-04 07:52:53
3楼2016-07-05 06:59:02










回复此楼