source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/bug303566_1.xml@
104071
最後變更 在這個檔案從104071是 95312,由 提交於 3 年 前 | |
---|---|
檔案大小: 417 位元組 |
行 | |
---|---|
1 | <?xml version="1.0"?> |
2 | <Test |
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | xsi:noNamespaceSchemaLocation="bug303566_1.xsd"> |
5 | <Country code="D"> |
6 | <City name="Berlin" |
7 | code="B"> |
8 | <Part country="D"/> |
9 | <Part country="B"/> |
10 | </City> |
11 | </Country> |
12 | <Country code="F"> |
13 | <City name="Paris" code="P"> |
14 | <Part country="F"/> |
15 | <Part country="F"/> |
16 | </City> |
17 | </Country> |
18 | </Test> |
19 |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器