source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schemas/ns2_0.xsd@
102315
最後變更 在這個檔案從102315是 95312,由 提交於 2 年 前 | |
---|---|
檔案大小: 370 位元組 |
行 | |
---|---|
1 | <schema xmlns:my='http://my.ns/' |
2 | xmlns='http://www.w3.org/2001/XMLSchema' |
3 | targetNamespace='http://my.ns/' |
4 | > |
5 | <attribute name='other' type='string'/> |
6 | <element name='my'> |
7 | <complexType> |
8 | <simpleContent> |
9 | <extension base='string'> |
10 | <attribute ref='my:other'/> |
11 | </extension> |
12 | </simpleContent> |
13 | </complexType> |
14 | </element> |
15 | </schema> |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器