| 查看: 410 | 回复: 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爆红了怎么回事啊? |
» 猜你喜欢
今年E04面上
已经有13人回复
Journal of Environmental Chemical Engineering
已经有3人回复
最后一年,祈求好运
已经有3人回复
风电环氧领域
已经有3人回复
2026年面上项目中了,2A+B, 会评顺利通过
已经有8人回复
昨日死,今日生
已经有8人回复
刑法学论文投稿求助
已经有3人回复
售T0P一区SCI文章,我:8O5.51.O.54,科目齐全,可+急
已经有4人回复
售T0P一区SCI文章,我:8O5.51.O.54,科目齐全,可+急
已经有4人回复
植酸TLC薄层色谱爬板
已经有6人回复
2楼2016-07-04 07:52:53
3楼2016-07-05 06:59:02











回复此楼