| 查看: 399 | 回复: 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爆红了怎么回事啊? |
» 猜你喜欢
航天502所 高瑛珂博士 婚内征婚 欺骗女性开房
已经有33人回复
关于水星近日点进动成因的质疑 与实证分析
已经有9人回复
婚姻里的赢家
已经有6人回复
祈祷自己至少3A2B上会啊!
已经有7人回复
你们遇到过吗
已经有4人回复
山东省优青 青B通知了????
已经有3人回复
2楼2016-07-04 07:52:53
3楼2016-07-05 06:59:02











回复此楼