source:
vbox/trunk/src/libs/libxml2-2.9.14/test/relaxng/710744.rng@
97823
最後變更 在這個檔案從97823是 95312,由 提交於 3 年 前 | |
---|---|
檔案大小: 411 位元組 |
行 | |
---|---|
1 | <?xml version="1.0"?> |
2 | <grammar xmlns="http://relaxng.org/ns/structure/1.0"> |
3 | <start> |
4 | <element name="test" ns="http://example.com/1/"> |
5 | <zeroOrMore> |
6 | <attribute> |
7 | <choice> |
8 | <nsName ns="http://example.com/1/"/> |
9 | <nsName ns="http://example.com/2/"/> |
10 | </choice> |
11 | <text/> |
12 | </attribute> |
13 | </zeroOrMore> |
14 | </element> |
15 | </start> |
16 | </grammar> |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器