source:
vbox/trunk/src/libs/libxml2-2.9.14/test/schematron/zvon12.sct@
104071
最後變更 在這個檔案從104071是 95312,由 提交於 3 年 前 | |
---|---|
檔案大小: 413 位元組 |
行 | |
---|---|
1 | <schema xmlns="http://www.ascc.net/xml/schematron" > |
2 | <pattern name="Number of characters in an abbreviation"> |
3 | <rule context="BBB"> |
4 | <report test="string-length(@bbb) < 2">There is not enough letters in the abbreviation</report> |
5 | <report test="string-length(@bbb) > 3">There is too much letters in the abbreviation</report> |
6 | </rule> |
7 | </pattern> |
8 | </schema> |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器